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

Version 4.1.3

Compare
Choose a tag to compare
@ElektrojungeAtWork ElektrojungeAtWork released this 08 Mar 21:09
· 411 commits to develop since this release

This release is our version of spring cleaning for the HockeyApp SDK. It comes with the following bugfixes:

  • [FIX] It was possible to send huge stack traces which could cause out-of-memory exceptions (e.g. when trying to send 100MB worth of stacktraces). Stacktraces are now limited to 4MB in size. #199
  • [FIX] Thanks to Stuart Eichert, the constructor for CrashDetails now contains more parameters to avoid an exception when calling writeCrashReport. #201
  • [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] Thanks to Stuart Eichert, it's now possible to specify the path to customize where to write a crash report to. #203
  • [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