Tealium for Android (Java) release notes (By Date)
July 1, 2023
- Gradle updates, and Android
compileSdkVersion
andtargetSdkVersion
increased to version 33 for all modules.
January 1, 2023
- Fixed to avoid possible crashes when trying to open a deep link with unescaped query parameters.
October 1, 2022
- Added support for
QueryParameterProvider
- allows additional parameters to be added to the URL used for the WebViewDispatcher
February 1, 2022
- Added the
sessionCountingEnabled
flag toTealiumConfig
to allow disabling of session counting for Tealium iQ accounts that use self-hosted JavaScript files.
February 1, 2021
- Fix:
WebViewDispatcher
- Allow for proper dequeuing of offline events after reestablishing network connectivity.
October 1, 2020
- Refactor to accommodate for new remote commands adapter
- Fixes issue regarding erasing visitor profile before deletion
- RemoteCommands Adapter Module 1.0.0
- General Remote Commands extracted from core library for use with Tealium Android-Java and Tealium-Kotlin
August 1, 2020
- Tealium iQ session reporting is now handled by the SDK rather than the webview
Update your mobile.html
template within Tealium iQ when updating to v5.8.0 in order to support this change.
- Minor fixes for issues raised by security scan
- CrashReporter 1.1.0
- Crash data is now saved when the crash occurs and subsequently sent on the next launch of the application. This update increases the reliability that crashes are tracked successfully
May 1, 2020
- Fix: Added
Tealium.Config
APIsetOverrideCollectDispatchProfile
to override profile for Collect module - Lifecycle 1.1.4
- Fix:
tealium_event
now contains the lifecycle event type (launch/wake/sleep) to support Event Specifications
- Fix:
April 1, 2020
- Fix:
WebViewClient
onRenderProcessGone
implemented for Android API 26+ to gracefully handle a render process crash and reinitialize the WebView (TagManagement
module only)