- Fix mandatory flag is set but newer version is installed, then the mandatory dialog will still appear (if compareVersionType is set to HockeyComparisonResultDifferent)
- Show mandatory alert if any newer version than the installed one is set to mandatory, and not only the latest one
* release/2.2.3:
Update copyright years in license file
Update PLCrashReporter with UTF bug fix
Clean crash queue if the HockeyApp server rejected the crash
Fix a problem with dismissing the update view in some scenarios
Fix memory issue
* release/2.2.2:
Some more 2 space indentation fixes
fix example
Set the delegate for Hockey and Quincy
Remove unit test files and target
Add appstore detection property
Add workaround for not requiring -all_load linker flag and some Xcode project adjustments
Updated manager for quincy logging and new delegate
One more 2 space indentation fixes
Add new delegate which fires when the user selected "Send Always" in the alert
Fix for an older commit in QuincyKit being only half complete
Don't treat empty server responses as success
Added optional logging for debugging help
set HOCKEYLIB_STATIC_LIBRARY define
as a library, build for armv6 & armv7
add xcworkspacedata
add default xcodeproj
Removing returning shared instance before dispatch_once is invoked
* refs/heads/diederich-features/xcodeproj:
Add workaround for not requiring -all_load linker flag and some Xcode project adjustments
set HOCKEYLIB_STATIC_LIBRARY define
as a library, build for armv6 & armv7
add xcworkspacedata
add default xcodeproj
* 'features/xcodeproj' of https://github.com/diederich/HockeySDK-iOS:
set HOCKEYLIB_STATIC_LIBRARY define
as a library, build for armv6 & armv7
add xcworkspacedata
add default xcodeproj
Even if the user did select to auto send, the dialog appeared again, because the new check if this was the case and if auto send is currently allowed wasn't actually used