Skip to content

Releases: iadvize/iadvize-android-sdk

2.14.4 (Epoisses)

09 Dec 16:47
Compare
Choose a tag to compare

Features

  • Updated UI to new product carrousel design

Bug fixes

  • Fix TalkBack focus issue in message list
  • Fix push notifications not being enabled on follow-up activations (see explanation below)

Automatic Push Notifications Handling

Push notifications are now automatically enabled every time a visitor is activated using IAdvizeSDK.activate(projectId:authenticationOption:gdprOption:completion:).

  • Previously, push notifications were only enabled during the first activation. After logout, they were disabled, requiring manual re-enablement on subsequent activations.

  • Now, push notifications will automatically re-enable during every activation, regardless of whether it’s the visitor’s first or a subsequent activation.

You only need to call NotificationController.enablePushNotifications if you previously disabled them using NotificationController.disablePushNotifications.

2.14.3 (Epoisses)

07 Nov 14:15
Compare
Choose a tag to compare

Features

  • Migrate to Android permission-less Photo Picker

Bug fixes

  • Fix crash due to missing flag on downloaded files broadcast receiver

2.14.2 (Epoisses)

22 Oct 13:50
Compare
Choose a tag to compare

Feature

  • Implemented Android Media partial access for media picker

Dependencies

  • Gradle
  • Android Gradle Plugin
  • Java
  • Kotlin
  • Android Minimum SDK
  • Android Compile SDK
  • Android Target SDK
  • Android Build Tools

2.14.1-rnbackport (Epoisses)

23 Sep 12:54
Compare
Choose a tag to compare

Bug fixes

  • Fix obfuscation folder conflict with external libraries

2.14.1 (Epoisses)

23 Sep 12:51
Compare
Choose a tag to compare

Bug fixes

  • Fix obfuscation folder conflict with external libraries

2.14.0-rnbackport (Epoisses)

17 Sep 09:34
Compare
Choose a tag to compare

Features

  • Add debug info API to get SDK status
  • Add targeting rule trigger failure callback
  • Decrease severity of log when registering custom data outside of an ongoing conversation
  • Encapsulate iAdvize SDK errors into their own types

2.14.0 (Epoisses)

17 Sep 09:32
Compare
Choose a tag to compare

Features

  • Add debug info API to get SDK status
  • Add targeting rule trigger failure callback
  • Decrease severity of log when registering custom data outside of an ongoing conversation
  • Encapsulate iAdvize SDK errors into their own types

2.13.1-rnbackport (Dauphin)

03 Jul 09:26
Compare
Choose a tag to compare

Features

  • Add a full debug log level (to use with caution, only with iAdvize approval to live debug)

2.13.1 (Dauphin)

03 Jul 09:23
Compare
Choose a tag to compare

Features

  • Add a full debug log level (to use with caution, only with iAdvize approval to live debug)

2.13.0-rnbackport (Dauphin)

11 Jun 14:05
Compare
Choose a tag to compare

Features

  • Migrate the XMPP messaging architecture from MUC/SUB to classic MUC