hawk v1.17 Release Notes

Release Date: 2015-07-18 // over 8 years ago
    • HawkBuilder introduced, Hawk.init is radically changed

      Hawk.init(this) .setEncryptionMethod(HawkBuilder.EncryptionMethod.HIGHEST) .setPassword("password") .setStorage(HawkBuilder.newSqliteStorage(this)) .setLogLevel(LogLevel.FULL) .setCallback //optional .build();

    • Storage option added, Sqlite or sharedpreferences