Yuito-app-android/app/src/main
Nik Clayton 5d4c14aed9
Correct the calculations for choosing the earliest day to show in the calendar / selected day (#3923)
To determine the earliest day to show in the calendar, take the current
date/time, add the minimum scheduled seconds buffer (which may roll the
date/time over to the next day), and then clamp to the start of that
day. So it's either today (if the current time + minimum scheduled
seconds is less than midnight) or it's tomorrow.

When displaying the calendar work around a misfeature in Material Date
Picker. It accepts UTC seconds-since-epoch, but does not convert it to
the local time for display.

While I'm here, show the selected day in the time picker's title.

Fixes https://github.com/tuskyapp/Tusky/issues/3916
2023-08-07 19:30:08 +02:00
..
java/com/keylesspalace/tusky Correct the calculations for choosing the earliest day to show in the calendar / selected day (#3923) 2023-08-07 19:30:08 +02:00
res Add support for setting a list's "exclusivity" option (#3932) 2023-08-06 20:29:34 +02:00
AndroidManifest.xml Only fetch and display a given notification once (#3626) 2023-05-13 16:00:28 +02:00
ic_launcher-web.png new app icon (#2695) 2022-09-13 19:48:09 +02:00