Skip to content

Releases: Tealium/tealium-android

Tealium Android Library 5.4.1

06 Mar 23:20
774a98d
Compare
Choose a tag to compare
  • Fixed openDatabase issue at initalization

Tealium Android Library 5.4.0

05 Jan 17:02
eac5ba8
Compare
Choose a tag to compare
  • 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

23 Oct 17:05
Compare
Choose a tag to compare
  • Handle ThreadExecutor exception

Tealium Android Library 5.3.1

31 Aug 19:35
Compare
Choose a tag to compare
  • 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

07 Jun 15:35
Compare
Choose a tag to compare
  • Tealium data variable added:
    - tealium_datasource

Tealium Android Library 5.2.0

16 Mar 21:57
Compare
Choose a tag to compare

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

14 Mar 17:04
Compare
Choose a tag to compare
  • 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

03 Aug 21:51
Compare
Choose a tag to compare
  • Standardized Tealium Data Sources
  • Added lifecycle_totalcrashcount to lifecycle module
  • Fixed late initialization null pointer issue

Tealium Android Library 5.0.3

01 Jun 18:25
Compare
Choose a tag to compare
  • Renamed OnMetricUpdateListener to MetricUpdateListener
  • Fixed data clobbering bug
  • Fixed JavaScript evaluation in Marshmallow

Tealium Android Library 5.0.2

18 Apr 16:05
Compare
Choose a tag to compare

Fixed setOverrideCollectDispatchUrl bug