-
Notifications
You must be signed in to change notification settings - Fork 558
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
refactor: overall navigation mechanism and split logic #1429 #1430
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
@fire-light42 weird bug in app itself irrespective of this pr, i was testing sdk 35 and turns out the enter animations in settings never work in debug version only release build. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont see anything explicitly wrong, but I will double check when testing.
# Conflicts: # .github/workflows/build_to_archive.yml # .github/workflows/generate_dokka.yml # .github/workflows/issue_action.yml # .github/workflows/prerelease.yml # .github/workflows/pull_request.yml # .github/workflows/update_locales.yml # app/build.gradle.kts
# Conflicts: # app/build.gradle.kts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is .github/workflows deleted?
fixed, idk how build to archive got rewritten same |
This will be merged in a couple of days, after I have tested it |
added smol safedebounce to prevent intentional || unintentional rapid transitions
upgrade coil, navigation and desugar
properly name easter egg activity
dedicated function for opening activities outside nav graph
support for adding custom tag in log error utility (optional)
better navigate function
the reason for replacing appcompat activity with component activity is that it is slightly lightweight, although main activity cant be turned unless compose is used
removed old unused animations
this pr is like a general improvement