Auxio icon indicating copy to clipboard operation
Auxio copied to clipboard

Use AndroidX DataStore

Open OxygenCobalt opened this issue 7 months ago • 0 comments

Migrate from SharedPreferences to DataStore.

I'll likely get better performance and usability out of this. A funny technical quirk about Auxio is that I tried to serialize settings into integers, but in the end only made things even slower since it would just get shoved into an XML file IIRC.

DataStore has some kind of prototype buffer support, so I assume it's format is a lot better. Maybe it's listener management is also nicer.

OxygenCobalt avatar Mar 17 '25 13:03 OxygenCobalt