-
-
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
- 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]>
99f1c46
to
bcb7b60
Compare
Signed-off-by: rapterjet2004 <[email protected]>
Signed-off-by: rapterjet2004 <[email protected]>
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 set remainder using custom time and remind me later is always set to 03 Jan, 18:00 pm and it is not updated with the set custom time.
-
Set a custom time for remainder, then try to change the time - use one of the predefined options, the remind me later is not updated.
-
Replace hardcoded strings with stringResource()
Signed-off-by: rapterjet2004 <[email protected]>
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