Skip to content

Releases: Leanplum/Leanplum-Android-SDK

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

Leanplum Android SDK 4.2.2

09 Jan 21:21
Compare
Choose a tag to compare

Leanplum Android SDK

Build

  • Gradle (Repo): implementation 'com.leanplum:Leanplum:4.2.2’

Release Notes

###Bugfixes

  • Fixed an edge case race condition that affected the start call
  • Message archiving handles rich interstitials
  • prevent crash in LeanplumInbox

###Commits
E2-1736: Message archive handles rich interstitials
E2-1710: Remove old code affecting notifications
E2-10024 multi-channel geofence (#285) …
E2-9593 run saveRequestsForLater on same thread as sendRequests (#283) …
E2-1673 prevent null exception in LeanplumInbox (#281) …

Leanplum Android SDK 4.2.1

01 Nov 05:43
df20db6
Compare
Choose a tag to compare

Leanplum Android SDK

Build

  • Gradle (Repo): implementation 'com.leanplum:Leanplum:4.2.1’

Release Notes

Feature: Users can now provide a callback to call whenever an in-app message is displayed