Auxio/app/src/main/java/org/oxycblt/auxio/widgets
OxygenCobalt 532a30325a
settings: revamp settingsmanager into settings
Revamp the shared object SettingsManager into a standalone utility
called Settings.

This makes many things easier in Auxio. It completely unifies the key
format that we use (Android Strings instead of Java consts), eliminates
the pretty dumb initialization method that we use, and eliminates the
dubiousness of holding a Context-related utility in a global field.

The only cost was having to migrate even more ViewModels to Android
ViewModels. Whatever.
2022-06-20 09:12:19 -06:00
..
Forms.kt music: add indexer service 2022-06-03 20:12:27 -06:00
WidgetComponent.kt settings: revamp settingsmanager into settings 2022-06-20 09:12:19 -06:00
WidgetProvider.kt home: make toolbar collapse 2022-06-08 09:31:57 -06:00