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

JetPack Compose #42

Draft
wants to merge 37 commits into
base: develop
Choose a base branch
from
Draft

JetPack Compose #42

wants to merge 37 commits into from

Conversation

jg210
Copy link
Owner

@jg210 jg210 commented Mar 29, 2024

Migrates the app to Jetpack Compose.

This PR changes the whole UI to Jetpack Compose and material 3 visual design, avoiding a migration later, having to make new Jetpack Compose code use material 2 or the old View/Fragment implementation use material 3.

Had to replace the licence screen implementation to move it to material 3, due to google/play-services-plugins#248.

https://stackoverflow.com/questions/76852715/how-to-use-open-source-notices-library-with-jetpack-compose lists some options.

Initially, tried using https://github.com/jaredsburrows/gradle-license-plugin. It provides tasks to generate html, but they aren't run automatically when build. The ./gradlew tasks breaks with AndroidSourceSet with name 'developDebugAndroidTest' not found error, making it a pain to add dependencies, so I gave up with this library.

Used https://github.com/mikepenz/AboutLibraries, which worked on first attempt.

@jg210 jg210 changed the title JetPack compose JetPack Compose Mar 29, 2024
jg210 added 27 commits May 3, 2024 16:32
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.

1 participant