Skip to content

Releases: Instabug/Instabug-Android

v12.4.1

06 Dec 11:56
f15570f
Compare
Choose a tag to compare
  • Fixes an ANR that happens in ReactNative SDK.
  • Adds Gradle DSL support for our plugin.

v12.4.0

03 Dec 11:59
f15570f
Compare
Choose a tag to compare
  • 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

24 Nov 13:20
f15570f
Compare
Choose a tag to compare
  • Fixing a build issue with recent AGP due to a missing proguard rule.

v12.3.0

21 Nov 16:03
f15570f
Compare
Choose a tag to compare
  • Adds an API that enables you to define up to two user consent checkboxes when reporting a bug.

v12.2.0

23 Oct 14:50
f15570f
Compare
Choose a tag to compare
  • 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

24 Sep 11:57
f15570f
Compare
Choose a tag to compare
  • Adds APM support for Jetpack Compose.
  • Added network requests latencies breakdown to the Network metric.

v12.0.1

12 Sep 18:45
f15570f
Compare
Choose a tag to compare
  • Fixing a build issue with recent AGP due to a missing proguard rule.

v12.0.0

12 Sep 05:57
f15570f
Compare
Choose a tag to compare
  • 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

27 Aug 13:38
f15570f
Compare
Choose a tag to compare
  • 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.

v11.13.0

22 Jun 15:18
f15570f
Compare
Choose a tag to compare
  • Adds ability to control configuration of Repro Steps for Bug Reporting and Crash Reporting separately.
  • Adds a new feature that allows the automatic masking of views containing private information in screenshots.
  • Adds support for capturing screen names created using Jetpack Compose.
  • Adds ability to override string values for Extended Bug Reports.
  • Enhances how failed requests for bug reports are retried.
  • Fixes a Resources$NotFoundException that happened when invoking Instabug.
  • Fixes a crash that happened under specific conditions when using InstabugAPMOkHttpInterceptor.
  • Fixes a minor UI layout issue in Announcements.
  • Fixes an ANR that occurred on some devices when using the blur feature while annotating a screenshot.
  • Shows an error message to users trying to attach photos to bug reports after denying access to the photo library.
  • Deprecates Instabug.setReproStepsState(State).
  • Optimizes SDK size.