summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-12Fix tomorrow's task rows: color and alignment vs tomorrow's eventsPeter Stone
2026-08-10Fix widget showing tomorrow's dated tasks under todayPeter Stone
2026-08-09Widget: Quick Add dismisses instantly instead of blocking on networkPeter Stone
2026-08-07Wire the Tasks tab into nav; fold in buckets/projects/labels and recurrencePeter Stone
2026-08-06Remove the feature toggle system (dead code)Peter Stone
2026-08-06Widget: real launcher icon, fix double title bar, rename app to "doot"Peter Stone
2026-08-06Widget: give Dashboard its own launcher icon, add toolbar navPeter Stone
2026-08-06Widget: fix QuickAdd keyboard-focus race, force widget re-render on savePeter Stone
2026-08-06Widget: ship Material You theming, past-events restructuring, legibility fixe...Peter Stone
2026-08-06Widget: wrap the web dashboard in a WebView (DashboardActivity)Peter Stone
2026-08-06Widget: add postpone (tomorrow/next week/next month) to task detail popupPeter Stone
2026-08-06Fix Google Calendar TimeMin using server time instead of display timezonePeter Stone
2026-08-06Widget: target Android 16 (API 36) natively, no compatibility fallbackPeter Stone
2026-08-05Widget: fix "complete works once, then stops" race between overlapping comple...Peter Stone
2026-08-04Widget quick-add: surface errors instead of failing silentlyPeter Stone
2026-08-04Fix production wedge: propagate context to Google Calendar API callsPeter Stone
2026-07-28fix: Google Tasks due dates shifted a day earlier in negative-offset timezonesPeter Stone
2026-07-25fix: undated tasks were landing in the widget's scheduled-events gridPeter Stone
2026-07-18fix(widget): wrap TomorrowSection in a Column to stop rows overlappingPeter Stone
2026-07-18Add bucket CRUD and read-only Projects/Labels to Settings pagePeter Stone
2026-07-18Rework Tasks tab: Chains section, checklist modal, project visibilityPeter Stone
2026-07-17Extend chain creation to accept per-task description and priorityPeter Stone
2026-07-17Document deferred UI screens for chains and bucketsPeter Stone
2026-07-17Guard deploy script to only run on tungstenPeter Stone
2026-07-17Implement linear task chains and recurring maintenance bucketsPeter Stone
2026-07-17chore(deploy): remove abandoned push-to-deploy scaffoldingPeter Stone
2026-07-17fix(widget): autofocus quick-add title field, redesign as blank edit formPeter Stone
2026-07-16Add implementation plan for task budgets and availabilityPeter Stone
2026-07-16Show scheduled/available badge on widget TODAY headerPeter Stone
2026-07-16Show a scheduled-vs-available indicator on the web timeline's Today sectionPeter Stone
2026-07-16Suggest an estimate from same-project/label averages on task detailPeter Stone
2026-07-16Add availability CRUD, task estimate, and budget-tracked toggle endpointsPeter Stone
2026-07-16Surface budget_status on GET /api/widget when tracked tasks existPeter Stone
2026-07-16Fix overlapping-event double-subtraction in ComputeBudgetPeriod; clarify task...Peter Stone
2026-07-16Add pure availability-minus-events and scheduled-load computationPeter Stone
2026-07-16Infer a default estimate from same-project/label averagesPeter Stone
2026-07-16Add budget-tracked toggles for projects/labels; fix SetLabelColor wiping the ...Peter Stone
2026-07-16Add availability_blocks CRUD to the store layerPeter Stone
2026-07-16Add estimated_minutes to native task read/write/recurrence pathsPeter Stone
2026-07-16gofmt internal/models/types.go and budget.goPeter Stone
2026-07-16Add budget/availability model typesPeter Stone
2026-07-16Add schema for task budgets and availability blocksPeter Stone
2026-07-16fix(agent): pass project_id through on Agent API task creationPeter Stone
2026-07-16Update worklog for task labels and projects featurePeter Stone
2026-07-16feat(widget): show project color as a small accent on task rowsPeter Stone
2026-07-16feat(widget): add project picker and label editor to task detail popupPeter Stone
2026-07-16feat(widget): add Android data layer for projects and label colorsPeter Stone
2026-07-16test(tasks): add tests for project color threadingPeter Stone
2026-07-16feat(tasks): thread project color from BuildTimeline to WidgetItemPeter Stone
2026-07-16test(tasks): add test cases for project and label endpointsPeter Stone