Skip to content

Releases: Countly/countly-sdk-android

19.09.3

01 Apr 17:08
Compare
Choose a tag to compare
  • Fixed a bug which did not add the link to the push dialog button.

19.09.2

26 Feb 18:37
Compare
Choose a tag to compare
  • Fixed a bug which did not add links to push buttons.

19.09.1

06 Feb 23:04
Compare
Choose a tag to compare
  • Applying null pointer exception mitigations to immediate request maker.

19.09

27 Sep 08:48
Compare
Choose a tag to compare
  • Adding feature to flush all requests in the queue
  • Adding CountlyConfig object which is used during init
  • Added call to try to complete stored requests
  • Merging Push module with SDK module
  • Fixing a potential 'null' bug for push
  • Fixing a consent bug which disabled features when consent was not enabled
  • Fixed a race condition bug when sending push token to server
  • Fixed remote config bug during init when no device ID was available
  • Fixed bug with events not using the provided event duration.
  • Fixing issue that automated star rating session count was not cleared when changing device ID
  • Removing GCM push support

19.02.3

02 May 19:22
Compare
Choose a tag to compare
  • Adding support for native crash handling and symbolication

19.02.2

03 Apr 21:54
Compare
Choose a tag to compare
  • Fixing bug with location data not being erased during begin_session
  • Fix potential issue with push Activity

19.02.1

11 Mar 21:59
Compare
Choose a tag to compare
  • fixing endEvent bug that ignores provided "count" and "sum" values

19.02

13 Feb 21:53
Compare
Choose a tag to compare
  • Added remote config
  • Star rating requests now use the same urlConnection as other requests
  • Added functionality for adding custom header key/value pairs to every request

18.08.1

25 Sep 21:47
Compare
Choose a tag to compare

18.08.1

  • Fixed bug with events getting two unrelated segmentation fields added
  • Added flags to push action intent
  • Refactored push URL action handling

18.08

30 Aug 15:42
Compare
Choose a tag to compare
  • Added functionality for webView user rating popup dialog
  • Added call for recording unhandled exceptions
  • Added 10 second delay before merging device Id's
  • Added functionality for sending integers and doubles with segmentation, instead of just strings
  • Added call to record exception with a throwable
  • Improved Countly SDK logging messages
  • SDK now tries to send messages in it's timer event when in the background
  • Limited the size of crash logs to 10k characters
  • Limited the size of breadcrumbs to 1000 characters
  • Limited the amount of breadcrumbs to 1000 entries. If a newer one is added, the oldest one is discarded
  • Fixed a deviceId changing related bug
  • Fixed a bug for setting push consent before init