rx-preferences
rx-preferences copied to clipboard
Build on PreferenceDataStore
This is in O, but there's a version in the support lib. Allows swapping of plain/encrypted stores or building your own using whatever you want.
O APIs are final now. I'll look into this this weekend, if nobody else has already started.
The biggest hurdle seems to be change listeners. I'm not sure if this library should do the work of implementing change listeners for PreferenceDataStores, if no changes should be emitted for PreferenceDataStores, or something else.