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
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
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
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
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
Andreas Linde
1068bb119c
Add support for binary attachments to crash reports
2014-02-27 18:21:17 +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
Andreas Linde
4c9a268a0c
3.5.3 release and documentation updates
2014-02-12 15:09:15 +01:00
Thomas Dohmke
506c5c2598
Remove .xccheckout file from repo.
2014-02-10 20:37:29 +01:00
Thomas Dohmke
fad5e586c5
Make sure that the chunk name is null-terminated.
2014-02-10 20:35:30 +01:00
Andreas Linde
2cf60d6ccc
3.5.2 release and documentation updates
2014-01-28 16:08:18 +01:00
Thomas Dohmke
af0604bef3
Fix two warnings when -Wshorten-64-to-32 is set.
2014-01-16 15:47:13 +01:00
Andreas Linde
a0573368af
3.5.1 release and documentation updates
2014-01-14 15:01:33 +01:00
Andreas Linde
a0bfdfbaec
Issue #85 : Replace kNilOptions with 0
...
Thanks to Jonathan!
2014-01-10 02:27:51 +01:00
Andreas Linde
07bf41b232
Zip the framework in a "HockeySDK-iOS" subfolder when bundling the package
2014-01-06 15:35:37 +01:00
Andreas Linde
9a89854f08
Merge branch 'refs/heads/develop' into feature/improvements
2013-12-30 02:58:51 +01:00
Andreas Linde
e6929bbdf5
Copy PLCR header files into the framework when packaging, since these are now public
2013-12-30 02:39:09 +01:00
Andreas Linde
9d40204690
Merge branch 'refs/heads/develop' into feature/improvements
2013-12-30 02:12:04 +01:00
Andreas Linde
d19455a108
Add public methods to get the SDKs version and build number as strings
2013-12-30 00:39:27 +01:00
Andreas Linde
252e7e9ded
Fix unit tests not running any longer due to removed private header file
2013-12-29 02:01:27 +01:00
Andreas Linde
47d90a7df3
Merge branch 'refs/heads/develop' into feature/improvements
2013-12-27 17:45:19 +01:00
Andreas Linde
90ab6fcd57
Remove old project.pbxproj.orig file which accidentally got added in a merge
2013-12-24 14:48:05 +01:00
Andreas Linde
73ce955f6c
Merge branch 'refs/heads/develop' into feature/improvements
2013-12-16 18:31:08 +01:00
Andreas Linde
785f654060
Fixed static analyzer warnings for unit tests when running against 64 bit target
2013-12-04 02:19:37 +01:00
Andreas Linde
0619ac9169
Add unit test post action for code coverage HTML generation
2013-12-04 02:13:50 +01:00
Andreas Linde
cff73cd111
Merge branch 'refs/heads/develop' into feature/improvements
2013-12-03 16:26:32 +01:00
Philippe Casgrain
ed1b546384
Removed obsolete test
...
The user is now required to call `authenticateInstallation` manually, which obviates the need for this test.
Required call was implemented in 7052f0cd.
2013-12-03 16:25:43 +01:00
Philippe Casgrain
6bbacd9d39
Removed automaticMode from tests
...
automaticMode was removed in commit 498bd62cbb.
2013-11-29 15:47:11 +01:00
Philippe Casgrain
308ea14b6e
Removed automaticMode from tests
...
automaticMode was removed in commit 498bd62cbb.
2013-11-29 15:46:31 +01:00
Andreas Linde
323b9784ea
Simplified configuration
...
- Add simplified initializers
- Add option to set delegate via public property
2013-11-20 22:54:28 +01:00