Skip to content

v10.3.1

Choose a tag to compare

@juliansteenbakker juliansteenbakker released this 27 May 06:03
· 112 commits to develop since this release

Android

  • Fixed AEADBadTagException when biometric authentication is cancelled on first launch: a stale IV is now cleared and the cipher re-initialised in encrypt mode so the next authentication attempt succeeds.
  • Fixed NullPointerException when retrying an operation after a cancelled biometric prompt: preferences is now only assigned once cipher initialisation completes successfully, allowing a clean retry.