Skip to content

Releases: orhanobut/hawk

v1.14 release

30 May 16:13
Compare
Choose a tag to compare
  • Some bug fixes

v1.13 - release

30 May 10:46
Compare
Choose a tag to compare

More improvement for the key creation

release

29 May 22:03
Compare
Choose a tag to compare

backup algorithm improvement
Hawk.init(context) provides less secure but way faster solution

v1.10

16 May 14:40
Compare
Choose a tag to compare
  • Performance improvement
  • initWithoutEncryption added in order to provide no encryption
Hawk.initWithoutEncryption(context);

v1.9

16 May 11:29
Compare
Choose a tag to compare
  • 3rd fallback added for no-crypto mode.
  • noEncryption() mode added in order to use without encryption.
  • Refactoring

v1.8

13 May 20:13
Compare
Choose a tag to compare
  • Fallback support added for encryption when the device does not support PBE algorithm.
  • Value can be null now, if the value is null, it will do remove operation instead of saving null value.

v1.5

13 Mar 14:26
Compare
Choose a tag to compare
  • API 9 supported methods are replaced
  • Gradle credentials.properties file issue fixed
  • Bulk insert added
  • Bulk remove added
  • init method can work async now with the callback.
  • remove, put methods return the result as boolean

v1.4

26 Feb 00:47
Compare
Choose a tag to compare
  • Significantly performance improved
  • Password is taken by the user now
  • Refactoring

v1.3

23 Feb 22:25
Compare
Choose a tag to compare
  • min sdk is 8 now.
  • key and value null controls are added

v1.2

23 Feb 08:34
Compare
Choose a tag to compare
  • Default value issue is fixed