Skip to content

Releases: mindbox-cloud/android-sdk

Release 2.15.1

14 May 08:02
84991d6

Choose a tag to compare

Fixes

  • Fixed onboarding in-app not displaying in release builds with R8 enabled

Release 2.15.0

06 Apr 07:33
771b834

Choose a tag to compare

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

10 Mar 19:10

Choose a tag to compare

Release 2.15.0-rc Pre-release
Pre-release

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

13 Jan 11:58
50e8ba8

Choose a tag to compare

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

19 Nov 10:29
c1ea2ea

Choose a tag to compare

Internal improvements and maintenance

Release 2.14.3

29 Oct 09:06
5288a24

Choose a tag to compare

Fixes

  • Fixed in-apps not showing when payload contained JSON data

Release 2.14.2

09 Oct 12:07
1cef9ba

Choose a tag to compare

Internal improvements and maintenance

Release 2.14.1

12 Sep 09:03
831ffcb

Choose a tag to compare

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

19 Aug 09:28
e9cf272

Choose a tag to compare

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

29 Jul 09:52
e116e47

Choose a tag to compare

What's new:

Fixed some bugs and improved performance