Releases: iadvize/iadvize-android-sdk
2.14.4 (Epoisses)
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)
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)
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)
Bug fixes
- Fix obfuscation folder conflict with external libraries
2.14.1 (Epoisses)
Bug fixes
- Fix obfuscation folder conflict with external libraries
2.14.0-rnbackport (Epoisses)
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)
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)
Features
- Add a full debug log level (to use with caution, only with iAdvize approval to live debug)
2.13.1 (Dauphin)
Features
- Add a full debug log level (to use with caution, only with iAdvize approval to live debug)
2.13.0-rnbackport (Dauphin)
Features
- Migrate the XMPP messaging architecture from MUC/SUB to classic MUC