All Versions
14
Latest Version
Avg Release Cycle
267 days
Latest Release
3547 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.0.4 Changes
- ๐ Gradle support thanks @yelinaung
- ๐ Fix for OnPreferenceChanged listener @richardleggett
-
v0.0.3 Changes
- โ Added test Project
- โก๏ธ Updated sample ready for playstore upload
-
v0.0.2 Changes
- โ 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.
-
v0.0.1 Changes
- ๐ 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.