Skip to content

Releases: Countly/countly-sdk-android

20.11.12

26 Jan 17:53
Compare
Choose a tag to compare
  • Fixed bug due to "CLOSE_SYSTEM_DIALOGS" permission denial
  • Adding an init time configuration option to set the maximum request queue size
  • Updating the "compileSdkVersion" and "targetSdkVersion" to "31".
  • Updating the "buildToolsVersion" to "31.0.0".

20.11.11

12 Nov 11:04
Compare
Choose a tag to compare
  • Fixed a bug where events would be sent with a larger delay if SDK callbacks are not called
  • Fixed a bug where "platform" and "app_version" were provided incorectly when retrieving the feedback widget data

20.11.10

11 Aug 23:53
Compare
Choose a tag to compare
  • Fixed bug that would close manually recorded views early when automatic view recording is disabled

20.11.9

02 Aug 23:43
Compare
Choose a tag to compare
  • Moving a push related broadcast receiver decleration to the manifest to comply with 'PendingIntent' checks
  • Fixed issue with star rating lowest allowed value. Changing it from 0 to 1.
  • Fixed bug that would prevent certain codepath to be executed if the Application class was not provided during init.
  • Added additional protections in remote config logic to protect against rare crashes
  • Increasing default event threshold to 100.
  • Printing approximate data usage in logs when sending requests

20.11.8

26 Apr 14:26
Compare
Choose a tag to compare
  • Minor tweaks. Changes related to publishing to MavenCentral

20.11.7

07 Apr 19:28
Compare
Choose a tag to compare
  • Adding metric for the device manufacturer.
  • Fixing potential issues by sending all available events before the "end session" request

20.11.6

23 Feb 00:39
Compare
Choose a tag to compare
  • Fixed init time bug where the context from the provided application class was not used.
  • Fixed init time bug which happened when location was disabled during init.

20.11.5

12 Feb 13:15
Compare
Choose a tag to compare
  • Added option to enable additional push redirection protections

20.11.4

01 Feb 18:52
Compare
Choose a tag to compare
  • Added a way to retrieve feedback widget data and manually report them
  • Fixed bug where network request were retried too soon after a failed request

20.11.3

14 Jan 14:20
Compare
Choose a tag to compare
  • Removed thrown exceptions in places where that is possible