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

Version 4.0.0

Compare
Choose a tag to compare
@ElektrojungeAtWork ElektrojungeAtWork released this 27 Apr 13:45
· 606 commits to master since this release

This is the first release of the 4.0 line of our HockeySDK.

With this release, our major new feature is User Metrics.
If you're already using our SDK, it's as simple as upgrading to Version 4.0.0 of the SDK and add the following code:

//add this import
import net.hockeyapp.android.metrics.MetricsManager;

//add this to your main activity's onCreate()-callback
MetricsManager.register(this, getApplication());

Please do note, that auto collection of users and sessions only works on Android API level 14 or higher.


Apart from this, here's the list of other changes:

Version 4.0.0

  • [UPDATE] Fix potential handler leaks in FeedbackActivity, LoginManager and LoginActivity
  • [UPDATE] Fix implied default locale for app size calculation
  • [BUGFIX] Fix bug in authorization logic that affected restricted builds. If you are using this HockeyApp's authentication feature, please read the article in our knowledgebase.

Version 4.0.0-alpha.3

  • [UPDATE] Integrate HockeySDK 3.7.2
  • [BUGFIX] Fix issues with user metrics pre-ICS devices

Version 4.0.0-alpha.2

  • [UPDATE] Integrate HockeySDK 3.7.1

Version 4.0.0-alpha.1

  • [NEW] Add MetricsManager to enable user and session metrics.