Release 2.14.1 #72
Reference in New Issue
Block a user
Delete Branch "release/v2.14.1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cuts 2.14.1 — a bugfix release. Merging this to
maintriggersrelease.yaml(build, sign, publish to F-Droid, mint thev2.14.1tag + release).Fixed
.icsimports keep the file's own reminders and ask once before applying the default (Codeberg #49).Release prep
versionName/versionCodebumped to2.14.1/21401.Unreleasedsection moved under## [2.14.1] — 2026-07-13.fastlane/.../changelogs/21401.txtgenerated viascripts/sync_changelog_to_fastlane.sh.Unit tests, lint and translation invariants pass; all fixes verified on-device.
🤖 Generated with Claude Code
Split the two prefill paths that share openImported(): an ACTION_INSERT intent still auto-applies the settings default (it carries no reminder semantics), but a .ics file — which owns its reminders — no longer silently decides. It keeps the file's reminders and raises a one-time prompt ("This event was imported with N reminder(s) — apply your default?") so the user chooses. The prompt is skipped when there's no real choice: no default configured, or the file already carries exactly it. openImported() now takes an ImportSource; CalendarHost tags the overlay Insert vs File. Accepting swaps in the default and reveals the section; declining (or dismissing) keeps the file's own reminders. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>