All Versions
50
Latest Version
Avg Release Cycle
45 days
Latest Release
-

Changelog History
Page 3

  • v20.04.1 Changes

    May 13, 2020
    • Changing permissions for modules so that they are accessible from kotlin
  • v20.04 Changes

    April 30, 2020
    • 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 an 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 functionality to record app start time
    • Adding APM functionality to record custom traces
    • Adding APM functionality to record network request traces
    • Adding APM functionality 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 separate 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 deprecated "addCrashLog" call
    • Removing deprecated "logException" call
    • Removing deprecated "setCustomUserData" call
    • Removing deprecated "setUserData" call
  • v19.09.3 Changes

    April 01, 2020
    • ๐Ÿ›  Fixed a bug which did not add the link to the push dialog button.
  • v19.09.2 Changes

    February 26, 2020
    • ๐Ÿ›  Fixed a bug which did not add links to push buttons.
  • v19.09.1 Changes

    February 06, 2020
    • Applying null pointer exception mitigations to immediate request maker.
  • v19.09 Changes

    September 27, 2019
    • 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
  • v19.08-sdk2

    August 07, 2019
  • v19.02.3 Changes

    May 02, 2019
    • Adding support for native crash handling and symbolication
  • v19.02.2 Changes

    April 03, 2019
    • Fixing bug with location data not being erased during begin_session
    • Fix potential issue with push Activity
  • v19.02.1 Changes

    March 11, 2019
    • fixing endEvent bug that ignores provided "count" and "sum" values