cordova-plugin-android-fingerprint-auth
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -0,1 +1,9 @@ | ||
#Version 1.2.5 | ||
###What's New | ||
* **Bug fix** for issue #46 - Dismiss fragment in a safer way | ||
#Version 1.2.4 | ||
###What's New | ||
* Updated `build-extras.gradle` to use Android SDK 25. | ||
#Version 1.2.3 | ||
@@ -29,3 +37,3 @@ ###What's New | ||
###What's New | ||
* #####Added parameters to the FingerprintAuth Config Object | ||
* **Added parameters to the FingerprintAuth Config Object** | ||
@@ -39,3 +47,3 @@ | Param | Type | Description | | ||
* #####Changed FingerprintAuth.show() Result fields | ||
* **Changed FingerprintAuth.show() Result fields** | ||
@@ -50,3 +58,3 @@ | Param | Type | Description | | ||
* #####New method FingerprintAuth.delete() to delete the cipher used to encrypt/decrypt user credentials. | ||
* **New method FingerprintAuth.delete() to delete the cipher used to encrypt/decrypt user credentials.** | ||
@@ -53,0 +61,0 @@ ###Breaking changes |
{ | ||
"name": "cordova-plugin-android-fingerprint-auth", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Cordova plugin to use Android fingerprint authentication API", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -17,3 +17,3 @@ #Update to Version 1.2.0 | ||
### Cordova | ||
`cordova plugin add cordova-plugin-candroid-fingerprint-auth` | ||
`cordova plugin add cordova-plugin-android-fingerprint-auth` | ||
@@ -33,3 +33,3 @@ ###Ionic | ||
###Encrypt/Decrypt User Credentials | ||
###Encrypt/Decrypt User Credentials | ||
@@ -55,4 +55,5 @@ * Encrypt user credentials | ||
<a name="module_fingerprintauth.isAvailable"></a> | ||
##FingerprintAuth.isAvailable(successCallback, errorCallback) | ||
#FingerprintAuth.isAvailable(successCallback, errorCallback) | ||
Opens a native dialog fragment to use the device hardware fingerprint scanner to authenticate against fingerprints | ||
@@ -94,3 +95,5 @@ registered for the device. | ||
<a name="module_fingerprintauth.config"></a> | ||
###FingerprintAuth Config Object | ||
| Param | Type | Default | Description | | ||
@@ -110,5 +113,7 @@ | --- | --- | --- | --- | | ||
<a name="module_fingerprintauth.encrypt"></a> | ||
##FingerprintAuth.encrypt(encryptConfig, encryptSuccessCallback, encryptErrorCallback) | ||
#FingerprintAuth.encrypt(encryptConfig, encryptSuccessCallback, encryptErrorCallback) | ||
###Result Object | ||
@@ -154,4 +159,5 @@ | Param | Type | Description | | ||
<a name="module_fingerprintauth.decrypt"></a> | ||
##FingerprintAuth.decrypt(decryptConfig, encryptSuccessCallback, encryptErrorCallback) | ||
#FingerprintAuth.decrypt(decryptConfig, encryptSuccessCallback, encryptErrorCallback) | ||
###Result Object | ||
@@ -199,4 +205,5 @@ | Param | Type | Description | | ||
<a name="module_fingerprintauth.delete"></a> | ||
##FingerprintAuth.delete(config, successCallback, errorCallback) | ||
#FingerprintAuth.delete(config, successCallback, errorCallback) | ||
Used to delete a cipher. | ||
@@ -203,0 +210,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
485079
226