summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2026-07-16feat(tasks): add HTTP endpoints for projects and label colorsPeter Stone
2026-07-16feat(tasks): add label color CRUD store methodsPeter Stone
2026-07-16feat(tasks): add Projects CRUD store methodsPeter Stone
2026-07-16feat(tasks): add projects/labels schema, wire project_id through native tasksPeter Stone
2026-07-16Add implementation plan for task labels and projectsPeter Stone
2026-07-16Add design docs for four backlog task-scheduling ideasPeter Stone
2026-07-16refactor(widget): split DootWidget.kt by responsibilityPeter Stone
2026-07-16refactor(store): extract agent session/trust methods from sqlite.goPeter Stone
2026-07-16refactor(store): extract calendar and Google Tasks methods from sqlite.goPeter Stone
2026-07-16refactor(store): extract shopping methods from sqlite.go into shopping.goPeter Stone
2026-07-16refactor(store): extract meal methods from sqlite.go into meals.goPeter Stone
2026-07-16Update worklog for widget polish batch (fonts, instant complete, recurrence d...Peter Stone
2026-07-16fix(widget): redesign recurrence dialog layoutPeter Stone
2026-07-16fix(widget): match task font color to events; complete instantlyPeter Stone
2026-07-16Update worklog for widget periodic-refresh self-healing fixPeter Stone
2026-07-16fix(widget): re-arm periodic refresh on every onUpdate, not just onEnabledPeter Stone
2026-07-16Update worklog for post-recurrence fixups and dead-code cleanupPeter Stone
2026-07-16chore: remove dead IsRecurring field and its always-false branchPeter Stone
2026-07-16chore: remove dead code (unused atom constants, orphaned handler)Peter Stone
2026-07-16fix(agent): restore doot-native task support in Agent API, remove stale testPeter Stone
2026-07-16fix(widget): remove red text color for overdue tasksPeter Stone
2026-07-16fix(tasks): make CreateNextIteration atomically self-guardingPeter Stone
2026-07-16Update worklog for task recurrence + detail popup editing featurePeter Stone
2026-07-16feat(widget): redesign task detail popup with editing and recurrencePeter Stone
2026-07-16feat(widget): add description linkification for URLs and phone numbersPeter Stone
2026-07-16feat(widget): add WidgetRepository methods for task detail/recurrencePeter Stone
2026-07-16fix(tasks): return ErrNativeTaskNotFound from UpdateNativeTask on stale idPeter Stone
2026-07-16feat(tasks): add HTTP endpoints for task detail, update, and recurrencePeter Stone
2026-07-16feat(tasks): add periodic due-date check for recurring tasksPeter Stone
2026-07-16feat(tasks): create the next recurring iteration on completionPeter Stone
2026-07-16feat(tasks): add ComputeNextOccurrence for recurring task schedulingPeter Stone
2026-07-16feat(tasks): add recurrence columns and model fields for native tasksPeter Stone
2026-07-16Add implementation plan for task recurrence and detail popup editingPeter Stone
2026-07-16docs: clarify monthly rollover drift is permanent, and only affects day 29-31...Peter Stone
2026-07-16feat: add authenticated /docs viewer for superpowers specs/plansPeter Stone
2026-07-16docs: add design for task recurrence + detail popup editingPeter Stone
2026-07-16fix(widget): fix all-day alignment, drop duplicate TODAY, boost label legibil...Peter Stone
2026-07-16fix(widget): scale content font sizes down 5% across all text-size tiersPeter Stone
2026-07-16fix(widget): render multi-day starts/ends label at full opacityPeter Stone
2026-07-16docs: update worklog for widget regression fixes + multi-day eventsPeter Stone
2026-07-16feat(widget): show multi-day calendar events on every day they spanPeter Stone
2026-07-16feat(web): render multi-day event labels in the timeline templatePeter Stone
2026-07-16fix(web): account for Google Calendar's exclusive all-day end-datePeter Stone