Releases: reproio/repro-android-sdk
Releases · reproio/repro-android-sdk
1.1.26
New
- Add
getDeviceID
andgetUserID
API
Improved
- Don't overwrite existing notification when receives new GCM message
- Prevent to track touches while pause recording
- Remove dependency to Support.V4
- Limit the length of user profile key and value
- Track In-App Message ID even if the app was killed after showing the Message
- Track CTA event if CTA URL is not specified
1.1.14
1.1.5
1.1.4
1.1.2
New
- Enabled to track push notification as opened. Please see the doc for more details.
Improved
- Improved thread safety
- Improved stability of uploading
Fixed
- Fixed delay of session data uploads
- Reduced the posibility to deliver in-app messages already shown
- Fixed the posibility of NullPointerException
1.0.1
Features
- Enable to show in-app message when tracking event
Improvements
- Improve stability of session and recording
Bug fixes
- Fix file upload over 4G
- Fix a rare crash after stopping recording while paused
- Fix the format of crash report on Android 4.3 or earlier
0.15.0
0.14.5
Features
- New In-App Message
- Enables to choose Dialog type
- Enables to use two buttons in message
- Add crash reporting
Changes
- Deprecate
track(String JSONObject)
API- Use
track(String, Map<String, Object>)
instead
- Use
Bug Fixes
- Fix crashes when the application goes foreground
- Fix crashes while preparing GL
- Fix the bug where the old session data wan't removed correctly