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

Releases: bitstadium/HockeySDK-Unity-Android

Version 5.2.0

23 May 12:01
eabf07d
Compare
Choose a tag to compare
  • [Improvement] Replaced obsolete WWW request calls with the new UnityWebRequest version.

Changelog for HockeySDK-Android 5.2.0

  • [Bugfix] Leaking HTTP connection.
  • [Bugfix] Fix HTTPS connection creation.
  • [Security] To enforce TLS 1.2 on all HTTPS connections the SDK makes, we are dropping support for API level 15 (which supports only TLS 1.0), the minimum SDK version thus becomes 16. Previous versions of the SDK were already using TLS 1.2 on API level 16+.

Version 5.1.1

23 Jan 07:53
Compare
Choose a tag to compare

This release wraps HockeySDK-Android 5.1.0.

Changelog for HockeySDK-Android 5.1.0

  • [Bugfix] Fix issue in persistence logic that could cause Session information to be inaccurate. #340
  • [Improvement] Remove left-to-right attribute in case the app that integrates the SDK doesn't use that. Thx to Steven for this contribution. #335
  • [Improvement] Improve error message for the Feedback feature. #341
  • [Improvement] It's now possible to call setUserId for Feedback. #339

Version 5.1.0

21 Dec 19:53
Compare
Choose a tag to compare

This release adds the missing bindings for the trackEvent-api in MetricsManager.java.

Version 5.0.1

22 Nov 22:04
8709612
Compare
Choose a tag to compare

This is a bugfix release. If you upgrade from version 1.X, please be aware of the breaking changes in version 5.0.0!

  • [IMPROVEMENT] Uses HockeySDK-Android 5.0.4. Please have a look at it's full changelog.
  • [BUGFIX] Fix bug that made it possible to bypass authentication. #22.
  • [BUGFIX] Fix an issue when using the GUID for crash reports. #26
  • [BUGFIX] Fix a bug where merging AndroidManifest.xml would fail. #11

Changelog for HockeySDK-Android 5.0.4

This version contains a few bugfixes as well as the removal of an API that has been deprecated since HockeySDK 3.7.0-Beta.2.

  • Removal of deprecated API ExceptionHandler.saveException(Throwable exception, CrashManagerListener listener) has been deprecated since 3.7.0-beta.2. Use ExceptionHandler.saveException(Throwable exception, Thread thread, CrashManagerListener listener) instead.
  • Bugfix The SDK now deletes redundant crash reports.
  • Bugfix The SDK does no longer send the event that indicates the start of a session twice but once. There was no impact on session counts as the event was de-duplicated on the server.
  • Bugfix Fixes a potential deadlock when reading device information when saving an exception.
  • Bugfix Fixes a potential NPE when processing stacktraces. Thanks to Thomas Reis for reporting issue #331.

Changelog for HockeySDK-Android 5.0.3

This release now limits the number of crashes that are stored by the SDK while the device is offline to 100 Crashes. HockeySDK-Android will stop to collect crashes until the number of unsent crashes drops below the limit of 100 unsent crashes.

  • [BUGFIX] Fixes a possible OutOfMemoryError exception. This only occurs when a very large number of crashes – several 100k or more – wasn't sent to the server. #313

Version 5.0.0

28 Sep 22:42
Compare
Choose a tag to compare

This version bump wraps the latest Android SDs and uses the same major version as the native SDK:

Please make sure to read the changelogs of the native SDKs. The most important changes are:

  • The SDK now requires Android api level 15 or later.
  • It's no longer possible to authenticate using a device identifier because of a change in Android O.

Version 1.1.6

31 Jul 18:13
Compare
Choose a tag to compare

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

Version 1.1.5

22 Jun 19:12
Compare
Choose a tag to compare
  • [BUGFIX] Fixes a bug that caused sessions not to be started, leading to missing metrics information.

Version 1.1.4

12 May 09:09
Compare
Choose a tag to compare

Upgrade to HockeySDK for Android 4.1.4

  • [IMPROVEMENT] Minor bugfixes
  • [IMPROVEMENT] FeedbackActivity now uses accessibility labels.

Version 1.1.3

14 Mar 15:29
Compare
Choose a tag to compare
  • [IMPROVEMENT] Update to HockeySDK Android version 4.1.3
  • [FIX] Thanks to Ivan Matkov, it's no longer possible to avoid providing login information and circumvent authentication. #208
  • [FIX] Thanks to Guillaume Perrot, the google play store detection was fixed for emulators running Android Nougat. #209
  • [IMPROVEMENT] It's now possible to scroll within the FeedbackActivity while the keyboard is up. Previously, when providing a lot of feedback, the keyboard could hide the submit-button. #207
  • [IMPROVEMENT] In case the app is offline, the Update feature will no longer log the IOException to avoid confusion. #209

Version 1.1.2

16 Jan 11:44
Compare
Choose a tag to compare
  • [BUGFIX] Installing an app through HockeyApp would falsely report this as a store installation on Android Nougat
  • [BUGFIX] Workaround an issue when installing updates and targeting SDK version 24
  • [BUGFIX] Added user contributed localizations for Simplified Chinese and Russian
  • [UPDATE] Plugin now uses HockeySDK Android 4.1.2