Releases: Instabug/Instabug-Android
11.1.0
-
Adds a new API that allows configuring a minimum character count for the description field in bug reports.
-
Enhances crash reporting to be able to capture crashes that occur very early during application initialization.
-
Enhances memory utilization in various parts of the SDK to avoid out of memory errors on devices with low memory.
-
Fixes an issue that prevents users from being able to stop a screen recording on specific devices.
-
Various performance and stability enhancements.
11.0.0
- Introduces a
newignoreFlagSecure(boolean isEnabled)
API that can be used to stop ignoring screenshots from activities that have FLAG_SECURE enabled. - Introduces a
newisUsageExceeded()
API that return whether the current app has exceeded usage limits for current plan. - Enhances the reporting of emulator device types in APM.
- Removes a set of APIs that have been previously deprecated.
- Fixes an issue that caused a rare IllegalStateException when using in-app chats.
- Fixes a typo Indonesian locale.
10.13.0
-
Adds support for gRPC network requests in APM.
-
Fixes an issue that resulted in not being able to send identified user email in bug reports.
-
Fixes a crash that occurred under certain conditions while replying to a message in chats.
-
Fixes a few crashes that happened when running on low-end devices with low memory.
-
Optimizes memory usage and performance of various components.
10.12.3
- Fixes an issue with masking certain views that resulted in a crash.
- Fixes a crash that occurred under certain conditions when logging Repro Steps.
- Fixes a few crashes that happened when running on low-end devices with low memory.
- Fixes an issue that resulted in not being able to dismiss in-app notifications.
- Optimizes performance of various parts of the SDK to avoid possible ANRs on low-end devices.
10.12.2
- Fixes an issue that may cause some custom surveys views to be broken.
10.12.1
- Fixes an issue that may cause some surveys to appear more than once.
- Fixes an issue causes the current view to be incorrect when reporting a bug.
- Fixes a crash that occurred while capturing and storing user steps.
- Fixes a crash that may occur when disabling Repro Steps programmatically.
- Fixes a few issues that may leads to crashes in multiple usage scenarios.
- Optimizes memory usage and performance of various components.
Fixes #414
10.12.0
10.11.1
- Fixing a critical issue that impacts the upgrade flow from a specific SDK version (10.4.3) which caused some SDK functionality to be disabled. We highly recommend updating to this version to keep your SDK functioning correctly.
v10.11.0
-
Adds a new UI Loading metric to track app performance during transitions between screens.
-
Fixes various issues reported by StrictMode.
-
Fixes an issue that delayed or prevented invocation of Instabug when using RxJava.
-
Fixes an issue that causes in-app notifications to reappear after they have been dismissed.
-
Removes logging of application token to Logcat.
-
Ensures that all files stored locally remain encrypted at all times.