Skip to content

Releases: mindbox-cloud/android-sdk

Release 2.14.6-rc

Release 2.14.6-rc Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jun 14:57

Fixes

  • Fixed keyboard reappearing after closing an in-app

Release 2.15.2

Choose a tag to compare

@github-actions github-actions released this 22 May 09:29
6a9cda2

New Features

  • Added Mindbox anonymizer support

Improvements

  • Internal improvements and maintenance

Release 2.15.1

Choose a tag to compare

@github-actions github-actions released this 14 May 08:02
84991d6

Fixes

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

Release 2.15.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 07:33
771b834

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

Release 2.15.0-rc Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Mar 19:10

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

Choose a tag to compare

@github-actions github-actions released this 13 Jan 11:58
50e8ba8

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

Choose a tag to compare

@github-actions github-actions released this 19 Nov 10:29
c1ea2ea

Internal improvements and maintenance

Release 2.14.3

Choose a tag to compare

@github-actions github-actions released this 29 Oct 09:06
5288a24

Fixes

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

Release 2.14.2

Choose a tag to compare

@github-actions github-actions released this 09 Oct 12:07
1cef9ba

Internal improvements and maintenance

Release 2.14.1

Choose a tag to compare

@github-actions github-actions released this 12 Sep 09:03
831ffcb

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