Changelog for the Tapkey Mobile SDK for Android¶
All releases listed on this page are published in Tapkey's Maven repository. Available releases are listed in the maven-metadata.xml
for the Tapkey.MobileLib
artifact.
17 February 2021 2.12.7.0 latest stable¶
- Upgraded to Android SDK version 30
- Made TLCP protocol version check future proof. Previous versions of the Tapkey Mobile SDK would only accept locks having TLCP protocol versions up to 0x3F. Starting with this version the Tapkey Mobile SDK accepts TLCP protocol versions up to 0x3FF. At the time of this release Tapkey locks feature TLCP protocol versions up to 0x3C.
- Bluetooth simulation: Added functionality for simulating Bluetooth locking devices without having real devices.
- Implemented several minor bugfixes and improved overall robustness.
26 March 2020 2.7.2.0¶
- Resolved a situation where malformed access tokens led to a crash within the SDK's authentication components.
- The internal server clock (see
TapkeyServiceFactoryBuilder#setServerClock()
is now being synchronized duringNotificationManager#pollForNotificationsAsync()
. - Introduced a remote Bluetooth stack that can be used with the Tapkey Hardware Simulator to let the Mobile SDK communicate with simulated Tapkey locks.
30 January 2020 2.5.18.0¶
No changes were introduced in this release.
14 January 2020 2.5.16.0¶
- Improved error handling during the token exchange flow.
- Improved websocket performance.
Older releases¶
Consult the migration guides or contact us for information about older releases.