a5b38aec9e
Keep the loaded detail on screen while it re-reads ( #196 )
2026-08-17 21:32:29 +02:00
7431a7390e
Keep SizeMode.Exact: Single and Responsive never reflow on resize ( #214 )
...
GlanceAppWidget.resize returns early for both, so the grid was never recomposed
for a new size and a resized widget clipped instead of reflowing. Exact costs one
serialised copy per host size, which the view cuts have made affordable again.
Drops the options-derived width that went with Single; LocalSize is exact here.
2026-08-17 19:56:20 +02:00
a0a559648e
Shrink the month widget's RemoteViews so it stops killing the widget host ( #214 )
...
The grid rendered ~740 views and SizeMode.Exact serialised a full copy per host
size, so one update was a 450-540 KB oneway binder push. Three of those overran
the launcher's 1 MB async buffer, and AppWidgetServiceImpl dropped the whole
host on the TransactionTooLargeException — which is why the arrows went dead
after a couple of taps and only came back when the launcher rebound.
One composition sized from the host's own options, day-open taps moved to a
single strip per column, day numbers as bare text, and no views for lanes or a
"+N" row a week doesn't fill. 742 views -> 192.
2026-08-17 19:30:49 +02:00
1e9eca268e
Restore the #180 merge dropped by a merge race ( #210 )
2026-08-17 18:26:19 +02:00
Jean-Luc Makiola
187b4743df
Re-read the event detail when the same occurrence is reopened ( #196 ) ( #206 )
...
Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/206
2026-08-17 18:15:53 +02:00
Jean-Luc Makiola
b61dfa441c
Give the day and week timelines an end inset ( #192 ) ( #207 )
...
Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/207
2026-08-17 18:15:18 +02:00
Jean-Luc Makiola
9f6659a2a3
Make the seamless stream's header gap a margin, not content padding ( #191 ) ( #208 )
...
Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/208
2026-08-17 18:14:56 +02:00
Jean-Luc Makiola
ddc5d56cc3
Open the event when a month chip is tapped ( #187 ) ( #209 )
...
Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/209
2026-08-17 18:14:38 +02:00
Jean-Luc Makiola
b4f977214a
Mark declined invitations and stop planning their reminders ( #180 ) ( #210 )
...
Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/210
2026-08-17 18:14:04 +02:00
2dd81f1327
Redraw the tapped widget by its own id, not updateAll ( #18 )
2026-08-17 17:39:48 +02:00
bc805a9a3a
Mark declined invitations and stop planning their reminders ( #180 )
2026-08-17 17:33:59 +02:00
8abd3afdff
Open the event when a month chip is tapped ( #187 )
2026-08-17 17:24:39 +02:00
d45f63b9fa
Make the seamless stream's header gap a margin, not content padding ( #191 )
2026-08-17 17:16:32 +02:00
c7b3ff2d6f
Give the day and week timelines an end inset ( #192 )
2026-08-17 17:11:42 +02:00
61ccf5f247
Re-read the event detail when the same occurrence is reopened ( #196 )
2026-08-17 17:07:33 +02:00
558aa2e69b
Start 2.19.2
2026-08-17 17:00:55 +02:00
Weblate
b1ce6f85cc
Update translation files
...
Updated by "Remove blank strings" add-on in Weblate.
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/
2026-08-16 10:49:54 +00:00
Sup99999
ca5f87af11
Translated using Weblate (Arabic)
...
Currently translated at 90.0% (517 of 574 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/ar/
2026-08-16 10:49:53 +00:00
chip
7445092767
Translated using Weblate (Russian)
...
Currently translated at 22.6% (130 of 574 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/ru/
2026-08-15 10:22:21 +00:00
Sup99999
5ef66120bf
Translated using Weblate (Arabic)
...
Currently translated at 86.5% (497 of 574 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/ar/
2026-08-13 20:22:23 +00:00
chip
bda86cd73d
Translated using Weblate (Russian)
...
Currently translated at 11.6% (67 of 574 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/ru/
2026-08-13 20:22:23 +00:00
Weblate
56953b0c50
Translated using Weblate (Italian)
...
Currently translated at 100.0% (574 of 574 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/it/
2026-08-13 20:22:23 +00:00
Sam Gamgee
7c8cd1e145
Translated using Weblate (Italian)
...
Currently translated at 100.0% (574 of 574 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/it/
2026-08-13 20:22:22 +00:00
Sup99999
bce36956d1
Translated using Weblate (Arabic)
...
Currently translated at 86.1% (493 of 572 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/ar/
2026-08-12 06:31:32 +00:00
Jean-Luc Makiola
e0fdadc7ca
2.19.1 — drag to reschedule can be turned off ( #176 )
...
Renovate / renovate (push) Successful in 3m1s
Release — F-Droid repo + Gitea/Codeberg release + Play / detect (push) Successful in 6s
Release — F-Droid repo + Gitea/Codeberg release + Play / release (push) Successful in 16m19s
Release — F-Droid repo + Gitea/Codeberg release + Play / play (push) Successful in 2m29s
Release branch for 2.19.1. Merging this cuts the release — versionName is bumped to 2.19.1 (versionCode 21901), which is what release.yaml picks up.
### What's in it
- **Drag to reschedule can be turned off** (#173 ). Settings → Views → *Drag to reschedule*, on by default. Turned off, no event block in the month, week or day view registers a drag gesture. The gate is `EventMoveScope.dragEnabled` rather than the scope itself, so the screen-reader "Move event" action — which only opens the edit form — stays available either way. The setting reads as off until the stored value has actually loaded, so a cold start can't hand out a drag before the preference is known.
### Release prep
- CHANGELOG 2.19.1 section written.
- Per-version "What's New" hand-written for all 12 store locales (`ar`, `de-DE`, `en-GB`, `en-US`, `es-ES`, `fr-FR`, `it-IT`, `pl-PL`, `pt-BR`, `pt-PT`, `ru-RU`, `zh-CN`).
- `lint test assembleDebug` and `check_translations.py` green locally.
- main is one commit ahead (Weblate #175 , translations only) and merges clean — not merged into the branch, it comes along with this one.
Closes #173
Co-authored-by: Jean-Luc Makiola <business@jeanlucmakiola.de >
Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/176
2026-08-11 18:20:09 +02:00
02fd599e6b
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 32.3% (185 of 572 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/pt_BR/
2026-08-11 15:55:09 +00:00
b0412a96f3
Translated using Weblate (German)
...
Currently translated at 100.0% (572 of 572 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/de/
2026-08-11 15:55:09 +00:00
Weblate
06dbb89868
Translated using Weblate (German)
...
Currently translated at 100.0% (572 of 572 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/de/
2026-08-11 15:55:09 +00:00
Weblate
c1eb702384
Update translation files
...
Updated by "Remove blank strings" add-on in Weblate.
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/
2026-08-11 15:20:07 +00:00
Anonymous
307517e85a
Translated using Weblate (Polish)
...
Currently translated at 85.6% (459 of 536 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/pl/
2026-08-11 15:20:04 +00:00
Anonymous
a8ba227e8b
Translated using Weblate (Spanish)
...
Currently translated at 79.4% (426 of 536 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/es/
2026-08-11 15:19:55 +00:00
Weblate
cbfdfb9710
Translated using Weblate (German)
...
Currently translated at 82.8% (444 of 536 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/de/
2026-08-11 15:19:53 +00:00
d85003416e
Translated using Weblate (German)
...
Currently translated at 82.8% (444 of 536 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/de/
2026-08-11 15:19:52 +00:00
Anonymous
61c516149e
Translated using Weblate (German)
...
Currently translated at 82.8% (444 of 536 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/de/
2026-08-11 15:19:52 +00:00
Bernardo Krzysczak
560225cb8c
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 3.1% (17 of 536 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/pt_BR/
2026-08-11 15:19:48 +00:00
Anonymous
2e8367afd4
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 3.1% (17 of 536 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/pt_BR/
2026-08-11 15:19:47 +00:00
8c40109341
Translated using Weblate (Portuguese)
...
Currently translated at 1.4% (8 of 536 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/pt/
2026-08-11 15:19:42 +00:00
Anonymous
4259c996b6
Translated using Weblate (Portuguese)
...
Currently translated at 1.4% (8 of 536 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/pt/
2026-08-11 15:19:42 +00:00
d4218227bd
Translated using Weblate (Russian)
...
Currently translated at 11.9% (64 of 536 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/ru/
2026-08-11 15:19:37 +00:00
Anonymous
6a4c5084a5
Translated using Weblate (Russian)
...
Currently translated at 11.9% (64 of 536 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/ru/
2026-08-11 15:19:37 +00:00
Anonymous
e38b9cde1f
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 22.5% (121 of 536 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/zh_Hans/
2026-08-11 15:19:30 +00:00
Anonymous
dbae8b5bcf
Translated using Weblate (Arabic)
...
Currently translated at 81.9% (439 of 536 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/ar/
2026-08-11 15:19:25 +00:00
Anonymous
2d06b7ad32
Translated using Weblate (French)
...
Currently translated at 73.1% (392 of 536 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/fr/
2026-08-11 15:19:13 +00:00
Anonymous
10a674deba
Translated using Weblate (Italian)
...
Currently translated at 80.4% (431 of 536 strings)
Translation: Calendula/Strings
Translate-URL: https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/it/
2026-08-11 15:19:05 +00:00
Jean-Luc Makiola
93b9aa8f34
2.19.0 — drag to reschedule, bulk delete from search, onboarding wizard ( #172 )
...
Release — F-Droid repo + Gitea/Codeberg release + Play / detect (push) Successful in 12s
Release — F-Droid repo + Gitea/Codeberg release + Play / release (push) Successful in 14m58s
Release — F-Droid repo + Gitea/Codeberg release + Play / play (push) Successful in 1m2s
Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/172
2026-08-10 18:40:55 +02:00
Jean-Luc Makiolas Weblate Bot
25e3640ba0
Translations update from Weblate ( #170 )
...
Translations update from [Weblate](https://weblate.dev.jeanlucmakiola.de ) for [Calendula/Strings](https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/ ).
Current translation status:

Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Admin <business@jeanlucmakiola.de >
Co-authored-by: Sup99999 <alelmnour1o234@proton.me >
Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: Weblate <noreply-mt-weblate@weblate.org >
Co-authored-by: Pedro <pedrolojo@gmail.com >
Co-authored-by: Bernardo Krzysczak <berkrz@proton.me >
Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/170
2026-08-10 18:04:24 +02:00
Jean-Luc Makiola
66dbdc8913
2.18.1 — create at the tapped hour after a zoom ( #155 )
...
Release — F-Droid repo + Gitea/Codeberg release + Play / detect (push) Successful in 9s
Release — F-Droid repo + Gitea/Codeberg release + Play / release (push) Successful in 14m28s
Release — F-Droid repo + Gitea/Codeberg release + Play / play (push) Successful in 1m4s
Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/155
2026-08-06 20:09:50 +02:00
Jean-Luc Makiolas Weblate Bot
6a125b7c73
Translations update from Weblate ( #136 )
...
Release — F-Droid repo + Gitea/Codeberg release + Play / detect (push) Successful in 32s
Release — F-Droid repo + Gitea/Codeberg release + Play / release (push) Has been skipped
Release — F-Droid repo + Gitea/Codeberg release + Play / play (push) Has been skipped
Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/136
2026-08-06 19:40:09 +02:00
Jean-Luc Makiolas Weblate Bot
44233cff35
Translations update from Weblate ( #130 )
...
Release — F-Droid repo + Gitea/Codeberg release + Play / detect (push) Successful in 30s
Release — F-Droid repo + Gitea/Codeberg release + Play / release (push) Has been skipped
Release — F-Droid repo + Gitea/Codeberg release + Play / play (push) Has been skipped
Renovate / renovate (push) Successful in 1m37s
Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/130
2026-08-02 17:45:31 +02:00
Jean-Luc Makiolas Weblate Bot
5764bd889b
Translations update from Weblate ( #129 )
...
Release — F-Droid repo + Gitea/Codeberg release + Play / detect (push) Successful in 30s
Release — F-Droid repo + Gitea/Codeberg release + Play / release (push) Has been skipped
Release — F-Droid repo + Gitea/Codeberg release + Play / play (push) Has been skipped
Translations update from [Weblate](https://weblate.dev.jeanlucmakiola.de ) for [Calendula/Strings](https://weblate.dev.jeanlucmakiola.de/projects/calendula/strings/ ).
Current translation status:

Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Admin <business@jeanlucmakiola.de >
Co-authored-by: Sup99999 <alelmnour1o234@proton.me >
Co-authored-by: augustin64 <me.git+calendula@augustin64.fr >
Co-authored-by: Thomas Tref <Trefthomas33@gmail.com >
Co-authored-by: Xavier <bxavier52@laposte.net >
Co-authored-by: Weblate <noreply@weblate.org >
Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/129
2026-08-01 15:42:13 +02:00