| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-16 | feat(widget): add Android data layer for projects and label colors | Peter Stone | |
| 2026-07-16 | feat(widget): add description linkification for URLs and phone numbers | Peter Stone | |
| 2026-07-16 | feat(widget): add WidgetRepository methods for task detail/recurrence | Peter Stone | |
| 2026-07-16 | fix(widget): scale content font sizes down 5% across all text-size tiers | Peter Stone | |
| 2026-07-16 | feat(widget): show multi-day calendar events on every day they span | Peter Stone | |
| Multi-day events (Start and End on different calendar days) are pulled out of the normal grid/all-day pipeline and rendered as an all-day-style row on every day they touch (Today and/or Tomorrow), labeled starts/ends/plain per the day being rendered. Previously such an event either only appeared in the single hourly grid slot matching its start time (never again on later days) or, if genuinely flagged all-day, never had its End forwarded at all. | |||
| 2026-07-16 | fix(widget): floor header text size/weight at NORMAL even when SMALL | Peter Stone | |
| Headers (hour labels, section titles) shrinking along with content at the SMALL setting made them too small relative to content. Content still shrinks at SMALL; headers now stay at NORMAL's scale/weight regardless of the selected tier. | |||
| 2026-07-16 | feat(widget): add WidgetTextSize enum with independent header/content scaling | Peter Stone | |
| 2026-07-16 | test(widget): pin JVM default timezone in DootWidgetGridTest for determinism | Peter Stone | |
| 2026-07-16 | fix(widget): stop tomorrow's events from stretching today's grid bounds | Peter Stone | |
| calcGridStart/calcGridEnd only looked at hour-of-day, so a tomorrow event's early or late hour could inflate today's grid range with empty rows, pushing the non-scrolling TomorrowSection below the widget's visible area. Filter to today-only events before computing bounds. | |||
| 2026-06-29 | fix: resolve Glance ColorProvider import, Box content lambdas, OkHttp Call ↵ | Peter Stone | |
| import in tests | |||
| 2026-06-29 | feat: Android widget — SlotPacker, WidgetRepository, Workers, Glance UI, ↵ | Peter Stone | |
| SettingsActivity | |||
