Releases: Instabug/Instabug-Android
Releases · Instabug/Instabug-Android
v12.5.0
- Adds ability to localize sub-categories from dashboard.
- Adds ability to navigate from survey response to the corresponding session replay from dashboard.
- Increasing experiments character limit from 70 to 140 characters.
- Optimizes Logs collection to improve performance.
- Adds support for Android 14.
- Enables screenshot capture gesture detection on Android 14 without asking for storage permission.
- Fixes an issue affecting keyboard showing in bug reporting in Android 14.
- Fixes an issue with terminations and NDK making repro screenshots not showing correctly on the dashboard.
- Optimizes performance of various parts of the SDK to avoid possible ANRs on low-end devices.
v12.4.1
- Fixes an ANR that happens in ReactNative SDK.
- Adds Gradle DSL support for our plugin.
v12.4.0
- Adds a new Instabug.willRedirectToStore() API to be called from custom app rating dialogs.
- Adds ability to integrate network requests in APM with Datadog.
- Optimizes syncing of Session Replay data.
- Optimizes SDK size as well as various other performance enhancements.
- Enhances detection of internet connectivity before attempting to make network requests.
- Fixes an issue affecting devices running Android 14, that resulted in not being able to add screenshot and screen recording attachments to bugs.
- Fixes an issue that resulted in the screenshot capture button being hidden while attaching an extra screenshot with bottom sheet is being displayed.
- Fixes push notifications for replies to bugs not showing under certain conditions when app is running in the background.
- Fixes a layout issues for replies when app language is Arabic.
- Fixes an issue that resulted in an invalid name being displayed in replies.
v12.3.1
- Fixing a build issue with recent AGP due to a missing proguard rule.
v12.3.0
- Adds an API that enables you to define up to two user consent checkboxes when reporting a bug.
v12.2.0
- Optimizes performance of various parts of the SDK.
- Upgrades APM plugin to use ASM 9 instead of 7.
- Fixes an issue that caused some features to be incorrectly disabled for some apps.
- Fixes an issue that caused a NullPointerException to be thrown when masking private views in captured screenshots.
- Fixes an issue that caused the floating screen recording button to become inactive.
v12.1.0
- Adds APM support for Jetpack Compose.
- Added network requests latencies breakdown to the Network metric.
v12.0.1
- Fixing a build issue with recent AGP due to a missing proguard rule.
v12.0.0
- Adds support for Session Replay, which includes capturing session details, visual reproduction of sessions as well as support for user steps, network and Instabug logs.
- Introducing new User identification API to accept a user ID.
- Removing deprecated APIs.
- Added network requests latencies breakdown to the Network metric.
- Fixes an issue that causes SDK Invocation to malfunction on some T-Mobile Devices.
- Fixes an issue where the reply button theme was not displaying correctly.
- Fixes a crash that happens due to a race condition.
v11.14.0
- 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.