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

Releases: leonardoxh/keystore-ultimate

1.3.0

23 Jul 13:33
Compare
Choose a tag to compare
  • Added a new interface Storage with this you can choose where you want to save the encrypted bytes :-)
  • Upgraded the Android gradle plugin to 3.1.3

1.2.1

31 May 09:41
Compare
Choose a tag to compare
  • Reverted the implementation to api into test artefact, I'm not sure, but all tests into other projects that depends on it are failing.

1.2.0

30 May 10:08
Compare
Choose a tag to compare
  • Removed method saveOrReplace since it's useless as the encrypt do the same thing with 1 less access to the keystore, also this name is not good.

1.1.9

29 May 11:58
Compare
Choose a tag to compare
  • 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 a InvalidKeyException I hope it's fixed now.

1.1.8

28 May 13:48
Compare
Choose a tag to compare
  • InMemoryCipherStorage now is a singleton, so this ensure a "strong" storage across tests
  • InMemoryCipherStorage now is final and package visible, so don't touch at this class

1.1.7

27 May 13:16
Compare
Choose a tag to compare
  • New test library released :-)

1.1.6

07 May 19:53
Compare
Choose a tag to compare
  • Fixing missing static keyword into CipherStorageFactory

1.1.5

02 May 13:11
Compare
Choose a tag to compare
  • Upgraded gradle plugin to 3.1.2
  • Reverted gradle version from 4.7 to 4.5.1 as v 4.7 doesn't support incremental compile

1.1.4

24 Apr 08:21
Compare
Choose a tag to compare
  • Gradle version upgraded to version 4.7
  • Android gradle plugin upgraded to version 3.1.1

1.1.3

09 Apr 08:56
Compare
Choose a tag to compare
  • Improved documentation
  • Small code improvements (internal)