Skip to content

Releases: deltaDNA/android-sdk

5.0.2

09 May 14:03
8a181eb
Compare
Choose a tag to compare

Fixed

  • Fixed a Null Pointer Exception that could occur when getting an error response from the consent GeoAPI endpoint

5.0.1

24 Jan 14:56
fdcfcd6
Compare
Choose a tag to compare

Fixed

  • When switching environments between Dev and Live, cached data in the SDK will be cleaned so that events are not sent to the wrong environment during testing
  • Notifications will launch and open correctly on the latest version of Android

5.0.0

05 Nov 16:50
a850654
Compare
Choose a tag to compare

New

  • Breaking Change: Provided APIs for checking if PIPL consent is required, and for registering a user's PIPL consent if so.
    Note it is now a requirement to call the API to check for consent, and register any consents if necessary, before collect and engage
    responses will be successfully sent to the deltaDNA service.

4.13.6

30 Aug 17:06
b1d1006
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where multiple notifications could lead to the wrong campaign being triggered when the notification was tapped

4.13.5

07 Jul 15:41
1d1b7a5
Compare
Choose a tag to compare

Fixed

  • Fixed a regression on visibility of game parameters in an image message

4.13.4

17 Feb 10:46
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where changing the OS language could crash the app.
  • Improved handling of database exceptions.

4.13.3

11 Dec 10:26
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that caused the notificationOpened callback not to be called in some circumstances

4.13.2

13 Nov 16:27
Compare
Choose a tag to compare

Fixed

  • Fixed a crash that could happen on devices with certain locales

4.13.1

28 Aug 08:48
Compare
Choose a tag to compare

Fixed

  • Time consuming calls on engage response errors no longer block the UI thread

4.13.0

21 Aug 12:22
Compare
Choose a tag to compare

Added

  • A EventActionEvaluateCompleteHandler that allow developer to execute a command after the EventAction is evaluated.