You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: Documentation/Changelog.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
## Changelog
2
2
3
+
### Version 5.1.1
4
+
5
+
This release wraps HockeySDK-Android 5.1.0.
6
+
7
+
#### Changelog for HockeySDK-Android 5.1.0
8
+
9
+
***[Bugfix]** Fix issue in persistence logic that could cause Session information to be inaccurate. [#340](https://github.com/bitstadium/HockeySDK-Android/pull/340)
10
+
***[Improvement]** Remove left-to-right attribute in case the app that integrates the SDK doesn't use that. Thx to [Steven](https://github.com/smuldr) for this contribution. [#335](https://github.com/bitstadium/HockeySDK-Android/pull/335)
11
+
***[Improvement]** Improve error message for the Feedback feature. [#341](https://github.com/bitstadium/HockeySDK-Android/pull/341)
12
+
***[Improvement]** It's now possible to call `setUserId` for Feedback. [#339](https://github.com/bitstadium/HockeySDK-Android/pull/339)
13
+
14
+
### Version 5.1.0
15
+
16
+
This release adds the missing bindings for the `trackEvent`-api in MetricsManager.java.
17
+
3
18
### 5.0.1
4
19
5
20
This is a bugfix release. If you upgrade from version 1.X, please be aware of the breaking changes in version 5.0.0!
0 commit comments