diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index 548f355..296d027 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -1,5 +1,21 @@ ###Changelog:### +### 1.1.6 + +Upgrade to HockeySDK for Android 4.1.5 + +* [FIX] Fix a resource leak in Sender. +* [FIX] Fix possibility to bypass authentication. +* [FIX] Fix the progressbar when sending feedback. +* [FIX] Fix the dates in the Feedback UI. +* [FIX] Fix ConcurrentModificationException in metrics feature. +* [FIX] Fix potential crash related to multi-threading in Channel. +* [FIX] Fix the focus in the Feedback UI, this also improves accessibility. +* [IMPROVEMENT] Fix some strict mode violations. +* [IMPROVEMENT] Improve accessibility for Feedback attachments. +* [IMPROVEMENT] Send batched events when the app goes into background. +* [IMPROVEMENT] Automatically add the sdk to the often already existent Plugins folder + ### 1.1.5 * [FIX] Fixes session tracking by explicitly starting one. diff --git a/ExampleGame/Assets/HockeyAppUnityAndroid/HockeyAppUnityAndroid/AndroidManifest.xml b/ExampleGame/Assets/HockeyAppUnityAndroid/AndroidManifest.xml similarity index 92% rename from ExampleGame/Assets/HockeyAppUnityAndroid/HockeyAppUnityAndroid/AndroidManifest.xml rename to ExampleGame/Assets/HockeyAppUnityAndroid/AndroidManifest.xml index d260adb..5f8c0d0 100644 --- a/ExampleGame/Assets/HockeyAppUnityAndroid/HockeyAppUnityAndroid/AndroidManifest.xml +++ b/ExampleGame/Assets/HockeyAppUnityAndroid/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="16" + android:versionName="1.1.6" > + android:versionCode="16" + android:versionName="1.1.6" > Requirements (Version 1.1.5) +## Requirements (Version 1.1.6) * [Changelog](Documentation/Changelog.md) * Unity 5.0 or newer (SDK versions with Unity 4 support can be found at the [Unity Asset Store](https://www.assetstore.unity3d.com/en/?gclid=CO) or by switching to the 1.0.3 tag on GitHub).