Patch release rounding up the three issues in the 2.20.4 milestone. - An event opened from a reminder or a home-screen widget came back on every later launch — an error screen once that event had been deleted. Android hands back the intent that started the task each time the activity is rebuilt, and the event channels acted on it every time instead of once (#309). - "Today" did nothing in the Agenda once you had scrolled ahead: the agenda is browsed by scrolling, not by moving its date, so resetting the date alone changed nothing. It now scrolls the list back, and the button stays offered while the list is scrolled away (#305). - The self-hosted F-Droid repo filed the app under "Time" instead of "Calendar & Agenda" (#294). Plus the release commit: CHANGELOG section, versionName 2.20.4 / versionCode 22004, and the en-US 22004 changelog. Merging this to main triggers the release pipeline. Closes #309 Closes #305 Closes #294 Co-authored-by: Jean-Luc Makiola <business@jeanlucmakiola.de> Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/313
4 lines
346 B
Plaintext
4 lines
346 B
Plaintext
Fixed
|
|
• The app no longer reopens the event you last came in on. Opening an event from a reminder or a widget made it return to that event on every later launch, or show an error screen once the event was gone.
|
|
• "Today" works in the Agenda again. It now scrolls the list back to today, and stays offered while you are scrolled away from it.
|