Releases: Tealium/tealium-android
Releases · Tealium/tealium-android
Tealium Android Library 5.4.1
- Fixed openDatabase issue at initalization
Tealium Android Library 5.4.0
- New Crash Reporter Module
- New Event Attributes added to Core library
- app_build
- app_memory_usage
- device_available_system_storage
- device_available_external_storage
- device_os_build
- device_android_runtime
Tealium Android Library
- Handle ThreadExecutor exception
Tealium Android Library 5.3.1
- Added method to allow overriding log level at init time (setForceOverrideLogLevel)
- Changed calls to webview to protect against an edge case where the first event is not sent after a period of inactivity, if the publish settings timeout had expired (webview was being reloaded before the javascript call could finish)
- Cookies from the webview are now flushed to disk immediately after any track call. This protects against an edge case where cookies may not be saved to disk when the app is closed quickly
- Added protection to stop Android webview from requesting Favicon.ico when the webview loads
- Added optional Optimizely Listener module to pass Optimizely tracking events to Tealium
- Minor internal updates
Tealium Android Library 5.3.0
- Tealium data variable added:
- tealium_datasource
Tealium Android Library 5.2.0
New optional module: Ad Identifier. Module adds google_adid to data variables
New optional module Install Referrer. Module adds install_referrer to data variables
Tealium Android Library 5.1.0
- New track call trackEventType()
- Tag Management: CookieManager enabled by default
- Maven Support
- library (core)
- lifecycle
- Tealium Data Sources added:
- tealium_event (previously event_name / link_id)
- app_uuid (previously uuid)
- tealium_event_type
Tealium Android Library 5.0.4
- Standardized Tealium Data Sources
- Added lifecycle_totalcrashcount to lifecycle module
- Fixed late initialization null pointer issue
Tealium Android Library 5.0.3
- Renamed OnMetricUpdateListener to MetricUpdateListener
- Fixed data clobbering bug
- Fixed JavaScript evaluation in Marshmallow
Tealium Android Library 5.0.2
Fixed setOverrideCollectDispatchUrl bug