FlowCrypt / flowcrypt-android

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

Migrate to use DataStore instead of SharedPreferences #2656

Open DenBond7 opened 5 months ago

DenBond7 commented 5 months ago

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

Settings

DenBond7 commented 1 month 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.