• v1.2 ed574bdbf1

    v1.2 - HTML formatting and checklist events
    Some checks failed
    validate-fastlane-metadata.yml / Add fastlane changelog for v1.2 (push) Failing after 0s
    Generate holiday ICS files / Generate ICS (push) Has been cancelled
    Stable

    evileko released this 2026-06-09 10:47:43 -04:00 | -23 commits to feature/same-day-time-slots since this release

    Added

    • HTML formatting support in event titles (<b>, <i>)
    • Checklist events with checkbox rendering in day view, event list, and widgets
    • Formatting toolbar in event editor (Bold, Italic, Checklist buttons)
    • Strikethrough and alpha dimming for checked checklist items
    • Widget checklist checkbox tap support via ChecklistToggleReceiver

    Changed

    • Merged upstream Fossify Calendar 1.10.3
    • CalDAV delete errors are now surfaced via showErrorToast() instead of silently swallowed

    Fixed

    • Multi-slot event editing now properly loads and saves all sibling time slots
    • Multi-slot event duplication now works correctly
    • Strikethrough rendering for checked checklist items (reverted broken SpannableString approach)
    • Checklist checkbox no longer causes visual artifacts on unrelated tasks after rapid scroll
    • Checklist tasks (type=TYPE_TASK) can now be toggled correctly via checkbox
    • Widget checklist checkbox state updates properly after toggle

    Notes

    • Raw HTML tags are stored in the title field for CalDAV compatibility
    • Tags are hidden in read-only views; visible only in the title field during editing
    • Other devices without this feature will display raw tags as fallback
    Downloads