This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 315
Release Notes
TheRealKerni edited this page Mar 27, 2012
·
5 revisions
- [iOS] Use local NSFileManger instead of defaultManager singleton, which is not thread safe
- [iOS] Remove autoSubmitting UDID method, to make the code AppStore safe
- [All] Add SDK Version number
- [Mac] Fix a crash when submitting reports
- [Mac] Bugfixes
- [iOS] Add a new PLCrashReporter version which handles UTF characters in executable names correctly
- [iOS] Clean crash queue if the HockeyApp server rejects the crash reports
- [Mac] Ignore crash reports if they are empty or don't match the current application version
- [Mac] Fixed a memory leak
- [Mac] Added support for sending crash reports automatically
- [iOS] Add new delegate which fires when the user selected "Send Always" in the alert
- [iOS] Don't treat empty server responses as success
- [iOS] Added optional logging for debugging help
- [iOS] If quincy.bundle is missing in the app, show a warning via NSLog and send crash reports without showing any dialogs, since it would crash otherwise
- [iOS] Don't send device udid when in appstore and autoSubmitDeviceUDID is turned on
- [Mac] Update documentation for how to use the Mac client with sandbox and temporary-exception
- [Mac] Add workaround lion sandbox support
- [Server] Fix failures of update the description with incoming crash reports
- [Server] Fix invalid method name which caused some crashes not being added to the database
- [Server] Add search by contact
- [iOS] Fix two possible crashes
- [Mac] Fix Dialog resize issues
- [iOS] Replace PLCrashReporter build for compatibility with Xcode < 4.2
- [iOS] Made description and log CDATA save in the report
- [iOS] Added Swedish localization
- [Server] Not adding multiple entries to the crash description field if the description only differs by the hex address of some object.
- [Symbolication] Fix missing variable declaration in symbolicatecrash
- [iOS] Add a readonly property which tells if the last session crashed.
- [iOS] Fix allowing the user to choose auto submit , even if the developer explicitly set auto submit to NO but let the alert display the always button
- [iOS] Add simulation of crash with exception
- [iOS] Update PLCrashReporter to r413 (with patch for last exception backtrace formatting)
- [iOS] Added static library based Xcode project
- [iOS] Add willShowSubmitCrashReportAlert delegate
- [Mac] Fix mac client to detect crashes of versions before the framework was even added to the app
- [Server] Add last exception backtrace to the server grouping
- [Symbolication] Merge in latest symbolicatecrash changes from Apple
- [iOS] Fix the reported iOS version to be the one of the crash report, instead the one when sending the report
- [iOS] Use dispatch_once for initializing shared instance if deployment version >= 4.0
- [Server] Add device identifier of iPhone 4S
- [iOS] Major rewrite