Hawk Versions Save

✔️ Secure, simple key-value storage for Android

v1.14

8 years ago
  • Some bug fixes

v1.13

8 years ago

More improvement for the key creation

v1.12

8 years ago

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

v1.10

8 years ago
  • Performance improvement
  • initWithoutEncryption added in order to provide no encryption
Hawk.initWithoutEncryption(context);

v1.9

8 years ago
  • 3rd fallback added for no-crypto mode.
  • noEncryption() mode added in order to use without encryption.
  • Refactoring

v1.8

8 years ago
  • 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

9 years ago
  • 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

9 years ago
  • Significantly performance improved
  • Password is taken by the user now
  • Refactoring

v1.3

9 years ago
  • min sdk is 8 now.
  • key and value null controls are added

v1.2

9 years ago
  • Default value issue is fixed