Skip to content

Releases: duniter-cesium/cordova-plugin-secure-storage-android10

6.0.4

14 Apr 15:21
Compare
Choose a tag to compare
  • Fix compilation error
  • Need targetSdkVersion=29 and gradle >= 4.4

6.0.3

13 Apr 10:41
Compare
Choose a tag to compare
  • Implemented BiometricPrompt#setDeviceCredentialAllowed for API 29 and above - PR #21
  • Added KeyPermanentlyInvalidatedException handling - PR #28
  • public store method for other plugin use - PR #33
  • Added retro-compatibility option for data encrypted with old cipher - PR #36
  • fix: further guard against NPEs - PR #40
  • Fix to storage getting wiped after restarting app with Ionic - PR #41