Skip to content

Releases: Tealium/tealium-android

Tealium Android Library 5.7.0

12 Feb 22:59
2199b1f
Compare
Choose a tag to compare
  • Update Gradle to latest version to fix Proguard issues
  • Location 1.0.0
    • Location tracking based on defined geofence
    • New Event Attributes:
      • geofence_name
      • geofence_transition_type
      • location_accuracy
      • device_last_latitude
      • device_last_longitude

Tealium Android Library 5.6.1

25 Nov 11:04
Compare
Choose a tag to compare
  • Bug fixes:
    • Additional methods added to Tealium.Config class to correctly override the Visitor Service Domain and Profile
    • Fixed encoding issue when event data was sent using POST method

Tealium Android Library 5.6.0

11 Nov 11:55
Compare
Choose a tag to compare
  • Updated batching feature for Collect Module
    • Allows up to 10 events to be sent in a single HTTP request
    • Enables GZIP compression of payload
    • Configurable timeout if batch limit not reached in a timely fashion
  • Bug Fixes:
    • Added missing tealium_environment variable to each payload
    • Fixed missing tealium_trace_id when using the Collect module with POST method
  • AdIdentifier 1.0.2
    • Fixed logging error where GooglePlayServices is unavailable

Release 5.5.5

15 Aug 21:11
Compare
Choose a tag to compare
  • Webview bug fix: disable Hardware Acceleration for Tealium webview
  • Install Referrer 1.1.2
    • Placement of endConnection() to more appropriate location

Tealium Android Library 5.5.4

23 Jan 22:56
Compare
Choose a tag to compare
  • Fixed VisitorProfile URL to default to profile provided in Tealium.Config

Tealium Android Library 5.5.3

22 Jan 16:09
Compare
Choose a tag to compare
  • Core + All Modules: minSdkVersion updated to API 19
  • Webview bug fix: onReceivedError() - continue if error encountered

Tealium Android Library 5.5.2

17 Dec 20:00
Compare
Choose a tag to compare
  • InstallReferrer 1.1.0
  • OptimizelyListener 1.1.0
    • Supports latest OptimizelyX API

Tealium Android Library 5.5.1

24 Oct 13:39
Compare
Choose a tag to compare
  • POST support to HTTP Collect API
  • Fixed: Lifecycle module diddetectcrash sometimes reports true incorrectly.
  • Fixed: RemoteCommands not always correctly added.

Tealium Android Library 5.5.0

16 Aug 15:44
5c3050f
Compare
Choose a tag to compare
  • Initial Consent Manager Release
  • New Event Attributes with Consent Manager
    • consent_status
    • consent_categories
  • Added configuration method to allow for overriding minutes between session id (setMinutesBetweenSessionId)

Tealium Android Library 5.4.2

16 Mar 15:57
eace05c
Compare
Choose a tag to compare
  • Fixed database I/O violation on main thread