Releases: lavaai/LavaMobileSDK-Android
Releases · lavaai/LavaMobileSDK-Android
2.0.27
High Level Overview
- The functions showInAppPass and handleDeepLink now support an optional ResultListener parameter that the app can supply to receive any errors, like for example when the Functional consent is not provided.
- When the user reapplies Functional consent after previously revoking it, push notifications are correctly enabled.
What's Changed
- PI Consent improvements by @tomislav-t in lavaai/SDK-Android#79
- Fine tuning PI consent improvements: by @tomislav-t in lavaai/SDK-Android#80
Full Changelog: lavaai/SDK-Android@v2.0.25...v2.0.27
2.0.25
What's Changed
- Improvements to make surveys work by @tomislav-t in lavaai/SDK-Android#78
Full Changelog: lavaai/SDK-Android@v2.0.24...v2.0.25
2.0.24
What's Changed
- feat: SSR approach for MicroApp by @thuongnh-rs in lavaai/SDK-Android#77
Full Changelog: lavaai/SDK-Android@v2.0.23...v2.0.24
2.0.23
What's Changed
- [CI-835] Micro app support by @thuongnh-rs in lavaai/SDK-Android#76
Full Changelog: lavaai/SDK-Android@v2.0.19...v2.0.23
2.0.19
High Level Overview
No changes, just bumping the version number.
Full Changelog: lavaai/SDK-Android@v2.0.18...v2.0.19
2.0.18
High Level Overview
- Only small technical improvements have been implemented
What's Changed
- chore: update instruction for Release workflow by @thuongnh-rs in lavaai/SDK-Android#74
- Chore: log error for get server log level as debug by @thuongnh-rs in lavaai/SDK-Android#75
Full Changelog: lavaai/SDK-Android@v2.0.17...v2.0.18
2.0.17
High-level overview
Support Personal Information Consent with the following changes:
- Add new parameters to init() method to set up consent:
piConsentFlags
,piConsentListener
,customPIConsentMapping
,customPIConsentFlags
. - Add new methods:
setPIConsentFlags()
andsetCustomPIConsentFlags()
. - Add new constants to support OneTrust consent.
What's Changed
- PFE-736: Making Android Mobile SDK get server log setting from backend and few other improvements by @tomislav-t in lavaai/SDK-Android#69
- [PDF-682] Open deep link from Inbox by @thuongnh-rs in lavaai/SDK-Android#70
- Feature: Enhance the github workflows for Android by @thuongnh-rs in lavaai/SDK-Android#73
- [PFE-858] Support Consent by @thuongnh-rs in lavaai/SDK-Android#72
Full Changelog: lavaai/SDK-Android@v2.0.14...v2.0.17
2.0.17-dev11
High-level changes
- ConsentListener has new argument
shouldLogout
for onResult(). - Purge user information when revoking consent.
Full Changelog: lavaai/SDK-Android@v2.0.17-dev10...v2.0.17-dev11
2.0.17-dev10
What's Changed
- Support PI Consent.
- PFE-736: Making Android Mobile SDK get server log setting from backend and few other improvements by @tomislav-t in lavaai/SDK-Android#69
- [PDF-682] Open deep link from Inbox by @thuongnh-rs in lavaai/SDK-Android#70
- Feature: Enhance the github workflows for Android by @thuongnh-rs in lavaai/SDK-Android#73
Full Changelog: lavaai/SDK-Android@v2.0.14...v2.0.17-dev10
What's Changed
- chore: enhance demo app by @thuongnh-rs in #9
- fix: remove the use of copy function by @thuongnh-rs in #10
Full Changelog: v2.0.14...2.0.17-dev10
v2.0.14
What's Changed
- Set appropriate topMargin for the body element on PN overlay.
- Fix the auto-opening deep link when app is in foreground.
- Fix handling push notification multiple times.
- Built-in Inbox UI.
- Support trigger action with deep links.
- Fix several crashes when working with Inbox API.