-
v1.3.1 Stable
released this
2026-06-11 04:20:29 -04:00 | -30 commits to feature/same-day-time-slots since this releasev1.3.1 Bugfix Release
Fixes
- Fixed spurious CalDAV error toast: Suppressed the
CalendarConfidenceCheckerNPE toast from system calendar provider queries. - Fixed widget checklist checkboxes: Proper square checkboxes with a checkmark inside a matching box; no resize/shift on toggle. Uses PNG drawables for RemoteViews compatibility.
- Widget checkbox toggle without opening app: All widget list clicks route through a broadcast receiver; checkbox taps toggle the DB silently.
- No loading flash on widget checkbox toggle: Replaced the full widget rebuild (
updateWidgets()) with a targetednotifyAppWidgetViewDataChanged()on the list only, so only the list data refreshes instead of reconstructing the entire widget RemoteViews. - Widget checklist items no longer reorder when checked: Sorts by
HtmlTitleHelper.plainText()so the[ ]/[X]marker does not affect position. - Widget title/time alignment: Event title and time now share the same start margin.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fixed spurious CalDAV error toast: Suppressed the