secure-preferences v0.4.0 Release Notes
Release Date: 2015-03-27 // about 8 years ago-
0.0.4
- ๐ Gradle support thanks @yelinaung
- ๐ Fix for OnPreferenceChanged listener @richardleggett
0.0.3
- โ Added test Project
- โก๏ธ Updated sample ready for playstore upload
0.0.2
- โ Added methods to get/set strings un-encrypted
- โ Added backup PBKDF function in case PBKDF2WithHmacSHA1 not supported
- ๐จ Refactored code to make it easier to change the AES mode and PBKDF function.
- Increased iterations of PBKDF from 1000 to 2000.
0.0.1
- ๐ Initial import to github I've modified the project structure.
- Included the Android base64 class so library can be used by Android 2.1+.
- โจ Enhanced the sample project dumps current prefs to illustrate the fact they are stored encrypted and Base64 encoded.