secure-preferences v0.1.0 Release Notes

Release Date: 2015-04-12 // about 9 years ago
  • This release is a major refactor of the guts of secure prefs, which is Not backwards compatible with 0.4.0 and older versions yet!. So if you have an existing app using this don't upgrade. I'll be looking to add migration into a later release.

    • ๐Ÿ‘‰ uses a new and stronger Crypto library under the hood
    • ๐Ÿ”Š includes PRNG fixes that effects JellyBean devices as per google dev blog article
    • ๐Ÿ‘Œ supports password based key generation so the key is not persisted
    • ๐Ÿ”„ change password supported
    • โšก๏ธ updated sample app
    • โœ‚ removed test project and added tests as part of main project
    • ๐Ÿ”จ refactored library project to standard gradle structure
    • ๐Ÿš€ published to maven central/added github release

    Note: 0.1.0 was dependent on snapshot of aes-crypto, this is only as I was waiting for the aes-crypto repo owner to publish to maven. I've sorted this for v0.1.1+ which is no longer dependant on Snapshot repo.