Andreas Linde
c2250f3b80
Make sure crash reports incident identifier and key don't have special [] chars and some value
...
The previously shows [] as part of [TODO], since PLCrashReporter didn't fill them out. Having the incident identifier showing a [ or ] char made it impossible to drag it into the Organizer to get it symbolicated in there
2012-12-06 18:12:27 +01:00
Andreas Linde
610a441e85
Oh documentation
...
*doh*
2012-12-06 18:11:05 +01:00
Andreas Linde
7cc267797d
Clean this up!
...
Thanks @tewha :)
2012-12-06 18:10:52 +01:00
Andreas Linde
dca243527d
Move calculation of time interval between startup and crash further up in the code
...
This allows the delegate, e.g. applicationLog, to know about the interval and e.g. include it in the log file
Conflicts:
Classes/BITCrashManager.m
2012-12-06 18:10:30 +01:00
Andreas Linde
2701bd3df5
Add anonID to crash reports
...
CrashReporter Key is actually an anonymous ID for each device/installation where the crash occurred
2012-12-06 18:07:25 +01:00
Andreas Linde
1099764222
Call delegate also if a crash was detected but could not be read
...
If PLCrashReporter wrote a crash report, that could not be read, no delegate was fired. That could make the app stay in the start up maintenance screen, if it handles crashes on startup.
Though there was no report this ever happened, there is the theoretical chance this could.
2012-12-06 18:06:08 +01:00
Andreas Linde
9ffae558df
Fix a problem showing the update UI animated if there TTNavigator class is present even though not being used
...
Conflicts:
Classes/BITHockeyBaseManager.m
2012-12-06 18:05:38 +01:00
Andreas Linde
5ebafab194
Format date and timestamp of crash reports to be always identical no matter what locale is set
2012-12-06 18:04:04 +01:00
Andreas Linde
417c82965c
Fix compiler warnings
...
Conflicts:
Classes/HockeySDK.h
2012-12-06 18:00:29 +01:00
Andreas Linde
eea38c3c8a
Add installationIDs to crash reports, so the amount of affected users of a crash can be determined
...
Uses iOS 6 ASIdentifierManager class or identifierForVendor if the class is not available. Fallback on iOS 5 is to use app path UUID which is generated by iOS when installing the app
Conflicts:
Classes/BITCrashManager.m
Classes/BITHockeyHelper.h
Classes/BITHockeyHelper.m
2012-12-06 17:56:35 +01:00
Andreas Linde
f673a014d6
Merge branch 'release/2.5.4'
2012-10-10 18:38:20 +02:00
Andreas Linde
e6ce398f70
Fix preprocessor makro being removed accidentally
2012-10-10 18:36:54 +02:00
Andreas Linde
4e252fd3f2
Merge branch 'release/2.5.4' into develop
2012-10-10 18:18:17 +02:00
Andreas Linde
84ca7989a8
Merge branch 'release/2.5.4'
2012-10-10 18:18:07 +02:00
Andreas Linde
d9694d31b6
Update version number to 2.5.4 and update integration guide for JMC
2012-10-10 18:15:27 +02:00
Andreas Linde
bfcb363940
Add info.plist to resource bundle
2012-10-10 17:20:32 +02:00
Andreas Linde
f6ba49cf57
Bump version to 2.5.4b3
2012-10-06 01:43:13 +02:00
Andreas Linde
340813fcc2
Warp JMC ping invocation into NSSelectorFromString
2012-10-06 01:01:18 +02:00
Andreas Linde
0a0b9fe9b9
Bump version to 2.5.4b2
2012-10-04 23:38:38 +02:00
Andreas Linde
2aca4995a0
Fix authorisation not being saved for a version and requesting on each cold app start again
2012-10-02 13:20:45 +01:00
Andreas Linde
53eb832bb6
Remove header string for application log
2012-09-28 21:27:17 +02:00
Andreas Linde
109e985fc9
Migrate previous crash AutoSend user setting
2012-09-28 19:09:14 +02:00
Andreas Linde
6c913beac5
Remove unused key
2012-09-28 12:35:01 +02:00
Andreas Linde
6706778f53
Fix auto send button not persisting
2012-09-28 12:34:26 +02:00
Andreas Linde
5428df4f45
Fix checking for new PLCrashReporter properties being available
2012-09-27 21:58:55 +02:00
Andreas Linde
b591f69286
Merge pull request #11 from diederich/fix/warnings
...
cleanup JIRA_MOBILE_CONNECT_SUPPORT_ENABLED defines
2012-09-26 05:25:44 -07:00
Stephan Diederich
36c81ac650
cleanup JIRA_MOBILE_CONNECT_SUPPORT_ENABLED defines
...
* only define JIRA_MOBILE_CONNECT_SUPPORT_ENABLED if it's not already defined.
default is to disable it
* cleanup usage of JIRA_MOBILE_CONNECT_SUPPORT_ENABLED
it's always defined, so no need to check
2012-09-26 14:10:04 +02:00
Andreas Linde
c1b7820a09
Add updated armv7/7s only PLCrashReporter build
2012-09-25 13:22:11 +02:00
Andreas Linde
def50ebf0f
Bump version to 2.5.4b1
2012-09-25 12:44:57 +02:00
Andreas Linde
78a9973439
Enable JMC Integration for subproject setup
...
Add documentation on how to enable JMC support otherwise
2012-09-25 12:37:39 +02:00
Andreas Linde
a4c1bd7480
Added a forward declaration of BITUpdateManager in BITUpdateManagerDelegate
2012-09-25 12:21:14 +02:00
Andreas Linde
76962cc519
Merge branch 'fix-crash-manager-import' of git://github.com/Taptera/HockeySDK-iOS into Taptera-fix-crash-manager-import
2012-09-25 12:01:25 +02:00
Andreas Linde
3e1ee32a02
Make sure the expiry blocking UI isn't added over and over again
2012-09-25 11:55:06 +02:00
Andreas Linde
d716d098fd
Merge branch 'develop' of git://github.com/realestate-com-au/HockeySDK-iOS into realestate-com-au-develop
2012-09-25 11:41:43 +02:00
Andreas Linde
c60a0604fc
Fix expiryDate property not being taken care of correctly
2012-09-25 11:38:53 +02:00
Chris Miles
1e0c47667c
Merge https://github.com/bitstadium/HockeySDK-iOS into develop
2012-09-25 17:16:06 +10:00
Ian Fisher
18f3a8c5af
Added a forward declaration of BITCrashManager in BITCrashManagerDelegate
2012-09-24 17:33:47 -07:00
Andreas Linde
03875a3307
Merge pull request #9 from alloy/develop
...
Update podspec in preparation of 2.5.3
2012-09-24 02:16:11 -07:00
Eloy Durán
26ef436389
Update podspec for 2.5.3
2012-09-24 11:12:40 +02:00
Andreas Linde
04b47f3899
Merge branch 'release/2.5.3'
2012-09-21 22:25:33 +02:00
Andreas Linde
be94bf46a4
Update change log in documentation
2012-09-21 22:24:57 +02:00
Andreas Linde
6ec271d229
Merge branch 'release/2.5.3'
2012-09-21 22:21:01 +02:00
Andreas Linde
544e599eb3
Bump version to 2.5.3
2012-09-21 22:20:31 +02:00
Andreas Linde
80317fa538
Fix checking validity of wrong identifier
...
Thanks to @nano for the hint
2012-09-21 22:14:24 +02:00
Andreas Linde
19e956045e
Fix for compiler warning about comparing NSInteger and NSUInteger
...
Thanks to @pburleson
2012-09-21 21:13:31 +02:00
Andreas Linde
c87abffeb6
Merge branch 'release/2.5.2'
...
Conflicts:
README.md
2012-09-21 20:28:45 +02:00
Andreas Linde
c5a5ece500
Update version number to 2.5.2
2012-09-21 20:26:19 +02:00
Andreas Linde
27d2523a66
Updated change log
2012-09-21 20:26:19 +02:00
Andreas Linde
5d5b1d05ce
Merge branch 'release/2.5.2'
2012-09-21 20:21:21 +02:00
Andreas Linde
24f02f49a4
Update version number to 2.5.2
2012-09-21 20:11:00 +02:00