FlowCrypt / flowcrypt-android

FlowCrypt Android App
https://flowcrypt.com
Other
93 stars 11 forks source link

Migrate to use DataStore instead of SharedPreferences #2656

Open DenBond7 opened 8 months ago

DenBond7 commented 8 months ago

https://developer.android.com/topic/libraries/architecture/datastore

Settings

DenBond7 commented 5 months ago

It looks like DataStore doesn't support Settings yet. So we can not drop using SharedPreferences at this stage. I'm moving it to later.