Skip to content

Releases: mjwheatley/cordova-plugin-android-fingerprint-auth

Version 1.5.0

31 Oct 19:08
Compare
Choose a tag to compare

Version 1.50

What's New

  • Added new dismiss() action

Version 1.4.5

04 Oct 15:37
Compare
Choose a tag to compare

Version 1.4.5

What's New

  • Added Korean translations
    • merged pull request #125
  • Added index.d.ts for Typescript support
    • merged pull request #118
  • Update German strings
    • merged pull request #117

Version 1.4.4

20 Jun 14:30
Compare
Choose a tag to compare

Version 1.4.4

What's New

  • Added Arabic translations
    • merged pull request #114
  • Bug fix: KeyStore not initialized when trying to delete entry
    • merged pull request #106

Version 1.4.3

04 Feb 17:18
Compare
Choose a tag to compare

Version 1.4.3

What's New

  • Added Thai translations
    • merged pull request #102

Version 1.4.2

25 Jan 18:56
Compare
Choose a tag to compare

Version 1.4.2

What's New

  • Feature request for issue #100
    • added back the userAuthRequired param but set default to false

Version 1.4.1

12 Jan 15:30
d05fd5b
Compare
Choose a tag to compare

Version 1.4.1

What's New

  • Bug fix for issue #98
    • Use resource-file tag for resources instead of source-file

Version 1.4.0

20 Sep 15:10
Compare
Choose a tag to compare

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 to false) should add a call to FingerprintAuth.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 any ILLEGAL_BLOCK_SIZE_EXCEPTION messages when using backup authentication.
  • changed credential delimiter
    • backwards compatible - will be able to decrypt tokens created by prior versions of this plugin.

Version 1.3.1

21 Jun 14:26
Compare
Choose a tag to compare

Bug fix for issue #86

Version 1.3.0

15 Jun 19:45
Compare
Choose a tag to compare

Fixed issue #85 No token returned when using PIN backup

Version 1.2.8

15 Jun 14:17
Compare
Choose a tag to compare

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