forked from bitstadium/HockeyKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
TheRealKerni edited this page Mar 27, 2012
·
3 revisions
- Move UDID check into a delegate to make the code AppStore safe
- Improve handling of mandatory flag
- Add version number to the SDK
- Fix crash if JSON serializer is not found
- Fix crash if json server response is nil
- Fix memory issue
- Fix a problem with dismissing the update view in some scenarios
- Warn about missing Hockey.bundle and show template strings instead
- Make sure functionality is not performed when accidentally being part of an App Store release
- Fix double encoding if CFBundleVersion has spaces
- Fix app size showing as 0MB
- Documentation updates
- Static library project updates
- CocoaPod spec added
- Improved version comparison. E.g. "1.2.1b1" is now greater than "1.2rc3"
- Always use NSJSONSerialization if deployment SDK is iOS5
- Added support for YAJL and NSJSONSerialization
- Fix iOS5 problems presenting the update screen
- Fixed build problem
- Fix for crash when activity was finished before update dialog is shown.
- Updated Eclipse environment
- Use dispatch_once for initializing shared instance if deployment version >= 4.0
- Add mandatory version support
- Add error message if apk could not be downloaded.
- Change URL to rink.hockeyapp.net.
- Set http.keep-alive to false demo app to prevent download errors.
- Add iPhone 4S identifier
- Add mandatory version support for iOS
- Add URL decode to display correct versions with whitespaces (%20 -> blank)
- Update URL when using HockeyKit with HockeyApp hosted service
- Add Swedish localization
- Refactored calls of UIDevice#uniqueIdentifier into single method and use performSelector to avoid warnings on newest SDK (helps especially if you consider all warnings as errors).
- Fix for handling missing Download directory on SD card..
- Adding notes to Android JSON payload
- Handle missing log directory.
- Change default of alwaysShowUpdateReminder property to YES
- Fix iOS5 bug when compiling against 4.x base SDK and running app on iOS5
- Fix usage time being send even when the user disabled it
- Fix two user defined settings not being saved
- Fix of str_replace parameters order. (It didn't work before on Apache under Windows with Hockey server in subfolder.)
- Show usage time in stats in hours minutes seconds
- iOS iPhone page cosmetic fixes
- Major new version
- App Store like UI
- Major new version
- Marketplace like UI
- Major new version
- Requires mod_rewrite