• Joined on 2026-02-16
hugo closed issue hugo/Gotcha#68 2026-08-15 13:10:57 +00:00
the tui should designate different activity-types with icons
hugo commented on issue hugo/Gotcha#68 2026-08-15 13:10:46 +00:00
the tui should designate different activity-types with icons

Implemented in e5131f6.

  • Added distinct colored Unicode icons for repository, issue, pull request, branch, tag, push/commit, and release activities.
  • Home activity rows now resolve and cache…
hugo pushed to main at hugo/Gotcha 2026-08-15 13:10:26 +00:00
e5131f663c Add activity type icons to the TUI (#68)
hugo closed issue hugo/Gotcha#67 2026-08-15 12:30:22 +00:00
the project needs a proper release pipeline for the cli and tui
hugo commented on issue hugo/Gotcha#67 2026-08-15 12:30:15 +00:00
the project needs a proper release pipeline for the cli and tui

Implemented in bac15ab.

  • Added a tag-triggered, draft-first Gitea Actions release workflow modeled on IronStorage's proven pipeline.
  • Cross-builds gotcha and gotcha-tui for Darwin…
hugo pushed to main at hugo/Gotcha 2026-08-15 12:29:00 +00:00
bac15ab34a Add tagged CLI and TUI releases (#67)
hugo closed issue hugo/Gotcha#64 2026-08-15 12:21:46 +00:00
provide notifications in the UI of the iPhone App
hugo commented on issue hugo/Gotcha#64 2026-08-15 12:21:38 +00:00
provide notifications in the UI of the iPhone App

Completed in ced28ba.

  • Added native Open/Closed notification lists behind the Home bell, paginated server loading, read transitions, and routing to repository, issue, pull-request, and commit…
hugo pushed to main at hugo/Gotcha 2026-08-15 12:21:14 +00:00
ced28ba1e6 Add native iOS notifications (#64)
hugo opened issue hugo/Gotcha#71 2026-08-15 11:20:43 +00:00
Notification Settings opens the Settings root instead of Gotcha notifications
hugo commented on issue hugo/Gotcha#64 2026-08-15 11:15:02 +00:00
provide notifications in the UI of the iPhone App

@hugo Notification delivery verification for issue #64: this mention is intentionally generated to validate Gotcha's real background polling, native local notification delivery, and tap routing in…

hugo reopened issue hugo/Gotcha#64 2026-08-15 11:07:20 +00:00
provide notifications in the UI of the iPhone App
hugo closed issue hugo/Gotcha#64 2026-08-15 10:57:19 +00:00
provide notifications in the UI of the iPhone App
hugo commented on issue hugo/Gotcha#64 2026-08-15 10:56:54 +00:00
provide notifications in the UI of the iPhone App

Implemented in 8ba7f5a.

  • Added typed Gitea/Forgejo notification listing, incremental polling, pagination, read transitions, target resolution, per-server cursors, and resilient polling across…
hugo pushed to main at hugo/Gotcha 2026-08-15 10:54:13 +00:00
8ba7f5ad39 Add native iOS notifications (#64)
hugo opened issue hugo/IronStorage#86 2026-08-15 10:10:26 +00:00
make the desktop app darker - the theme should align with how RuDS is doing it
hugo closed issue hugo/Gotcha#66 2026-08-15 10:07:31 +00:00
back on details from the homescreen should go back to the homescreen
hugo commented on issue hugo/Gotcha#66 2026-08-15 10:07:24 +00:00
back on details from the homescreen should go back to the homescreen

Implemented in 69d1709.

  • Home activity destinations now stay on the Home navigation stack, so native Back returns to Home instead of an unrelated overview tab.
  • Milestone issue and pull-reques…
hugo pushed to main at hugo/Gotcha 2026-08-15 10:06:53 +00:00
69d1709523 Preserve detail navigation origin (#66)
hugo commented on issue hugo/Gotcha#62 2026-08-15 09:57:46 +00:00
Directories with spaces in the name break

Follow-up deployment policy correction:

  • Commit 2f5269a updates AGENTS.md, README.md, and TESTING.md so issue work validates iOS changes in the simulator.
  • Physical iPhone installs and…