Skip to content

Releases: kisi-inc/kisi-android-st2u-sdk-public

Version 0.11

01 Oct 14:03
4da64c8
Compare
Choose a tag to compare

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

05 Jun 09:21
Compare
Choose a tag to compare

Breaking changes from the previous versions

  • The IOfflineMode interface has been removed in this version; the class called Scram3 has been renamed to SecureUnlock.
  • SecureUnlock#with method now has one extra parameter called startWithProrocolVersion. Set its value to true - this is an internal thing that goes through the testing now, setting it to false 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

24 Oct 08:54
Compare
Choose a tag to compare
  • Replace deprecated authentication_token parameter with secret
  • Rework README

Version 0.6

09 May 11:01
Compare
Choose a tag to compare
  • 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

07 Feb 10:58
Compare
Choose a tag to compare
  • Rename unlockFailureListener to onUnlockComplete
  • Add more values of UnlockError enum

Version 0.2

08 Oct 08:36
Compare
Choose a tag to compare

Initial release