Skip to content

Releases: Leanplum/Leanplum-Android-SDK

Android SDK 4.2.5 for Hike

11 Apr 17:34
Compare
Choose a tag to compare

This is test build for Hike, with background optimization.

Android SDK 5.2.1

10 Apr 18:05
Compare
Choose a tag to compare
  • Socket Connection Fix.

Leanplum Android SDK 4.2.5

10 Apr 20:27
Compare
Choose a tag to compare
  • Release for Pre-Android X
  • Fixes for Socket connection.
  • Fixes for Banner
  • Deprecated GCM completely.

Android SDK 5.2.0

04 Apr 20:38
Compare
Choose a tag to compare
  • Android socket fix.
  • Calling setUserID sends incorrect payload.

Android SDK 4.2.4

04 Apr 18:39
Compare
Choose a tag to compare
  • Android socket fix.
  • Calling setUserID sends incorrect payload.

Android SDK 5.0.0

26 Mar 23:15
Compare
Choose a tag to compare
  • Removing GCM in anticipation of the deprecation
  • Refactored and cleaned up the FCM implementation
  • Fixed a bug with request dispatching that would cause event loss on lower end devices

Leanplum Android SDK 4.4.0

06 Mar 18:00
Compare
Choose a tag to compare

Feature: Data gzip compression to optimize payloads.
Bugfix: Adding cache update if variants are changed.

Leanplum Android SDK 4.3.1

07 Feb 22:48
Compare
Choose a tag to compare

Critical bugfix for API 28 included in 4.3.1. Please use this version instead of 4.3.0

###Features

API 28 + AndroidX Migration.
Migration from support libraries to Android X.
jcenter support. Now the binaries are available directly through jcenter.

Apps should update to this version after they migrate to AndroidX. Until then, please continue using the 4.2.x series.

#Note: While migrating to api 28, please follow this official guide: https://developer.android.com/about/versions/pie/android-9.0-migration#bfa

Leanplum Android SDK 4.3.0

31 Jan 23:55
Compare
Choose a tag to compare

Critical bugfix for API 28 included in 4.3.1. Please use 4.3.1 instead of 4.3.0

###Features

  • API 28 Migration.
  • Migration from support libraries to Android X.
  • jcenter support. Now the binaries are available directly through jcenter.

#Note: While migrating to api 28, please follow this official guide: https://developer.android.com/about/versions/pie/android-9.0-migration#bfa

Leanplum Android SDK 4.2.3

22 Jan 19:39
Compare
Choose a tag to compare

###Bugfixes

Adds sophisticated handling of multiple messages with the same priority. In the interest of showing all possible message, it will show all messages with different display times. However, in the case of identical priority and display time, it will pick one in an undefined manner