Releases: mindbox-cloud/android-sdk
Releases · mindbox-cloud/android-sdk
Release 2.15.1
Fixes
- Fixed onboarding in-app not displaying in release builds with R8 enabled
Release 2.15.0
Warning
Onboarding in-app may not display in release builds with R8 enabled. Fixed in 2.15.1. If you stay on 2.15.0, add the following rule to your app's proguard-rules.pro:
-keepclassmembers class cloud.mindbox.mobile_sdk.inapp.presentation.view.BridgeMessage$* {
<fields>;
}
New Features
- Added a new in-app format — onboarding: a sequence of fullscreen screens shown one after another, configured entirely in the Mindbox dashboard without additional development. Learn more in the guide
Improvements
- Internal improvements and maintenance
Release 2.15.0-rc
New Features
- Added a new in-app format — onboarding: a sequence of fullscreen screens shown one after another, configured entirely in the Mindbox dashboard without additional development. Learn more in the guide
Release 2.14.5
Improvements
- Simplified custom push handling by adding public APIs for creating PendingIntent and handling push clicks. Details and example — in the documentation
- Internal improvements and maintenance
Release 2.14.4
Internal improvements and maintenance
Release 2.14.3
Fixes
- Fixed in-apps not showing when payload contained JSON data
Release 2.14.2
Internal improvements and maintenance
Release 2.14.1
New Features
- Added a new in-app format for running satisfaction surveys, enabling user feedback collection directly in the app
Improvements
- Improved multiple in-apps per session handling, setting priorities, and delaying in-app display
Release 2.14.0
New Features
- Added support for showing multiple in-apps in one user session
- Added ability to set in-app priority to control which one to show
- Added option to delay in-app display after a trigger
Release 2.13.5
What's new:
Fixed some bugs and improved performance