Skip to content

Releases: Instabug/Instabug-Android

v11.6.0

22 Nov 17:13
9fd71bd
Compare
Choose a tag to compare
  • Adds a new callback for InstabugOkhttpInterceptor that's triggered on capturing a new network log. Use it to manipulate the network log details before it's stored. Check registerNetworkLogsListener.
  • Adds a new setVideoEncoderConfig API to customize screen recording configuration.
  • Makes text used in invalid message pop up when reporting a bug customizable via COMMENT_FIELD_INSUFFICIENT_CONTENT.
  • Enhances accessibility support for surveys.
  • Adds Romanian localization.
  • Fixes various issues that led to ANRs being reported when host app is running in the background.
  • Fixes an issue that caused an uncaught IllegalStateException in chats.
  • Fixes an issue in APM custom traces that led to an inaccurate duration under certain conditions.

v11.5.4

23 Oct 15:37
9fd71bd
Compare
Choose a tag to compare
  • Fixes an unhandled ClassNotFoundException when using InstabugOkhttpInterceptor.

v11.5.3

21 Oct 12:06
9fd71bd
Compare
Choose a tag to compare
  • Fixes an issue in network logging that caused a crash when downloading files.

v11.5.2

13 Oct 11:28
9fd71bd
Compare
Choose a tag to compare
  • Fixes an OutOfMemoryError that happened when capturing Session Profiler data under certain conditions.
  • Fixes an issue that caused some localized strings to be displayed in English, when using simplified Chinese or traditional Chinese locales.

11.5.1

21 Sep 17:45
9fd71bd
Compare
Choose a tag to compare
  • Removes WiFi SSID from all captured data.
  • Prevents SDK from crashing on API levels 19 and below when android.permission.GET_TASKS is missing from the app’s manifest file.
  • Fixes an OOM crash that occurred while logging network requests when a device is running low on memory.

11.5.0

30 Aug 14:38
9fd71bd
Compare
Choose a tag to compare
  • Introduces a new API to report non-fatal errors with different levels.
  • Locale field in reports now includes both language and region.
  • Adjusts ProGuard rules to fix a regression in SDK size.
  • Enhances memory usage of various SDK features.
  • Fixes a rare crash that occurred in BaseReportingFragment.
  • Fixes a compilation error that occurred when integrating APM network interceptor.

11.4.1

11 Aug 18:00
9fd71bd
Compare
Choose a tag to compare
  • Fixes an issue that causes compiling the SDK to fail with Manifest merge error on some projects compiled by API 31+.

11.4.0

28 Jul 16:37
9fd71bd
Compare
Choose a tag to compare
  • Adds support for detecting user terminations (beta).
  • Adds a new API that enables reporting a non-fatal while setting a custom grouping fingerprint.
  • Fixes an exception that could be thrown if ACCESS_NETWORK_STATE permission isn’t granted.
  • Fixes an issue that caused APM network logs to not be captured when using OkHttpClient.

11.3.0

29 Jun 14:33
ee07e36
Compare
Choose a tag to compare
  • Introduces multiple accessibility improvements to Bug Reporting UI.
  • Requires CompileSDKVersion to be set to at least 31.
  • Excludes the SDK’s SharedPreferences file from being included in backups.
  • Fixes an issue that caused Repro Steps data to be logged when Bug Reporting is disabled
  • Fixes truncated text in Bug Reporting UI in French Locale.
  • Fixes a crash that happen when capturing a screen recording under certain conditions.
  • Fixes an issue that prevented screen recordings from starting on specific devices.
  • Fixes an infrequent StackOverflowError that happened on low-end devices.
  • Fixes null request bodies in OkHttp when content-type is not set.

11.2.0

06 Jun 14:53
ee07e36
Compare
Choose a tag to compare
  • Adds a Gradle plugin for uploading mapping files.
  • Fixes an OOM crash that happened when storing some APM network responses on low-end devices.
  • Fixes a crash that occurred under certain conditions when showing a video thumbnail in chats.
  • Fixes an OOM crash that happened in InstabugOKhttpInterceptor on low-end devices.
  • Fixes an issue that caused steps to be grouped incorrectly in Repro Steps.
  • Fixes reporting of incorrect NDK stack traces on arm64-v8a devices.
  • Fixes an issue that caused some GET requests to show an incorrect request body.
  • Updates ProGuard rules to ensure compatibility with other SDKs.