Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

v0.1.0

Latest
Compare
Choose a tag to compare
@scottyab scottyab released this 12 Apr 07:40
· 82 commits to master since this release

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