Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android: Redo settings with Compose and Material UI #1933

Merged
merged 3 commits into from
Dec 27, 2023

Conversation

DDRBoxman
Copy link
Contributor

@DDRBoxman DDRBoxman commented Dec 23, 2023

This changes lets us use the latest UI design from Google, Material 3.

Google only provides the material UI 3 themes for compose, compose only works with Kotlin.

We end up with a lot of nice improvements where we don't have to worry about the lifecycles of things as closely as before which is nice. And a lot of the new Flow stuff is thread safe.

Screenshot_20231222_224723
Screenshot_20231222_224745

@DDRBoxman
Copy link
Contributor Author

Also now that the different UI sections are in compose it's really to move them into different parts of the UI

This changes lets us use the latest UI design from Google, Material 3.

Google only provides the material UI 3 themes for compose, compose only works with kotlin.
@MaxKellermann MaxKellermann merged commit 658a7f1 into MusicPlayerDaemon:master Dec 27, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants