Skip to content

v9.2.0

Compare
Choose a tag to compare
@DorianMazur DorianMazur released this 11 Nov 20:48
· 11 commits to master since this release
dabc2f9

New features

  • feat: Replace SharedPreferences with Jetpack DataStore by @ovitrif in #629
    Enhanced security and performance using Google's recommended DataStore solution with seamless migration from existing SharedPreferences. For more details, see Jetpack DataStore documentation
  • feat: add AES-GCM encryption with and without biometric authentication by @DorianMazur in #678
    AES-GCM provides stronger security than AES-CBC (now deprecated). Supports both biometric and non-biometric authentication modes

Improvements

New Contributors

Full Changelog: v9.1.0...v9.2.0