Releases: kisi-inc/kisi-android-st2u-sdk-public
Releases · kisi-inc/kisi-android-st2u-sdk-public
Version 0.11
Breaking changes
In this version, an implementation of NFC-powered unlocks (also known as "Tap To Unlock" functionality) was made much simpler compared to the previous versions. If you had your previous implementation based on SDK versions 0.8 or older then you should remove your implementation of HostApduService
class and an entry corresponding to it from your application manifest file. Please check the updated readme file to see what the configuration of our SDK should look like going forward.
Changelog
- Simplify integration of NFC-powered unlocks
- Add Motion Sense unlocks
Version 0.8
Breaking changes from the previous versions
- The
IOfflineMode
interface has been removed in this version; the class calledScram3
has been renamed toSecureUnlock
. SecureUnlock#with
method now has one extra parameter calledstartWithProrocolVersion
. Set its value totrue
- this is an internal thing that goes through the testing now, setting it tofalse
will only lead to unlock failures with production Readers.
Changelog
- Add Bluetooth runtime permissions for Beacon scans (allows you to get rid of Location permission on newest devices)
- Add SDK version codes (this one is a purely internal thing not visible to SDK users)
Version 0.7
- Replace deprecated
authentication_token
parameter withsecret
- Rework README
Version 0.6
- Add some fixes for
onUnlockComplete
callbacks - Add integrator-specific ids
- Add support for the offline cache
- Fix readme, stress that
ScramService
should not be started by hand - Add
KisiBeaconTracker
Version 0.3
- Rename
unlockFailureListener
toonUnlockComplete
- Add more values of
UnlockError
enum
Version 0.2
Initial release