Skip to content

Releases: Instabug/Instabug-Android

v12.9.0

17 Mar 15:43
0422acd
Compare
Choose a tag to compare
  • Add support for Experiments in Bug Reporting.
  • Fixes an issue that caused video streams to have a delay when using Exoplayer with InstabugOkhttpInterceptor.
  • Fixes an ANR that occurred on some low-end devices.
  • Fixes a threading violation error.
  • Fixes a crash that occurred under specific conditions when android.permission.DETECT_SCREEN_CAPTURE is missing.
  • Adds safeguards to protect against potential NullPointerExceptions under specific conditions

v12.8.0

25 Feb 15:03
0422acd
Compare
Choose a tag to compare
  • Fixes a crash that happens when removing DETECT_SCREEN_CAPTURE permission.
  • Adds ability to catch early ANRs.

v12.7.1

14 Feb 09:28
0422acd
Compare
Choose a tag to compare
  • Removing incorrect Foreground Location Permission from production SDK.

v12.7.0

09 Feb 22:20
0422acd
Compare
Choose a tag to compare
  • Adds support for web views loading in APM.
  • Adds a new API method for retrieving a Session Replay URL associated with a session. Check SessionReplay.getSessionReplayLink().
  • Fixes a crash that happened on Android 14, caused by some ProGuard rules.
  • Fixes an issue in Repro Steps that caused overlay views to be incorrectly captured.
  • Fixes an incorrect string in Scandinavian locale.
  • Fixes an issues that caused a permission dialog to show twice.

v12.6.0

11 Jan 18:27
0422acd
Compare
Choose a tag to compare
  • Adds CodePush support for React Native apps.

v12.5.1

04 Jan 15:47
0422acd
Compare
Choose a tag to compare
  • Fixes a crash that occurred on devices running Android 14.

v12.5.0

28 Dec 09:38
0422acd
Compare
Choose a tag to compare
  • 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

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.