This repository has been archived by the owner on Oct 24, 2022. It is now read-only.
Releases: leonardoxh/keystore-ultimate
Releases · leonardoxh/keystore-ultimate
1.3.0
1.2.1
- Reverted the
implementation
toapi
into test artefact, I'm not sure, but all tests into other projects that depends on it are failing.
1.2.0
- Removed method
saveOrReplace
since it's useless as theencrypt
do the same thing with 1 less access to the keystore, also this name is not good.
1.1.9
- Fixed a bug into Android
7.1.1
when you get the key for the first time without have the key stored it will throw aInvalidKeyException
I hope it's fixed now.
1.1.8
InMemoryCipherStorage
now is a singleton, so this ensure a "strong" storage across testsInMemoryCipherStorage
now is final and package visible, so don't touch at this class
1.1.7
- New test library released :-)
1.1.6
- Fixing missing
static
keyword intoCipherStorageFactory
1.1.5
- Upgraded gradle plugin to
3.1.2
- Reverted gradle version from
4.7
to4.5.1
as v 4.7 doesn't support incremental compile
1.1.4
- Gradle version upgraded to version
4.7
- Android gradle plugin upgraded to version
3.1.1
1.1.3
- Improved documentation
- Small code improvements (internal)