feat(settings): add 12/24-hour time format toggle (#6) #42
Reference in New Issue
Block a user
Delete Branch "feat/time-format-toggle"
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?
Implements Codeberg issue #6 — 12/24-hour time format toggle.
New
TimeFormatPref(Auto/12h/24h). Auto follows the device 24-hour system setting. The resolved convention is provided app-wide viaLocalUse24HourFormat, and a sharedformatTimeOfDayhelper is now the single source for every time-of-day label. Also fixes a pre-existing inconsistency where the agenda screen/widget hard-coded 24h while detail/edit/search/reminders followed the locale.On-device verification checklist
Closes #6 (Codeberg).