rx-preferences icon indicating copy to clipboard operation
rx-preferences copied to clipboard

Build on PreferenceDataStore

Open JakeWharton opened this issue 7 years ago • 2 comments

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.

JakeWharton avatar May 27 '17 18:05 JakeWharton

O APIs are final now. I'll look into this this weekend, if nobody else has already started.

NightlyNexus avatar Jun 08 '17 18:06 NightlyNexus

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.

NightlyNexus avatar Jun 09 '17 07:06 NightlyNexus