Releases: orhanobut/hawk
Releases · orhanobut/hawk
v1.13 - release
More improvement for the key creation
release
backup algorithm improvement
Hawk.init(context) provides less secure but way faster solution
v1.10
- Performance improvement
- initWithoutEncryption added in order to provide no encryption
Hawk.initWithoutEncryption(context);
v1.9
- 3rd fallback added for no-crypto mode.
- noEncryption() mode added in order to use without encryption.
- Refactoring
v1.8
- 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
- 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
- Significantly performance improved
- Password is taken by the user now
- Refactoring
v1.3
- min sdk is 8 now.
- key and value null controls are added
v1.2
- Default value issue is fixed