-
I wanted to integrate the androidx.security:security-crypto library which depends on tink.
```
androidx.security:security-crypto:1.0.0-alpha02
| +--- com.google.crypto.tink:tink-android:1.2.2
…
-
Hey,
I am using the okta java authentication sdk to use with a custom built sign in. But when i'm testing my flow on a real device (emulator works fine, which is weird) and I use a debugger, I see …
-
AndroidX Security introduces EncryptedSharedPreferences.
https://developer.android.com/topic/security/data.md
In past days, there were some encryption support request issues. But I was refusing i…
-
Pleeease release a new version to support:
androidx.security.crypto.EncryptedSharedPreferences
Let the app decide using PreferencesOpener
-
We are currently running into the following on Pixel 3s:
`Unable to decrypt ProviderConfiguration the key used may be invalidated. Please clear data and try again. null `
If the user clears the …
-
If a device is not connected to the internet we can't show the current account balance.
I guess we should store this (together with the last index) in the EncryptedSharedPreferences
What do you th…
-
## Proposal
My proposal is creating initialize methods in a compile time automatically.
``` java
public final class ExamplePrefs extends PrefsSchema {
private static ExamplePrefs prefs;
// gue…