250 Commits

Author SHA1 Message Date
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
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
c8b053bc14 Update version and files to v3.6 Beta 1 2014-05-28 20:50:12 +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
347c4dc743 Merge branch 'refs/heads/develop' into feature/feedback_screenshot 2014-05-25 23:04: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
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
moritz haarmann
3338486c53 + Reintegrated categorized methods into BITFeedbackMessageAttachment. 2014-05-12 12:36:52 +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
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
moritz haarmann
e4700dab9b + Refactored Preview of Attachments. 2014-04-30 16:53:20 +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
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ß
1311846241 update method signature 2014-04-24 16:10:12 +02:00
Lukas Spieß
a05e15463b Update tests for new method syntax 2014-04-24 15:37:34 +02:00
Andreas Linde
d12cc7447e 3.5.5 release and documentation updates 2014-04-21 16:23:15 +02:00
Lukas Spieß
954e5c9ac2 add tests for handleUserInput method 2014-04-16 15:31:31 +02:00
moritz haarmann
96c60ec394 + Added Icons to the Editing Screens. 2014-04-11 14:57:23 +02:00
moritz haarmann
98eb731271 Merge remote-tracking branch 'origin/develop' into feature/feedback_screenshot 2014-04-09 12:00:35 +02:00
Andreas Linde
06adc38535 Add a generic object which contains some basic information about the crash in the last session 2014-04-04 15:21:31 +02:00
Andreas Linde
e66714afca Define our own crash callback struct, so we don't need the PLCrashReporter headers to be public any longer 2014-04-04 15:15:48 +02:00
Andreas Linde
fa14aec66e Remove the CISimple specific part of the framework build script 2014-04-04 13:14:35 +02:00
Andreas Linde
b5087a61c4 Improve fetching of current binaries UUID
- This now also works with unit tests
- Fixed BITStoreUpdateManager for now failed unit tests
- Fixed a typo

Thanks to @0xced !
2014-03-27 00:13:27 +01:00
Andreas Linde
6db478b452 Add some tests for BITFeedbackManager and user meta data properties 2014-03-24 15:47:22 +01:00
Andreas Linde
fc9fa2e61c Fix test code coverage not working any longer since Xcode 5.1 2014-03-20 15:56:26 +01:00
Andreas Linde
f116952137 Merge branch 'refs/heads/develop' into feature/feedback_screenshot 2014-03-18 12:37:19 +01:00
Andreas Linde
12ed278b63 Remove not needed and broken UIKit framework reference 2014-03-11 20:55:32 +01:00
Andreas Linde
1bca6c0cd1 Update project settings to Xcode 5.1 2014-03-11 20:54:07 +01:00
Andreas Linde
c89378b43d Make BITCrashAttachment.h a public header as it should be 2014-03-11 20:53:47 +01:00
moritz haarmann
c08a308ce4 + Gallery View Controller for Viewing Attachments 2014-03-06 15:49:25 +01:00
Andreas Linde
1068bb119c Add support for binary attachments to crash reports 2014-02-27 18:21:17 +01:00
Andreas Linde
cb48105663 Add required AssetsLibrary to the frameworks 2014-02-26 15:33: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
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
Andreas Linde
ce9014f111 Add SDK version and build strings into a non stripped struct 2014-02-20 22:41:19 +01:00
Andreas Linde
ac0790646b 3.5.4 release and documentation updates 2014-02-18 16:15:12 +01:00