Skip to content

v2.1.0

Choose a tag to compare

@dimitrisFuturae dimitrisFuturae released this 19 Apr 14:32

Changelog

  • Added functionality to switch SDK configuration without resetting the SDK. Refer to FuturaeSDK.switchToLockConfiguration... methods.
  • Update biometric invalidation flag behavior to allow launching the SDK without biometrics present and enforcing it as soon as biometrics are enrolled. *Exception for LockConfigurationType.BIOMETRICS_ONLY which still requires biometrics present to launch.
  • Add field FTAccount.serviceLogo
  • Allow null value for account username
  • Improve Automatic Account Recovery stability and support migrating accounts enrolled with an SDK PIN.
  • Internal bug fixes.
  • Deprecated FuturaeClient.checkAccountMigrationPossible in favor of FuturaeClient.checkForMigratableAccounts which returns more information about accounts available for migration. The deprecated method is still usable.