| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
