14914 Commits

Author SHA1 Message Date
moritz haarmann
53713537e8 + Fixed a bug where attachments would not load. 2014-05-07 14:54:31 +02:00
moritz haarmann
782a6f2e79 + Scaling issues resolved. 2014-05-05 15:04:14 +02:00
moritz haarmann
7a029f97f7 + Fixed Row display for more than 5 attachments. 2014-05-05 15:02:52 +02:00
moritz haarmann
68791f592f + Fixed some async loading problems. 2014-05-05 14:57:38 +02:00
moritz haarmann
64989bce0d + Added MobileCoreServices framework. 2014-05-05 14:49:52 +02:00
moritz haarmann
926dc48aa6 + Async Attachment loading. 2014-05-05 14:35:32 +02:00
moritz haarmann
1b4ea4492e + Landscape support in Attachment editor 2014-05-05 12:12:22 +02:00
moritz haarmann
4c88a10a8f + Feedback Observation Mode: Not supported message for screenshot observation in iOS6 2014-05-05 11:20:20 +02:00
moritz haarmann
9fd79bc79f + Enabled Feedback Observation mode Three-Finger-Tap 2014-05-05 11:01:45 +02:00
moritz haarmann
e7635a9f85 + Removed XIB :) 2014-05-05 10:34:56 +02:00
Andreas Linde
0f117b27c5 Send each crash report individually one after another and only if the previous succeeds
This reduces unnecessary network traffic and performance issues if there are lots of crashes pending for sending on the device
2014-05-04 17:56:45 +02:00
Andreas Linde
cf926593f5 Don't delete all crash reports when the user denies to send the latest one 2014-05-04 17:55:00 +02:00
Andreas Linde
2155f5f93b Add app build property to BITCrashDetails 2014-05-01 16:57:28 +02:00
moritz haarmann
e4700dab9b + Refactored Preview of Attachments. 2014-04-30 16:53:20 +02:00
moritz haarmann
afb46f66a0 + Ported a long due fix to the Attachment Gallery View Controller. 2014-04-29 18:21:16 +02:00
moritz haarmann
ae5c87c99b Fixes #62: Arrow should be default. 2014-04-29 18:02:30 +02:00
moritz haarmann
475d3e624c + Massively improved arrow hit testing. 2014-04-29 17:58:51 +02:00
moritz haarmann
25b315f3b2 + Fixed Navigationbar/Statusbar quirks in Annotation View Controller 2014-04-29 16:53:22 +02:00
moritz haarmann
622d18dd68 + Some layout adjustments. 2014-04-29 15:14:31 +02:00
Andreas Linde
75263f64fc Change attachmentData property of BITCrashAttachment to crashAttachmentData 2014-04-29 13:46:01 +02:00
moritz haarmann
c7a3d6761a + Fixed a blur/highlighting selection bug. 2014-04-28 15:34:09 +02:00
moritz haarmann
9fd4ead155 + Improved Performance of Attachment Viewer. 2014-04-28 14:50:24 +02:00
moritz haarmann
59216cde17 + Some iOS6 Fixes. 2014-04-28 13:59:36 +02:00
moritz haarmann
409f9541ef + Removed a deprecation warning. 2014-04-28 12:12:02 +02:00
moritz haarmann
aaccc5cc1d + Fixes a crash relating to resizing annotations. 2014-04-28 11:57:03 +02:00
moritz haarmann
a2d850b5c3 + Minimum Arrow Length. 2014-04-28 11:52:11 +02:00
moritz haarmann
2207f107e4 + Fixed initial highlighting bug in blur annotation. 2014-04-28 11:08:57 +02:00
moritz haarmann
ce835a0cee + Improved Selection Handling in the annotation view controller 2014-04-28 11:07:48 +02:00
Moritz Haarmann
ab2ec51204 + Selection is highlighted when moved. 2014-04-28 01:32:42 +02:00
Moritz Haarmann
fb271e8acb + Dynamic widths of the outlines, depending on the size of annotations. 2014-04-28 01:06:19 +02:00
Moritz Haarmann
35a7e50bb2 + Added Edit icons. 2014-04-28 00:53:58 +02:00
Moritz Haarmann
bc0245978a + Hides Statusbar 2014-04-28 00:45:41 +02:00
Andreas Linde
db45c6654a Minor code format update 2014-04-27 23:33:07 +02:00
Andreas Linde
38a59fc73f Naming convention cleanup 2014-04-27 20:20:10 +02:00
Andreas Linde
bf7d80682f Merge branch 'refs/heads/feature/CrashNetwork' into feature/CrashReporting 2014-04-27 20:17:17 +02:00
Andreas Linde
b5a79f9761 Merge branch 'refs/heads/feature/CrashReporting' into feature/CrashNetwork
Conflicts:
	Classes/BITCrashManager.m
	Classes/BITCrashManagerPrivate.h
2014-04-27 20:17:08 +02:00
Andreas Linde
dbd932c7e8 Merge branch 'refs/heads/feature/CrashDetails' into feature/CrashReporting 2014-04-27 20:04:41 +02:00
Andreas Linde
c4e7754a8b Merge branch 'refs/heads/feature/CrashReporting' into feature/CrashDetails
Conflicts:
	Classes/BITCrashManager.h
2014-04-27 20:04:31 +02:00
Andreas Linde
9afd9bd53f Merge branch 'refs/heads/feature/CrashCallback' into feature/CrashReporting 2014-04-27 20:02:39 +02:00
Andreas Linde
56f5fa9ddd Merge branch 'refs/heads/feature/CrashReporting' into feature/CrashCallback
Conflicts:
	Classes/BITCrashManager.h
	Classes/BITCrashManager.m
	Support/HockeySDK.xcodeproj/project.pbxproj
2014-04-27 20:02:26 +02:00
Andreas Linde
8d8289d970 Merge branch 'refs/heads/feature/CustomAlert' into feature/CrashReporting 2014-04-27 19:45:43 +02:00
Andreas Linde
01eef668d1 Remove +x from some more files 2014-04-27 19:42:42 +02:00
Lukas Spieß
82b217f19d Much better test for attachment persisting 2014-04-25 16:23:39 +02:00
Lukas Spieß
535537aa73 add additional tests 2014-04-25 14:23:33 +02:00
Lukas Spieß
654620ee3f add test for persistUserProvidedCrashDescription 2014-04-24 18:18:09 +02:00
Lukas Spieß
d232fe58f6 move cleanup to separate method 2014-04-24 18:17:46 +02:00
Lukas Spieß
080eb3c657 More detailed documentation 2014-04-24 16:58:31 +02:00
Lukas Spieß
5442b217eb Use .desc file extension for userProvidedCrashDescription 2014-04-24 16:47:47 +02:00
Lukas Spieß
3b2b76b34e move persisting of userProvidedCrashDescription to own method 2014-04-24 16:46:27 +02:00
Lukas Spieß
e026e42664 expose setter rather than the whole property 2014-04-24 16:41:07 +02:00