-
I have already a account on Team Services with java code and i try to
install the Team Explorer Everywhere plug-in. on a new installed neon Eclipse version.
In the the Team Explorer plug-in. wh…
-
Consider the following code snippet
```
SecurePreferences securedPreferences = new SecurePreferences(myContext, "myPassword", "myfile");
securedPreferences.handlePasswordChange("myNewPassword", myCo…
-
**Same with description in this link, https://github.com/scottyab/secure-preferences/pull/48**
Hello there,
As mentioned in #18, default constructor of SecurePreference is too slow to create instan…
-
I'd very much like to use this library, but the initialization of the key takes 3 seconds on my Nexus 5. Since this is done in Application's onCreate (because I need the settings there), it's not usab…
-
I have updated the library to 0.1.4 and now, when I access to any secure preference it returns null and the app closes with a NullException.
Is there something that I need to do after the update? Tha…
-
I'm using Your library version 0.1.0, but looking through the code I think this might be a problem with other versions too. Just noticed this in crash report today in google play console:
java.lang.I…
-
08-02 05:00:41.356 1533-1533/erparchitector.findwork.app.android E/AndroidRuntime﹕ FATAL EXCEPTION: main
java.lang.SecurityException: new SecureRandom() backed by wrong Provider: class com.tozn…
-
While using one static key , it is working as charm, but my situation is bit different,
need to change the key often.
So I tried to use
```
SecurePreferences securePrefs = new SecurePreferences(c…
-
Would you mean `destroyKeys()` instead of `destoryKeys()`?
https://github.com/scottyab/secure-preferences/blob/master/library/src/main/java/com/securepreferences/SecurePreferences.java#L197
-
Due to the SharedPreferences field value in SecurePreferences it is impossible to have multiple secure preference files. This also causes issues when running Robolectric tests. We saw test pollution w…