Releases: Tealium/tealium-android
Releases · Tealium/tealium-android
Tealium Android Library 5.7.0
- 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
- 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
- Additional methods added to
Tealium Android Library 5.6.0
- 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
- Added missing
- AdIdentifier 1.0.2
- Fixed logging error where GooglePlayServices is unavailable
Release 5.5.5
- Webview bug fix: disable Hardware Acceleration for Tealium webview
- Install Referrer 1.1.2
- Placement of
endConnection()
to more appropriate location
- Placement of
Tealium Android Library 5.5.4
- Fixed VisitorProfile URL to default to profile provided in Tealium.Config
Tealium Android Library 5.5.3
- Core + All Modules:
minSdkVersion
updated to API 19 - Webview bug fix:
onReceivedError()
- continue if error encountered
Tealium Android Library 5.5.2
- InstallReferrer 1.1.0
- Now uses Google Play Install Referrer API
- New Event Attributes
- install_referrer
- install_referrer_begin_timestamp
- install_referrer_click_timestamp
- OptimizelyListener 1.1.0
- Supports latest OptimizelyX API
Tealium Android Library 5.5.1
- 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
- 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
- Fixed database I/O violation on main thread