Releases: ptsiogas4/secureBoxHelper
Releases · ptsiogas4/secureBoxHelper
1.4.0
Full Changelog: 1.3.1...1.4.0
- build: update dependencies
- fix: Fatal Exception: Unable to get provider com.ptsiogas4.securebox.SecureBoxContentProvider: java.lang.InstantiationException: java.lang.Class<com.ptsiogas4.securebox.SecureBoxContentProvider> has no zero argument constructor
1.3.1
Full Changelog: 1.3.0...1.3.1
1.3.0
- feat: change minimum support version to API 19
- feat: apply security enhancements from security evaluation output results
- More specific:
- The cipher has changed from "AES/CBC/PKCS7Padding" to "AES/GCM/NoPadding" and an automatic migration flow is provided.
- SecretKeyFactory.getInstance("PBKDF2WithHmacSHA1") -> SecretKeyFactory.getInstance("PBKDF2WithHmacSHA512") and an automatic migration flow is provided.
- SecretKeySpec(keyBytes, "AES") -> SecretKeySpec(keyBytes, "AES/CFB/PKCS5Padding") with no need for migration.
- More specific:
1.2.1
Full Changelog: 1.2.0...1.2.1
1.2.0
fix: make library thread safe
What's Changed
- Share dependencies through project gradle by @ptsiogas4 in #7
- feat: add detekt by @ptsiogas4 in #8
- feat: remove deprecated Kotlin extensions and add viewBinding support by @ptsiogas4 in #9
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- Update gradle and Kotlin by @ptsiogas4 in #1
- Update target sdk to 30 by @ptsiogas4 in #2
- Add encryption example edit text by @ptsiogas4 in #3
- Version change to 1.0.1 (2010170) by @ptsiogas4 in #4
- feat: update gradle, Kotlin and dependencies versions by @ptsiogas4 in #5
Full Changelog: 0.0.5...1.1.0
1.0.0
Version_1.0.0_(2005060)