Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Release Notes

TheRealKerni edited this page Mar 27, 2012 · 3 revisions

Version 2.0.7 — 25/Mar/2012

iOS

  • Move UDID check into a delegate to make the code AppStore safe

Version 2.0.6 — 08/Mar/2012

iOS

  • 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

Version 2.0.5 — 05/Feb/2012

iOS

  • Fix memory issue
  • Fix a problem with dismissing the update view in some scenarios

Version 2.0.4 — 12/Dec/2011

iOS

  • 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

Android

  • Fixed build problem
  • Fix for crash when activity was finished before update dialog is shown.
  • Updated Eclipse environment

Version 2.0.3 — 18/Oct/2011

iOS

  • Use dispatch_once for initializing shared instance if deployment version >= 4.0
  • Add mandatory version support

Android

  • 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.

Server

  • Add iPhone 4S identifier
  • Add mandatory version support for iOS
  • Add URL decode to display correct versions with whitespaces (%20 -> blank)

Version 2.0.2 — 06/Sep/2011

iOS

  • 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).

Android

  • Fix for handling missing Download directory on SD card..

Server

  • Adding notes to Android JSON payload
  • Handle missing log directory.

Version 2.0.1 — 24/Aug/2011

iOS

  • 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

Server

  • 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

Version 2.0.0 — 02/Aug/2011

iOS

  • Major new version
  • App Store like UI

Android

  • Major new version
  • Marketplace like UI

Server

  • Major new version
  • Requires mod_rewrite