277 Commits

Author SHA1 Message Date
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
be94bf46a4 Update change log in documentation 2012-09-21 22:24:57 +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
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
Thomas Dohmke
32588b0fc5 Update README.md 2012-09-17 17:40:34 +03:00
Andreas Linde
ad0c369fc7 Check liveIdentifier already in beta build and make sure passing nil doesn't cause a crash 2012-09-16 00:05:24 +02:00
Andreas Linde
3f43277d64 Update Xcode project to 4.5 and use standard target again for arm7 and armv7s 2012-09-15 23:47:52 +02:00
Andreas Linde
973654b152 Use correct armv7s architecture in UUID xml tag 2012-09-13 13:51:57 -06:00
Andreas Linde
f1d4bd8f59 Update release notes 2012-09-12 23:08:30 -06:00
Andreas Linde
52317627c0 Increase version number 2012-09-12 23:08:14 -06:00
Andreas Linde
5257a5081a Update Xcode project
This enables building for armv7 and armv7s.

If you want to add armv6 support, since Xcode 4.5 doesn't build for armv6 any more, you need to build with 4.4.1 and only build for armv6 and the device target and manually link the resulting static lib into the 4.5 build result using lipo
2012-09-12 20:15:19 -06:00
Andreas Linde
cf28589eff Add support for armv7s to the crash report text formatter 2012-09-12 20:14:36 -06:00
Andreas Linde
c85762904f Add PLCrashReporter build supporting armv7s 2012-09-12 20:14:11 -06:00
Stefan Haubold
a577d2fe3b refactored didBecomeActive notification handling 2012-09-12 23:56:35 +02:00
Chris Miles
3777a454d1 Added build time config option for JMC support.
Set JIRA_MOBILE_CONNECT_SUPPORT_ENABLED macro to 1 to enable
compiling in support for Jira Mobile Connect. By default it
is not enabled.
2012-09-12 18:36:10 +10:00
Chris Miles
c48efeac23 HockeySDKLib required all architectures specified for command-line build. 2012-09-12 18:06:02 +10:00
Andreas Linde
550bca42c1 Don't check for authorization if run from the iOS simulator 2012-09-05 11:57:53 +02:00
Andreas Linde
3d4d0bc719 Fix Re-entering the app doesn't trigger check for updates
https://github.com/bitstadium/HockeySDK-iOS/issues/4
2012-08-31 15:30:38 +02:00
Andreas Linde
504487ad12 Merge pull request #5 from bitstadium/workaround-uikit-bug
fix update button state
2012-08-31 06:27:46 -07:00
Stephan Diederich
4285aa1eb8 fix update button state
if the user has UINavigationButton's text attributes customized
iOS 6 beta 4 calls viewWillAppear if a navigationButton is set
on the navigationItem in viewDidLoad (rdar://12214613)
As BITUpdateViewController thinks the view was already loaded
in viewWillAppear, the button state is not properly set.

Setting the navigationButton in init fixes this.
2012-08-31 15:02:51 +02:00
Stephan Diederich
994812ee43 fix update button not appearing
first set the button to the ivar,
then apply the state

Signed-off-by: Andreas Linde <mail@andreaslinde.de>
2012-08-31 12:29:06 +02:00
Andreas Linde
561298ddcc 2.5.2 Beta 1 Build 2012-08-30 18:39:53 +02:00
Andreas Linde
368500dfc4 Updated documentation 2012-08-30 18:32:47 +02:00
Andreas Linde
aea511fe78 Merge branch 'feature/NoCategories' into develop 2012-08-30 18:32:04 +02:00
Andreas Linde
4c77e0a8cc Fix wrong naming convention 2012-08-30 15:54:48 +02:00
Andreas Linde
6967748148 Remove NSString and UIImage categories, so the static library doesn't require the linker flag -all_load
The flag shouldn't be required, and worked in the demo project absolutely fine. But from now to then there was an Xcode bug that made it required again and some non reproducible scenarios where reported by users where it doesn't work without the flag. To fix this for always and forever, we don't use categories any more.
2012-08-30 15:16:16 +02:00
Andreas Linde
7827524e04 Add another missing new line at EOF of a header 2012-08-29 13:25:12 +02:00
Andreas Linde
f67b1fda97 Make private methods static to prevent name conflicts
https://github.com/bitstadium/HockeySDK-iOS/issues/3
2012-08-29 11:19:00 +02:00
Andreas Linde
1f840d909c More fixes for UpdateManager.checkForUpdateOnLaunch and UpdateManager.checkForTracker
- checkForUpdateOnLaunch was not used when it should
- checkForTracker should still work, if UpdateManager is disabled! (This needs to be refactored in a future version)
- Also fixes sending two update check requests on startup instead of only 1
- Also make sure that the requests are really send if checkForTracker is enabled, no matter if updateManager is disabled or checkForUpdateOnLaunch is disabled, but don't show the update alert in those cases
- Don't send usage information when run from the app store and checkForTracker is enabled
2012-08-22 01:13:46 +02:00
Andreas Linde
569833f65e Fix setting UpdateManager.checkForUpdateOnLaunch to NO disabling usage tracking and expiry check not working 2012-08-22 00:16:30 +02:00
Andreas Linde
a227ff9f7a Fix disableUpdateManager not working as advertised
This bug did not affect the automatic disabling of the module when run from the App Store! That one was and is working as advertised.
2012-08-21 23:54:13 +02:00
Andreas Linde
b471b6b66a Update documentation
New screenshots, some minor fixes and adjustments for installation documentations
2012-08-20 20:44:39 +02:00
Andreas Linde
63a19424a8 Link PLCrashReporter into HockeySDK binary framework distribution target
Based on the pull request https://github.com/bitstadium/HockeySDK-iOS/pull/2 from @ddeville

Also don't add the HockeySDKResource.bundle to the framework, only caused distributing it twice
2012-08-20 20:44:07 +02:00
Andreas Linde
edcce33ee7 Add missing new line at EOF 2012-08-20 17:36:25 +02:00
Andreas Linde
13b918f9cd Add some error handler detection, to optionally notify the developer of multiple handlers that could cause crashes not to be reported to HockeyApp
Enable debugLogEnabled to get this warning.
2012-08-20 15:46:41 +02:00
Andreas Linde
02a215be6d If the server reports no versions available for update process, don't report this as an error 2012-08-20 13:30:23 +02:00
Andreas Linde
a0f41065a8 Add some more info to log message to more easily classify them 2012-08-20 13:28:33 +02:00