![]() 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. |
||
---|---|---|
.. | ||
Forms.kt | ||
WidgetComponent.kt | ||
WidgetProvider.kt |