Releases: Leanplum/Leanplum-Android-SDK
Releases · Leanplum/Leanplum-Android-SDK
Android SDK 5.6.0
Android SDK 5.5.0
Android SDK 5.4.2
You need to use Java 1.8 in your Android project:
android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
Bugfixes:
- Set correct number type in Var.value (#419)
- Locally triggered push notification can be canceled (#418)
- Decompress gzipped files before saving to local storage (#416)
- Thread safety support for variable callbacks (#406)
- Fix start callback to be invoked on failure. (#402)
- Remove build number suffix from SDK version parameter (#399)
- Fix not scrollable rich interstitial (#394)
- Fix issue with WebView and tracking multiple events at once (#393)
Feature Additions:
- Provide app keys from XML file (#414)
- Add markAsRead method to inbox messages. (#411)
- Sending crash as log (#412)
- Add snapshot testing framework (#400)
- Allow for custom app version to be set (#397)
- Add Google Play URL support in web interstitials (#395)
Performance Improvements:
Android SDK 5.4.0
Bugfixes:
Feature Additions:
Performance Improvements
Android SDK 5.3.3
Bugfixes
- Run queued actions when activity is set (#382)
Android SDK 5.3.2
Bugfixes:
• [LP-11063] Fixing batching of start call and race condition (#378)
Android SDK 5.3.1
- Fix for deep Link redirecting from Intended Page to Main Activity.
Android SDK 4.2.9
Pre-Android X only. Please use 5.3.1 if you have migrated to Android X:
Fix for deep Link redirecting from Intended Page to Main Activity.
Android SDK 4.2.8
Pre-Android X only. Please use 5.3.0 if you have migrated to Android X
• E2-2014 Moved SQLite writes to background thread
• E2-1983: Fixing local notifications not fired
Android SDK 5.3.0
Bugfixes:
• E2-2014 Moved SQLite writes to background thread
• E2-1983: Fixing local notifications not fired