Moritz Haarmann
b33ee9a61f
+ Added #63 (Moving drawn elements.)
2014-03-18 23:46:49 +01:00
Moritz Haarmann
474026f04e
Merge remote-tracking branch 'private/feature/feedback_screenshot' into feature/feedback_screenshot
...
Conflicts:
Classes/BITHockeyAppClient.h
Classes/BITHockeyAppClient.m
2014-03-18 23:25:57 +01:00
Moritz Haarmann
bbcb8d79a0
+ Fixes #60 : Drawing direction of arrow.
2014-03-18 23:24:30 +01:00
Andreas Linde
f116952137
Merge branch 'refs/heads/develop' into feature/feedback_screenshot
2014-03-18 12:37:19 +01:00
Andreas Linde
1b9e924426
Remove assert since that code can also be reached using auto-authentication.
2014-03-07 16:32:21 +01:00
moritz haarmann
c08a308ce4
+ Gallery View Controller for Viewing Attachments
2014-03-06 15:49:25 +01:00
moritz haarmann
672e38a7e2
+ Fixes a Bug where attachments in the compose view are hidden on an iPad.
2014-03-06 10:57:32 +01:00
Moritz Haarmann
ecbcc30377
Merge remote-tracking branch 'private/develop' into feature/feedback_screenshot
...
Conflicts:
Classes/BITHockeyAppClient.h
Classes/BITHockeyAppClient.m
2014-02-28 11:48:32 +01:00
Andreas Linde
1068bb119c
Add support for binary attachments to crash reports
2014-02-27 18:21:17 +01:00
moritz haarmann
74f9e5d5ca
+ Prevent Messages without any text from ever being sent.
2014-02-27 11:16:22 +01:00
moritz haarmann
3890e94101
+ Removes Leak warning.
2014-02-26 15:32:00 +01:00
moritz haarmann
b269c8ee4a
+ Wording
2014-02-26 15:23:03 +01:00
moritz haarmann
ad086273d7
+ Replicated Bugshot.
2014-02-26 15:22:44 +01:00
moritz haarmann
77bab0d73d
+ Image Extraction from Annotation Controller is working
2014-02-26 12:40:53 +01:00
moritz haarmann
35dc6c58d5
+ Fixes ActionSheet madness
2014-02-26 10:10:56 +01:00
moritz haarmann
28eee0eb3d
+ Some basic image editing functionality.
2014-02-25 15:07:59 +01:00
moritz haarmann
70e2b6635c
+ Screenshot Feedback Observation Mode is working on iOS7..
2014-02-24 12:17:34 +01:00
moritz haarmann
1ddf9d5eb8
+ Added Feedback collection methods.
2014-02-24 12:12:51 +01:00
moritz haarmann
f1bb46e1b3
+ More Cleanups
2014-02-24 11:37:23 +01:00
moritz haarmann
21e5ca3b9d
+ prepareWithItems accepts UIImages now.
2014-02-24 11:37:18 +01:00
moritz haarmann
6cfc0ac2d2
+ Calculation problem.
2014-02-24 11:36:23 +01:00
moritz haarmann
3f7e6904a6
+ Attachment handling
2014-02-24 10:36:49 +01:00
moritz haarmann
1c120b9588
+ Removes a warning.
2014-02-24 10:36:23 +01:00
moritz haarmann
77b68f4508
+ List View Display of attachments.
2014-02-24 10:34:51 +01:00
moritz haarmann
9c957b1688
+ Fixes Potentail crash in helper for resizing images.
2014-02-24 09:54:21 +01:00
Andreas Linde
ce9014f111
Add SDK version and build strings into a non stripped struct
2014-02-20 22:41:19 +01:00
Andreas Linde
54b3c57ee2
Remove #ifdef for clang analyzer since the false warning from 4.2b3 doesn't appear any longer
...
Tested with Xcode 5.0.2
2014-02-20 16:33:31 +01:00
Andreas Linde
1df317b59f
If BITAuthenticator is set to BITAuthenticatorIdentificationTypeWebAuth then also attach the user email to crash reports
2014-02-20 14:02:02 +01:00
Andreas Linde
3b9f38fd16
Fix a crash if no selector could be found
2014-02-18 16:03:11 +01:00
moritz haarmann
47594faf5f
+ Improved Persistence handling.
2014-02-18 11:56:07 +01:00
moritz haarmann
2146788f7b
Added Delete/Edit ActionSheet
...
Fixed a Bug where the Feedback cannot be sent if no text is entered.
2014-02-18 10:56:40 +01:00
Moritz Haarmann
6b09e75cd6
+ Original Filename of picked image is used as attachment name.
2014-02-17 23:49:49 +01:00
Moritz Haarmann
da2c8268d9
+ File persistence for Attachments
2014-02-17 23:35:04 +01:00
Moritz Haarmann
02dc42390a
+ Fixes File upload.
2014-02-17 22:10:39 +01:00
moritz haarmann
38af43bdb5
+ Changing machines..
2014-02-17 21:04:03 +01:00
Andreas Linde
d560a640ad
Fix leak in BITKeychainUtils
2014-02-13 21:09:11 +01:00
moritz haarmann
4b359e7771
+ Fixes a warning
2014-02-13 11:32:54 +01:00
moritz haarmann
36371dcd30
+ Finalized preliminary feedback support. Now comes the polish.
2014-02-13 11:04:32 +01:00
moritz haarmann
9b57875a47
Added Photo Picker functionality to Feedback Composer ( #3 )
2014-02-12 18:15:24 +01:00
Andreas Linde
ab241aaa1f
Show the selector name found in the current argument registers in crash reports, helpful e.g. for crashes in objc_msgSend
...
This is a safe implementation with only hard wiring the necessary bits for where objc_msgSend stores the receiver objects based on the CPU architecture. From: http://sealiesoftware.com/blog/archive/2008/09/22/objc_explain_So_you_crashed_in_objc_msgSend.html
In the mid/long term, PLCrashReporter will include this directly.
2014-02-12 12:26:02 +01:00
Andreas Linde
0f44f6f4ad
More documentation improvements
2014-02-11 18:20:53 +01:00
Andreas Linde
5b782b90be
Documentation fixes
2014-02-11 16:40:21 +01:00
Andreas Linde
53ae4c2dff
Disable on device symbolication by default and add a property to enable it
2014-02-11 16:37:06 +01:00
Andreas Linde
6d6aa54bea
Add new setter for global userID, userName, and userEmail properties
...
The values are used by the `BITCrashManager` to attach to a crash report and`BITFeedbackManager for assigning the user to a discussion thread.
The value can be set at any time and will be stored in the keychain on the current device only! To delete the value from the keychain set the value to `nil`.
These properties are optional and alternatives to the delegates. If you want to define specific values for each component, use the delegate instead which do overwrite the values set by these properties.
Also fixed a typo in the delegates documentation.
2014-02-11 16:22:31 +01:00
Andreas Linde
88bf3fae62
Move creation of settings directory into helper function
2014-02-11 15:40:11 +01:00
Thomas Dohmke
fad5e586c5
Make sure that the chunk name is null-terminated.
2014-02-10 20:35:30 +01:00
Andreas Linde
9123392d0f
Remove the word 'anywhere' from the header doc of BITFeedbackManager
2014-02-10 17:57:12 +01:00
Andreas Linde
a9fda179da
Added more logging for BITAuthenticator
2014-02-10 16:25:40 +01:00
Andreas Linde
a0153e4205
Improve BITFeedbackComposeViewControllerDelegate handling
...
Goal: make BITFeedbackComposeViewControllerDelegate usable for the view controller used by BITFeedbackListViewController
- The delegate is automatically set to the global BITHockeyManager delegate
- When invoking your BITFeedbackComposeViewController, it is possible to overwrite the delegate
2014-02-06 13:43:06 +01:00
Andreas Linde
f3ea32ea7f
Fixed usage time being always send as 0 instead of sending the actual usage time
2014-01-28 01:33:22 +01:00