Releases: mjwheatley/cordova-plugin-android-fingerprint-auth
Releases · mjwheatley/cordova-plugin-android-fingerprint-auth
Version 1.5.0
Version 1.50
What's New
- Added new
dismiss()
action
Version 1.4.5
Version 1.4.4
Version 1.4.3
Version 1.4.2
Version 1.4.2
What's New
- Feature request for issue #100
- added back the
userAuthRequired
param but set default tofalse
- added back the
Version 1.4.1
Version 1.4.1
What's New
- Bug fix for issue #98
- Use
resource-file
tag for resources instead ofsource-file
- Use
Version 1.4.0
Version 1.4.0
What's New
- new parameter
encryptNoAuth
- Encrypt input without displaying authentication dialog
- removed parameter
userAuthRequired
- userAuthRequired will always be set to
false
- This fixes issue #85 and issue #88
- Developers using default setting for this value (did not explicitly set
userAuthRequired
tofalse
) should add a call toFingerprintAuth.delete()
and re-encrypt credentials to regenerate a new secret key that will allow backup authentication to encrypt/decrypt using the new secret key. This should fix anyILLEGAL_BLOCK_SIZE_EXCEPTION
messages when using backup authentication.
- userAuthRequired will always be set to
- changed credential delimiter
- backwards compatible - will be able to decrypt tokens created by prior versions of this plugin.
Version 1.3.1
Bug fix for issue #86
Version 1.3.0
Fixed issue #85 No token returned when using PIN backup
Version 1.2.8
Version 1.2.8
What's New
- Updates to README
- Merge pull request #66 from videmort/master: Update Spanish literal
- Merge pull request #65 from nataze/backup-PIN: PIN fallback when fingerprint isn't supported
- Bug fix for issue #54
- Allow state loss of dialog fragment
- Changed manifest permission check
- Now using cordova.hasPermission()
- Removed dependency on android.support.v4 library
- Removed build-extras.gradle