This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
Releases: thunderheadone/one-sdk-android
Releases · thunderheadone/one-sdk-android
Release 11.1.4
- [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
- [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
- [BUGFIX] Fixed an issue when properties were not sent in
sendInteraction
request.
Release 11.1.1
- [BUGFIX] Fixed a build time error where the
join()
method could not be resolved when usingsendInteractionLegacySupport()
.
Release 11.1.0
- [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 incom.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
- [BUGFIX] Added
null
guards for contractual violations in Android Go Edition.
Release 11.0.2
- [UPDATE] Improved codeless tracking to only send outbound link requests based on the Interaction Points specifically configured under the Touchpoint.
Release 11.0.1
- [BUGFIX] Fixed a build time error where
org.aspectj:aspectjtools:1.9.7.M1
could not be found. This will require Orchestration Plugin version 6.0.1.
Release 11.0.0
- [BREAKING] Changed the SDK target to API 30.
- [BREAKING] Requires Android Gradle Plugin 4.2.
- [BREAKING] Requires Kotlin version 1.5.20.
- [BREAKING] Requires okhttp version 4.
- [BREAKING] Requires Retrofit version 2.9.
- [BREAKING] Requires Orchestration Plugin version 6.0.0.
- [BREAKING] Requires Aspects version 5.0.0.
- [NEW] Added ability to dynamically switch Workspace configuration while in Admin mode.
- [BUGFIX] Fixed an issue when allowing display over permission would not display Poker Chip in Admin mode sometimes.
- [BUGFIX] Fixed an issue where buttons became unresponsive in User or Admin mode after an Activity Capture Point was added to them.
Release 10.0.2
- [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.