Skip to content

Releases: Instabug/Instabug-Android

v13.2.0

04 Jul 21:23
0422acd
Compare
Choose a tag to compare
  • Adds Bug Reporting user consent offerings to support actionable consents.
  • Adds the ability to control sending screenshots with each crash type.
  • Adds a new three-finger swipe invocation event for Bug reporting.
  • Adds metadata to identify screenshots that are not captured due to device issues.
  • Adds the ability to trace network requests from Instabug to New Relic.
  • Adds functionality to support screen loading for Instabug Flutter SDK.
  • Fixes an issue where some debug logs was kept printing in the log-cat when some of the SDK products are not loaded.
  • Fixes an issue that occurs under certain conditions where ANRs sometimes not captured.
  • Fixes a crash that occurs when removing foreground service permission.
  • Fixes a crash that occurs when removing onboarding message activity manually from the manifest file.

v13.1.2

11 Jun 15:42
0422acd
Compare
Choose a tag to compare
  • Updates SDK to support Firebase's HTTP v1 protocol for push notifications.

v13.1.1

03 Jun 17:46
0422acd
Compare
Choose a tag to compare
  • Fixes an issue that caused NDK crashes not reported correctly.
  • Fixes an issue that happens in special setup which caused ANR reporter not functioning correctly.

v13.1.0

28 May 16:05
0422acd
Compare
Choose a tag to compare
  • Adds support for boolean and multivariate feature flags with variants.
  • Adds response code to NetworkLogListener.
  • Adds support to sync crashes immediately after collection.
  • Adds support to highlight delayed bug reports due to client connectivity issues.
  • Increases the Identify User API ID Limit to 36 characters.
  • Fixes an issue that may cause push notifications not working under certain conditions.
  • Fixes an issue that may cause private views not to be masked correctly under certain conditions.
  • Fixes an issue that causes uploading mapping files when using Dexguard not to be working correctly.
  • Deprecates Experiments.

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.