Skip to content

Releases: Countly/countly-sdk-android

25.1.1

31 Jan 11:59
401354c
Compare
Choose a tag to compare
  • Mitigated an issue where after closing a content, they were not being fetched again.

25.1.0

28 Jan 01:52
37ec527
Compare
Choose a tag to compare
  • Improved content size management of content blocks.

  • Mitigated an issue where, the action bar was overlapping with the content display.

  • Improved the custom CertificateTrustManager to handle domain-specific configurations by supporting hostname-aware checkServerTrusted calls.

24.7.8

23 Dec 14:17
f1d25a5
Compare
Choose a tag to compare
  • Added a init time config option to content interface (setZoneTimerInterval) to set content zone timer. (Experimental!)

24.7.7

04 Dec 07:46
679b97e
Compare
Choose a tag to compare
  • Mitigated an issue where an automatically closed autoStopped view's duration could have increased when opening new views.
  • Mitigated an issue where, on Android 35 and above, the navigation bar was overlapping with the content display.

24.7.6

29 Nov 16:07
ad6bd21
Compare
Choose a tag to compare
  • Added support for localization of content blocks.

  • Mitigated an issue where visibility could have been wrongly assigned if a view was closed while going to background. (Experimental!)

  • Fixed a bug where passing the global content callback was not possible.

  • Mitigated an issue related to content actions navigation.

  • Mitigated an issue with parsing internal content event segmentation.

24.7.5

07 Nov 06:47
8683e36
Compare
Choose a tag to compare
  • ! Minor breaking change ! All active views will now automatically stop when consent for "views" is revoked.

  • The Android SDK now supports Android 15 (API level 35)

  • The views will be stopped and restarted now while going to the background or foreground instead of resuming and pausing.

  • Added further intent redirection vulnerability checks.

  • Added new functions to ease the presenting the feedback widgets. Functions present the first matching feedback widget from the list.

    • presentNPS(Context)
    • presentNPS(Context, String)
    • presentNPS(Context, String, FeedbackCallback)
    • presentSurvey(Context)
    • presentSurvey(Context, String)
    • presentSurvey(Context, String, FeedbackCallback)
    • presentRating(Context)
    • presentRating(Context, String)
    • presentRating(Context, String, FeedbackCallback)
  • Mitigated an issue where content communication was done twice.

  • Mitigated an issue where a segmentation key was removed if it included a list with an unsupported value instead of sanitizing.

  • Mitigated a concurrency issue while restarting stopped views.

  • Fixed an issue where SDK was not able to set experimental visibility flag correctly by adding additional foreground state capture.

24.7.4

04 Oct 16:57
1910cfd
Compare
Choose a tag to compare
  • Disabled caching for webviews.

  • Expanded the flag (enablePreviousNameRecording) to add current view name as segmentation to custom events. (Experimental!)

  • Fixed an issue where the validation of the parameters during content retrieval was improper.

  • Mitigated an issue where a session could have started while the app was in the background when the device ID was changed (non-merge).

  • Mitigated an issue that density calculation was missing while resizing content.

  • Mitigated an issue where content fetching was enabled after initialization of the SDK.

24.7.3

07 Sep 12:20
46c3b6c
Compare
Choose a tag to compare
  • Automatic view pause/resumes are changed with stop/start for better data consistency.
  • Added the config interface 'experimental' to group experimental features.
  • Added a flag (enablePreviousNameRecording) to add previous event and view names as segmentation. (Experimental!)
  • Added a flag (enableVisibilityTracking) to add app visibility info to views and events. (Experimental!)
  • Added Content feature methods:
    • enterContentZone, to start Content checks (Experimental!)
    • exitContentZone, to stop Content checks (Experimental!)

24.7.2

14 Aug 13:17
9669272
Compare
Choose a tag to compare
  • Mitigated an issue in the upload plugin that prevented the upload of a symbol file

24.7.1

31 Jul 14:26
f4bbe2b
Compare
Choose a tag to compare
  • ! Minor breaking change ! Unsupported types for user properties will now be omitted, they won't be converted to strings.

  • Added support for mixed type of immutable lists, arrays to client given segmentations and user properties.

  • Added array, list and JSONArray support to the user properties.

  • Mitigated issues where:

    • session was ending with device ID change without merge, when consent was not required and manual session control was enabled.
    • session was not starting after device ID change without merge, when consent was not required and automatic sessions were enabled.