Andreas Linde
6eb17a281d
Merge branch 'start_update_delegate_message' ...
...
... of https://github.com/jgarth/HockeySDK-iOS into jgarth-start_update_delegate_message
2015-03-26 16:06:46 +01:00
Andreas Linde
71e9adc50b
Add missing parameter documentation
2014-11-25 16:25:35 +01:00
Andreas Linde
3356b1df1f
Added new delegate for update process before exit
...
New delegate `updateManagerWillExitApp` for `BITUpdateManager` that is invoked right before the app wil exit to allow app update to start (>= iOS 8 only)
2014-10-24 01:23:34 +02:00
Joachim Garth
1e8d646d2f
Notify delegate before starting download and update. Concerns #111
2014-09-01 17:39:45 +02:00
Andreas Linde
235f7ac9fe
Updated copyright for 2014
2014-01-12 19:25:22 +01:00
Stephan Diederich
06d692adbf
deprecate unused delegate method
...
refs #58
2013-09-19 20:37:19 +02:00
Andreas Linde
72255ee4f0
Remove customDeviceIdentifierForUpdateManager delegate
...
This is now replaced by BITAuthenticator for all iOS versions
2013-09-12 00:49:24 +02:00
Andreas Linde
9f2f40bc06
Update copyright
2013-01-04 14:44:44 +01:00
Andreas Linde
a4c1bd7480
Added a forward declaration of BITUpdateManager in BITUpdateManagerDelegate
2012-09-25 12:21:14 +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
91466456fd
Update documentation for last commit
2012-08-07 13:12:25 +02:00
Andreas Linde
12c981f923
New option to set expiry date for the app
...
Uses neverending UIAlertView by default, can be exchanged by implementing a new delegate. Automatically disabled when the app is running from the App Store.
2012-08-07 02:13:41 +02:00
Andreas Linde
0bffa909d6
Provide a delegate method to enable or disable sending usage data instead of using a property
...
Sending usage data is enabled by default!
2012-07-22 21:55:49 +02:00
Andreas Linde
8920cbc6c4
More documentation updates
2012-07-22 04:08:40 +02:00
Andreas Linde
671060929c
Refactoring
...
- Change Prefixes to BIT
- Make one shared instance and change the functionalities to modules
- One bundle for resources
- Targets for framework and static libs
- Other cleanup
2012-07-19 17:17:19 +02:00