secure-preferences v0.1.4 Release Notes

Release Date: 2015-10-13 // over 8 years ago
    • 30 prevented IllegalArgumentException: bad base-64 by not using generateKeyFromPassword(password, salt) where salt is String, using converted to byte[] before calling.
    • ⚡️ 31 Updates crypto dependency to version com.scottyab:aes-crypto:0.0.4 to fix issues when obfuscated
    • 👌 Support for ProGuard without the need to -keep any of the library or dependency classes(or inner classes)
    • Sample's minifyEnabled set to true