New features
- feat: Replace
SharedPreferences
with JetpackDataStore
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
- ci: add workflow dispatch by @DorianMazur in #674
- chore: add "Used By" to readme by @DorianMazur in #676
- ci: add paths-ignore to workflows by @DorianMazur in #677
New Contributors
Full Changelog: v9.1.0...v9.2.0