f2prateek / rx-preferences

Reactive SharedPreferences for Android
http://f2prateek.com/2015/10/05/rx-preferences/
Apache License 2.0
1.54k stars 132 forks source link

Support for EncryptedSharedPreference #137

Open AhmedMousa7 opened 4 years ago

AhmedMousa7 commented 4 years ago

i'm currently using rxPreferences with EncryptedSharedPreference and works fine except when i try to for ex: someList.delete() it deletes the key only but not notifying that the list becomes empty i had to set it manually like this someList.set(emptyList()) it was works fine with the traditional SharedPreference but now i had to do it manually , any ideas ?