Skip to content

Releases: Countly/countly-sdk-android

20.04.5

21 Aug 14:21
Compare
Choose a tag to compare
  • Replacing sha-1 hash with sha-256 hash for requests.
  • Adding apm calls for cancelTrace, cancelAllTraces, recordNetworkTrace
  • Adding option to use Huawei push notifications
  • making tweaks to APM key validation logic

20.04.4

24 Jul 19:16
Compare
Choose a tag to compare
  • Adding metric override feature
  • Adding functionality to override SDK name and SDK version strings
  • Fixed a issue in the network request retry logic
  • Removed requirement for any consent to be set before device ID can be changed.
  • Mitigating issue which would happen if push token is refreshed before SDK is initialized.
  • Fixed the sending of empty event collections in cases where event sending was forced.

20.04.3

13 Jun 02:12
Compare
Choose a tag to compare
  • Adding fallback cache to CountlyPush for cases where the SDK is not initialised
  • Fixed bug which happened when consent was required but no consent was provided during init

20.04.2

21 May 00:04
Compare
Choose a tag to compare
  • Fixed bug where data was not removed from the URL in case of forced http POST
  • Fixed HTTP post issue with remote config and rating widget

20.04.1

13 May 22:26
Compare
Choose a tag to compare
  • Changing permissions for modules so that they are accessible from kotlin

20.04

30 Apr 19:51
Compare
Choose a tag to compare
  • Adding functionality for filtering crashes
  • Adding functionality to set segmentation for automatic and manual views
  • Adding functionality to ignore activities for automatic view tracking
  • Adding functionality to track orientation changes
  • Adding call to manually record user rating without showing any UI
  • Adding call to record a event with a given timestamp
  • Adding call to cancel a timed event
  • Adding manual session control
  • Adding option to set tamper protection salt in config object
  • Adding calls to give and remove consent to all features at the same time
  • Adding a way to change the session update timer interval
  • Adding call to set notification accent color
  • Adding APM functinality to record app start time
  • Adding APM functinality to record custom traces
  • Adding APM functinality to record network request traces
  • Adding APM functinality to record app time spent in foreground and background
  • Adding remote config call to get all saved values
  • Moving crash, event, view, rating related calls to a seperate modules
  • Deprecating functions that are being put into modules
  • Migrated to AndroidX
  • Improved internal time management which fixes inconsistencies that could arrise on day changes
  • Fixed a bug where deep links from notifications did not include the sent message as part of the intent
  • Removing depracated "addCrashLog" call
  • Removing depracated "logException" call
  • Removing depracated "setCustomUserData" call
  • Removing depracated "setUserData" call

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