feat: calendar filter in drawer + settings (v0.5.0) #1

Merged
makiolaj merged 1 commits from feat/filter-settings-v0.5.0 into main 2026-06-10 20:57:58 +00:00
Owner

M3 calendar filter (inline in the navigation drawer, grouped by account, persisted, applied centrally in the repository) and M4 settings (appearance / language / about). Default view switched to week, settings system-back fix, pre-existing EventDetailScreen lint errors fixed, version bumped to 0.5.0. Lint + unit tests + assembleDebug green. See CHANGELOG for details.

M3 calendar filter (inline in the navigation drawer, grouped by account, persisted, applied centrally in the repository) and M4 settings (appearance / language / about). Default view switched to week, settings system-back fix, pre-existing EventDetailScreen lint errors fixed, version bumped to 0.5.0. Lint + unit tests + assembleDebug green. See CHANGELOG for details.
makiolaj added 1 commit 2026-06-10 20:57:37 +00:00
feat(filter,settings): calendar filter in drawer + settings (v0.5.0)
All checks were successful
CI / ci (push) Successful in 12m42s
CI / ci (pull_request) Successful in 12m23s
adcbed6e02
M3 — calendar filter: the navigation drawer now hosts the calendar list
inline (grouped by account, colour swatch + checkbox per calendar). Hidden
calendars are persisted app-side and filtered centrally in the repository,
so month/week/day re-filter live the moment a checkbox flips. Drawer trimmed
to Today, the calendar filter, and Settings, with leading icons and a clear
title/section type scale; the stubbed jump-to-date entry (M2) was removed.

M4 — settings: full-screen destination with appearance (theme System/Light/
Dark, Material You dynamic colour auto-disabled < API 31, week start Auto/Mon/
Sun), language (per-app locales via AppCompat, persisted to API 29), and an
about section (version, licence, source link). Theme is driven by one
activity-scoped settings source so changes apply app-wide at once. Week start
now drives the month grid and week view; Auto follows the locale.

Also:
- default view switched from month to week
- Settings screen handles system back (was closing the app)
- fix pre-existing NonObservableLocale/LocalContextConfigurationRead lint
  errors in EventDetailScreen so CI lint is green again
- versionName/versionCode bumped to 0.5.0 / 5

Tests: repository hidden-filter (incl. live re-emit), SettingsPrefs round-trip
+ week-start resolution, filter grouping. lint + unit tests + assembleDebug green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
makiolaj merged commit 7d36d22fd5 into main 2026-06-10 20:57:58 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: makiolaj/calendula#1