- Fixed crash when trying to use a bubble navigation,
Fixed crash when trying to open any other screen from new settings,
Fixed bug when settings would give old values,
Show empty new settings screen with an header,
Better dependency management,
Use black background in new settings for an amoled theme,
Allow setting string, int, float and enum values in new settings
Signed-off-by: MrBoom github@mrboomdev.ru ~MrBoomDev
- Fixed blank new settings screen in an single-column mode,
Optimized app launch,
Null-safe setting values,
Enabled gradle caching, parallel building and non-final res ids to reduce speed time,
Updated libraries,
Add an foojay-resolver-convention plugin to automatically install an required jdk
Signed-off-by: MrBoom github@mrboomdev.ru ~MrBoomDev
- Fixed auto scroll in the tv version,
Turn an ui module into an kotlin multiplatform one,
Moved some gradle things into the buildSrc module,
Move extensions loading from an factory to the BootstrapManager,
Move some shared constants to the gradle.properties file,
Use normal images for an stable channel,
Removed glide module,
SettingsActivity2 items,
Amoled compose theme,
Sorted libs.versions.toml ~MrBoomDev