-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Migrating away from java.util.Date to java.time - DateTimePickerFragment #4552
base: master
Are you sure you want to change the base?
Conversation
99f1c46
to
bcb7b60
Compare
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.
worked fine for me when testing. Was not able to reproduce the reported issues from Sowjanya.
i'm currently looking into the lint warings regarding the Uyghur(ug) translations so we don't have to merge with red CI |
- Also converted dialog fragment to compose Signed-off-by: rapterjet2004 <[email protected]>
Signed-off-by: rapterjet2004 <[email protected]>
Added string res Fixed bug with embedded date picker boundaries, animated size change Signed-off-by: rapterjet2004 <[email protected]>
Signed-off-by: rapterjet2004 <[email protected]>
Signed-off-by: rapterjet2004 <[email protected]>
Signed-off-by: rapterjet2004 <[email protected]>
Signed-off-by: rapterjet2004 <[email protected]>
7418847
to
dcffa62
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/4552-talk.apk |
#4274
Migrating to java.time would remove so much code in
DateTimePickerFragment
that I figured I might as well also convert the dialog fragment to compose too. Honestly looks and feels way better now.Core logic
issue-4274.webm
🚧 TODO
🏁 Checklist
/backport to stable-xx.x