Skip to content

Releases: Instabug/Instabug-Android

v13.0.3

13 May 18:29
0422acd
Compare
Choose a tag to compare
  • Fixes a crash that occurs on Android APIs 22 & 23 with KeyboardEventListener.getRootView(). This is suspected to be related to Google Auth SDK.

v13.0.1

28 Apr 13:47
0422acd
Compare
Choose a tag to compare
  • Adds different store limits for Fatal and Non-Fatal Crashes.
  • Fixes a crash that occurred under certain conditions when persisting crash object.

v13.0.0

19 Apr 12:33
0422acd
Compare
Choose a tag to compare
  • Adds support to capture user interactions in Jet Pack Compose (JPC) screen.
  • Adds a new API to disable user identification in Feature Requests.
  • Adds support to Jet Pack Compose (JPC) navigation version 2.7.1 and up.
  • Adds support to App flows.
  • Adds ability to sync persistent crashes that happen in app initialization.
  • Fixes an issue where bug reporting extra screenshot fab button is cropped.
  • Fixes an issue where bug text attachments are sent with extra letters at the end.
  • Fixes an ANR that occurred under certain conditions when keyboard is opening or closing.
  • Fixes a crash that occurred when removing FOREGROUND_SERVICE_MEDIA_PROJECTION permission from the Manifest file.
  • Various performance and stability enhancements.

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.