14914 Commits

Author SHA1 Message Date
Andreas Linde
fbfd4ae0fb Include statusbar in screenshots by default 2014-06-16 13:45:02 +02:00
Andreas Linde
423915cb0c Add option to include satusbar in screenshots
All mehotds in BITFeedbackManager that are screenshot releated are changed to include an option that defines wether the screenshot should include the statusbar (if present) or not:

- `- (UIImage *)screenshot` has been changed to `- (UIImage *)screenshotWithStatusBar:(BOOL)includeStatusBar)`
- `- (void)showFeedbackComposeViewWithGeneratedScreenshot` has been changed to `- (void)showFeedbackComposeViewWithGeneratedScreenshotWithStatusBar:(BOOL)includeStatusBar`
2014-06-14 17:22:45 +02:00
Andreas Linde
4226ac0f20 Properly consider paragraphs in release notes 2014-06-14 01:32:53 +02:00
Peter
cf525fdfe9 HTTP transport, automatic transport switching, improved time synchronisation 2014-06-13 02:18:56 +04:00
Andreas Linde
deee2db37e Expose public screenshot method
This is useful when trying to connect a compose view that is using a custom UIViewController via the delegate
2014-06-12 16:10:09 +02:00
Andreas Linde
760a8d07b8 Improve fetching the optimal icon of an app for the update view 2014-06-12 14:39:16 +02:00
Andreas Linde
7963fdf5a7 Merge branch 'refs/heads/feature/instancetype' into develop 2014-06-12 00:26:27 +02:00
Andreas Linde
67f63c118f Add missing super call 2014-06-11 22:08:18 +02:00
Lukas Spieß
42738397a6 Replace initialiser return types of id with new instancetype 2014-06-11 15:35:45 +02:00
Andreas Linde
de211b2d6e Fix unit tests 2014-06-10 15:53:21 +02:00
Andreas Linde
12682d9e3d Fix handling of some edge cases in relation to sending approved crash reports 2014-06-10 15:37:13 +02:00
Andreas Linde
05e0e7ccd6 Make sure checking for non approved crash reports also works when there is no crash in the last session 2014-06-10 12:36:41 +02:00
Andreas Linde
f51a0a8b86 Fix using the correct meta filename when sending crash reports 2014-06-10 01:00:53 +02:00
Andreas Linde
4465bb402f Add osVersion and osBuild to BITCrashDetails 2014-06-09 15:49:58 +02:00
Andreas Linde
28f5271b0f Merge pull request #106 from ranterle/develop
Fix some German translation issues and clean up a little
2014-06-02 13:02:07 +02:00
Matthias Wenz
d18183f3ae cleanup/normalize method naming and braces 2014-06-02 10:39:45 +02:00
Matthias Wenz
315fee5f92 remove unused initializer 2014-06-02 10:38:53 +02:00
Matthias Wenz
35022cfde9 Merge remote-tracking branch 'upstream/develop' into develop 2014-06-02 10:24:36 +02:00
Matthias Wenz
97031cb442 fix some typos in german localization 2014-05-30 16:46:03 +02:00
Andreas Linde
10f13b1c7e Merge pull request #105 from ranterle/develop
Fix some typos in the documentation of BITFeedbackManager
2014-05-30 16:41:39 +02:00
Matthias Wenz
0066815e20 fix some typos 2014-05-30 16:19:15 +02:00
Andreas Linde
c8b053bc14 Update version and files to v3.6 Beta 1 2014-05-28 20:50:12 +02:00
Andreas Linde
88ed46be02 More documentation fixes 2014-05-28 00:50:56 +02:00
Andreas Linde
038b2b4991 Another small fix 2014-05-28 00:48:55 +02:00
Andreas Linde
3cf56aa9d6 Various fixes and documentation improvements 2014-05-27 23:43:37 +02:00
Andreas Linde
9ca84408d3 Merge branch 'refs/heads/feature/feedback_screenshot' into develop 2014-05-26 14:57:53 +02:00
Andreas Linde
c19a918782 Merge branch 'refs/heads/feature/CrashReporting' into develop 2014-05-26 14:54:20 +02:00
Andreas Linde
32bd3e93b1 Make it clear how the screenshot trigger gets the image 2014-05-26 00:11:59 +02:00
Andreas Linde
347c4dc743 Merge branch 'refs/heads/develop' into feature/feedback_screenshot 2014-05-25 23:04:21 +02:00
Andreas Linde
795b9e59e4 Improve feedback compose view on iPad further (for iOS 6.1) 2014-05-25 20:44:54 +02:00
Andreas Linde
0f142f0ec5 Improvements for feedback compose view on iPad
When the actionsheet is visible, disable the add image button and remove the first responder from the textview
2014-05-25 20:37:14 +02:00
Andreas Linde
429af075bc Improve handling of attachments in compose view
- Only UIImage attachments can be edited
- All others can only be deleted
- Remove scrollview when the last attachment is removed (and avoid a crash if the user clicks on an attachment that doesn't exist any longer)
- Add action sheet button texts to localization files (not localized!)
- Delete local attachment files if compose view is cancelled
- Only show image attachments in the compose view
2014-05-25 20:25:30 +02:00
Andreas Linde
4f18945133 Add support for attaching NSData objects to a feedback compose view 2014-05-25 19:18:34 +02:00
Andreas Linde
b48bb8fb12 Cleanup and bugfixes
- Remove not used code
- Fixed some code style
- use a subdirectory in the SDK caches folder, instead of creating another folder directly under caches
- Height of feedback cells only considers attachments that actually can be previewed.
- If an attachment has no source URL and no local URL, don't show it, not even a loading placeholder, don't consider to reserve space in the cell for it
- refresh attachment cache when new data is loaded or one or all message(s) with attachments have been deleted locally
- `feedbackObservationMode` is a property instead of a method
2014-05-25 18:55:24 +02:00
Andreas Linde
eb43a12bb5 Show warning in the console if delegate is set after calling startManager and improve documentation for this 2014-05-22 16:00:42 +02:00
moritz haarmann
ef6d5224da + Some corrections regarding the display and loading of attachments.
- Attachments are no longer displayed in a cell if the system indicates that they cannot be displayed.
- Fixed a bug that prevented devices running iOS6 from displaying attachments in the Overview List.
2014-05-21 15:10:21 +02:00
moritz haarmann
0df0347eb9 + Improved Loading display in ListView. 2014-05-21 12:54:32 +02:00
Andreas Linde
7c0495c401 Fix unit tests that broke in last commit 2014-05-20 13:32:38 +02:00
Andreas Linde
b5731ab923 Merge branch 'refs/heads/develop' into feature/CrashReporting 2014-05-20 13:31:30 +02:00
Andreas Linde
89a7398971 Allow the developer to set more than just the description when handling user alert for crashes
- Also fixes a bug where crash caches dir could get deleted
- Some refactoring
2014-05-20 13:28:05 +02:00
Andreas Linde
58f6854a5e Update BITCrashDetails and remove non needed properties in BITCrashManager
cleanup :)
2014-05-20 12:03:22 +02:00
Andreas Linde
6cd4c089f0 Fix BITUpdateManager BITUpdateCheckManually being ignored when the app comes back from background 2014-05-13 11:41:29 +02:00
moritz haarmann
3338486c53 + Reintegrated categorized methods into BITFeedbackMessageAttachment. 2014-05-12 12:36:52 +02:00
moritz haarmann
a4e688f764 + Added License Headers 2014-05-12 12:36:03 +02:00
moritz haarmann
6082885d65 + Removed some Logging stuff. 2014-05-12 12:34:18 +02:00
moritz haarmann
d736b35f04 + Append new Attachments on top. Solves some problems. 2014-05-12 12:28:00 +02:00
moritz haarmann
f9bc3d74cb + Now comes with vertical AND horizontal centering. 2014-05-12 12:01:29 +02:00
Moritz Haarmann
901a2e1cdd + Async loading of attachments once shown. 2014-05-12 02:05:45 +02:00
Moritz Haarmann
7f0a04044c Some fixes, but too much movement. ATM. 2014-05-12 01:25:30 +02:00
Andreas Linde
5f9de5a4eb Fix updateManagerShouldSendUsageData from BITUpdateManagerDelegate being called at the wrong time 2014-05-09 14:41:28 +02:00