Releases: Instabug/Instabug-Android
11.3.0
- Introduces multiple accessibility improvements to Bug Reporting UI.
- Requires CompileSDKVersion to be set to at least 31.
- Excludes the SDK’s SharedPreferences file from being included in backups.
- Fixes an issue that caused Repro Steps data to be logged when Bug Reporting is disabled
- Fixes truncated text in Bug Reporting UI in French Locale.
- Fixes a crash that happen when capturing a screen recording under certain conditions.
- Fixes an issue that prevented screen recordings from starting on specific devices.
- Fixes an infrequent StackOverflowError that happened on low-end devices.
- Fixes null request bodies in OkHttp when content-type is not set.
11.2.0
- Adds a Gradle plugin for uploading mapping files.
- Fixes an OOM crash that happened when storing some APM network responses on low-end devices.
- Fixes a crash that occurred under certain conditions when showing a video thumbnail in chats.
- Fixes an OOM crash that happened in InstabugOKhttpInterceptor on low-end devices.
- Fixes an issue that caused steps to be grouped incorrectly in Repro Steps.
- Fixes reporting of incorrect NDK stack traces on arm64-v8a devices.
- Fixes an issue that caused some GET requests to show an incorrect request body.
- Updates ProGuard rules to ensure compatibility with other SDKs.
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.