Skip to content

Releases: Tealium/tealium-android

Teailum Android 5.9.6

25 Jul 18:17
b0d2682
Compare
Choose a tag to compare
Release 5.9.6 (#100)

Co-authored-by: Karen Tamayo <karentamayo@Karens-MBP.webpass.net>

Tealium Android 5.9.5

03 Jan 09:21
e122f2d
Compare
Choose a tag to compare

Avoid possible crashes when trying to open a deep link with unescaped query parameters

Tealium Android 5.9.4

25 Oct 14:58
c2205ce
Compare
Choose a tag to compare

Support for 'QueryParameterProvider' - allows additional parameters to be added to the URL used for the WebViewDispatcher

Tealium Android 5.9.3

28 Feb 17:21
bc94b73
Compare
Choose a tag to compare
  • Add sessionCountingEnabled to Tealium.Config to enable/disable session counting for TealiumIQ

Tealium Android 5.9.2

18 Feb 09:19
4480e6b
Compare
Choose a tag to compare
  • Deeplink tracking, including support for QR Code Tracing already avaialble in the Kotlin SDK
  • AdIdentifier 1.0.5
    • Support for AppSetId on supporting devices

Tealium Android 5.9.1

25 Feb 08:43
4598d7b
Compare
Choose a tag to compare

Bugfix: WebViewDispatcher - Allow for proper dequeuing of offline events after reestablishing network connectivity

Tealium Android 5.9.0

20 Oct 21:55
824d298
Compare
Choose a tag to compare
  • Refactoring to accommodate for new Remote Commands adapter
  • Includes fixes for issues regarding erasing visitor profile before deletion

Tealium Android Library 5.8.0

18 Sep 13:20
17d13af
Compare
Choose a tag to compare
  • 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

Tealium Android Library 5.7.2

14 May 15:33
369a659
Compare
Choose a tag to compare
  • Bugfix: Added Tealium.Config API setOverrideCollectDispatchProfile to override profile for Collect module

Tealium Android Library 5.7.1

17 Apr 09:00
c15e636
Compare
Choose a tag to compare
  • Bugfix:
    • WebViewClient onRenderProcessGone implemented for Android API 26+ to gracefully handle a render process crash and reinitialize the WebView (TagManagement module only)