Skip to content

Releases: Leanplum/Leanplum-Android-SDK

Android SDK 5.10.2

07 Apr 07:51

Choose a tag to compare

Changes:

  • Update dependencies for Huawei (#489)

Android SDK 5.10.1

06 Apr 14:55

Choose a tag to compare

Changes:

  • Fix Open Action not working for push in RN (#487)

Android SDK 5.10.0

22 Mar 07:47

Choose a tag to compare

Feature Addition:

  • Configurable API endpoint (#485)

Others:

  • Add API message error to response exception (#483)
  • Guard FCM method calls (#484)

Android SDK 5.9.0

24 Jan 08:03

Choose a tag to compare

Feature Additions:

  • Implement Huawei push messages (#476)
  • forceContentUpdate with boolean flag (#477)
  • Add exception listener to Log class (#481)

Android SDK 5.8.2

16 Dec 07:47

Choose a tag to compare

Changes:

  • Add Leanplum.setLocale (#478)
  • Validate Advertising ID for zero value (#479)

Android SDK 5.8.1

24 Nov 15:34

Choose a tag to compare

Changes:

  • Add support for Firebase messaging versions 22.0.0 and above (#475)

Android SDK 5.8.0

18 Oct 11:11

Choose a tag to compare

The most important change is the support for Android 12.
Review our documentation for more details.

Bugfixes:

  • Fix possible crash in Rich Interstitial (#468)
  • Retry on response code 429 (#467)
  • Fix rich interstitial customizer to be called (#463)

Feature Additions:

  • Android 12 trampoline restrictions (#470)
  • Allow public use of PushTracking class (#469)

Other:

  • Remove unnecessary code (#473)
  • Increase priority for important logs (#472)
  • Stop snapshot tests with flag (#471)
  • Updating travis (#466)

Android SDK 5.7.0

01 Jul 08:17

Choose a tag to compare

Bugfixes:

  • Fix Android 12 support for big picture style (#458)

Feature Additions:

  • Add handler for runActionNamed (#460)
  • Support IAM caps (#459)
  • Provide interface for Signed Variables (#457)

Other:

  • Enable support for Kotlin files (#451)

Android SDK 5.6.2

26 May 16:12

Choose a tag to compare

Bugfixes:

  • Fix issue with deep links when targeting Android 11 (#455)
  • Fix failing Pillow library used in snapshot testing (#452)
  • Set upper bound on the FCM dependency. SDK now supports from 17.3.4 to 21.1.0. Support for 22.0.0 (May 11, 2021) and newer versions will be added in a future release (#454)

Feature Additions:

  • Track notifications enabled status (#449)

Other:

  • Remove unnecessary javadoc files (#453)
  • Add an immutable flag to all pending intents. Mandatory when targeting Android 12 (#450)

Android SDK 5.6.1

12 Apr 09:08

Choose a tag to compare

MiPush client was not initialised when Google Play services are not installed. This minor release fixes that.

Bugfixes

  • Start MiPush without Google Play (#447)
  • Fix Log.d for larger than 4000 bytes (#443)

Other:

  • Build script migration to Maven Central (#446)