All Versions
14
Latest Version
Avg Release Cycle
267 days
Latest Release
3547 days ago

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.