v11.14.0
Instabug-Android-CI
released this
27 Aug 13:38
·
1 commit
to master
since this release
- Detects the appearance and dismissal time for native in-app rating prompt in the session to be able to match it with a specific review.
- Prevents the status bar and system navigation bar from showing when presenting Instabug UI, for apps that hide those bars.
- Adds an API to control fullscreen mode when presenting Instabug UI. See Instabug.setFullscreen(boolean isFullScreen).
- Optimizes memory usage in various parts of the SDK.
- Fixes a memory leak that happened when capturing data for Repro Steps.
- Fixes attempting to sync in-app replies when feature is disabled.
- Fixes a threading violation warning about Instabug.getTags().
- Fixes an issue that prevented surveys from showing to some users.
- Fixes a threading issue that resulted in UI code being executed on a background thread for some apps, leading to a crash.
- Switches activities to the more secure singleTask launch mode.