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

Version 3.7.1

Compare
Choose a tag to compare
@matthiaswenz matthiaswenz released this 27 Feb 06:45
· 871 commits to develop since this release

Our first maintenance release for our Android SDK is now publicly available. You can now check whether your app crashed in the last session and retrieve details about the crash in question. We also added more fine-grained control over the SDK's logging behavior, a user-contributed Spanish localization, and improved our ProGuard integration. For more details see the release notes below.

  • [NEW] Crash reporting learned new tricks from its iOS counterpart: You can now check if your app crashed in the last session and get crash details through CrashManager
  • [NEW] The SDK includes it's own HockeyLog-class that allows for fine-grained control over the amount of logs written to LogCat.
  • [NEW] Added Spanish localization. Thanks a lot to Rodrigo Alvarez for the contribution.
  • [IMPROVEMENT] We've added a section to our documentation that explains the advanced configuration of Android permissions. (#124)
  • [IMPROVEMENT] We've added a section on how to provide your own strings & localization to our documentation. (#116)
  • [IMPROVEMENT] We play nicer with ProGuard: we've prefixed our resources and adjusted the ProGuard settings for the SDK. #121
  • [BUGFIX] Fixed a crash in LoginTask caused by an IOException when authorizing the user by email only, and connected to wifi without internet.
  • [BUGFIX] Fixed erroneous debug messages when creating the storage directory structure. #128
  • [BUGFIX] Use separate strings for the authorization UI. #133