Scott Alexander-Bown
Scott Alexander-Bown
Thanks for reporting this.
See issue #18 for more details on how to speed up (but also reduce security)
The main issue with using with `PreferenceFragmentCompat` or any preference screen where the android system/xml if interacting directly with `SecurePreferences` is that it'll need to reference the hashed key name....
@hubert3 wow, it's been a year since you asked this question, apologies for the slooooow response. My time is a limiting factor at the moment, so no current plans. I...
Addressed in https://github.com/scottyab/secure-preferences/pull/58 looking forward to include this once revamp of the library has been completed
Hey, MODE_PRIVATE is used by default and currently setting additional flags such as APPEND_MODE is not supported. However I'm working on major change to secure-preferences and i'll ensure this is...
The new version will allow you to pass a shared preferences object so you can use `APPEND_MODE `
Totally agree. PR welcome.
Sorry to hear that. Gonna be prompting this more actively but please switch away from secure-preferences to AndroidX Security I wrote a short blog intro to it here -> https://scottyab.com/2019/10/androidx-security-library/
@ncioj10 this looks really interesting. I'm struggling for time to review this PR. Please don't take the delay as a dis, i'm just busy with paid work and family.