From e62177ae2ebd484559d894e5f2d47cc3762ffc33 Mon Sep 17 00:00:00 2001 From: FuelBoard Contributor Date: Fri, 14 Aug 2026 05:02:43 +0100 Subject: [PATCH] Backlog: add lock screen widgets (P2, Option B) --- BACKLOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BACKLOG.md b/BACKLOG.md index 27124a3..ce41fec 100644 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -26,6 +26,12 @@ Status: TODO / IN PROGRESS / DONE / BLOCKED. automations ("get cheapest diesel → notify"). - [ ] **Siri: favourite station price** — "What's diesel at my favourite station?" (cheap once `StationEntity` exists). +- [ ] **Lock screen widgets** — new `FuelPriceLockScreen` kind (fuel-only config + intent, reuses `FuelPriceTimelineProvider`): `accessoryRectangular` (cheapest + station + price + distance), `accessoryCircular` (price ring), `accessoryInline` + ("⛽ 139.9p"). Provider + `containerBackground` already exist; must branch the + view for accessory families (current `else` renders `stationList`). Bonus: + StandBy mode. ~1 session. - [ ] **CarPlay** — widgets render but can't launch Maps; consider a proper CarPlay scene (CPListTemplate) for navigation deep-links.