Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Releases: thunderheadone/one-sdk-android

Release 11.1.4

09 Mar 17:48
8b6705f
Compare
Choose a tag to compare
  • [BUGFIX] Fixed an issue when some material UI elements were not trackable.
  • [BUGFIX] Fixed an issue when a user was not able to select elements in a ViewPager.

Release 11.1.3

10 Feb 21:14
f92b675
Compare
Choose a tag to compare
  • [BUGFIX] Fixed a runtime error where static method getLogger() could not be found. This will require Orchestration Plugin version 7.0.0.
  • [BUGFIX] Fixed an issue where opting out of Data Adapter location sharing could also opt-out of programmatic Interaction tracking.

Release 11.1.2

28 Jan 16:16
942f2d4
Compare
Choose a tag to compare
  • [BUGFIX] Fixed an issue when properties were not sent in sendInteraction request.

Release 11.1.1

26 Jan 13:46
e758847
Compare
Choose a tag to compare
  • [BUGFIX] Fixed a build time error where the join() method could not be resolved when using sendInteractionLegacySupport().

Release 11.1.0

23 Dec 17:09
69ca4d1
Compare
Choose a tag to compare
  • [NEW] The SDK will be automatically disabled for side-loaded apps with an incorrect App Bundle on API 29+ instead of officially downloaded via the Google Play Store in order to avoid crashes due to missing components.
  • [UPDATE] Deprecated com.thunderhead.One and APIs in com.thunderhead.android.api namespace. For further details on this see our migration guide.
  • [UPDATE] Updated the oneIdentityTransferIncludeList API to accept a match type, either an exact URI match or a regex match. For further details on this see our readme.
  • [UPDATE] Updated the oneIdentityTransferExcludeList API to accept a match type, either an exact URI match or a regex match. For further details on this see our readme.
  • [BUGFIX] Fixed an issue where sending interactions would cause an IndexOutOfBoundsException.
  • [BUGFIX] Fixed an issue where a NullPointerException could happen as a result of QueueManager member being null.
  • [BUGFIX] Fixed a build time error where library "libnrb.so" could not be found.

Release 11.0.3

03 Dec 16:43
cf6a613
Compare
Choose a tag to compare

Release 11.0.2

16 Nov 19:19
8a2fcce
Compare
Choose a tag to compare
  • [UPDATE] Improved codeless tracking to only send outbound link requests based on the Interaction Points specifically configured under the Touchpoint.

Release 11.0.1

03 Nov 19:50
3437d03
Compare
Choose a tag to compare

Release 11.0.0

27 Oct 12:24
77a49ac
Compare
Choose a tag to compare

Release 10.0.2

18 Aug 15:07
17dac57
Compare
Choose a tag to compare
  • [BUGFIX] Fixed an issue where a 'No region found' error would sometimes show in Preview mode.
  • [BUGFIX] Fixed an issue where an error dialog could produce a crash in Admin mode.