• Joined on 2026-02-16
hugo commented on issue hugo/Gotcha#17 2026-07-31 10:26:43 +00:00
little filter icons on the home screen to filter the activities by types

Implemented in 5e00c10. Home now has compact, borderless clock, issue, pull-request, and milestone icons that filter recent activity, show a native empty state, and expose selection to VoiceOver.…

hugo closed issue hugo/Gotcha#17 2026-07-31 10:26:43 +00:00
little filter icons on the home screen to filter the activities by types
hugo pushed to main at hugo/Gotcha 2026-07-31 10:26:14 +00:00
5e00c108a4 Add home activity filters
hugo opened issue hugo/Gotcha#18 2026-07-31 10:21:59 +00:00
the issue state (open/closed) must be shown beside the title
hugo opened issue hugo/Gotcha#17 2026-07-31 10:09:59 +00:00
little filter icons on the home screen to filter the activities by types
hugo pushed to main at hugo/Gotcha 2026-07-31 10:07:53 +00:00
9fc9e3f13c Document UI release verification
hugo closed issue hugo/Gotcha#5 2026-07-31 10:03:22 +00:00
repository view should have two modes - history and files
hugo commented on issue hugo/Gotcha#5 2026-07-31 10:03:18 +00:00
repository view should have two modes - history and files

Completed the Markdown file-view follow-up in 50bb8f9. Markdown files now open in a rendered GitHub-flavored preview by default, with an accessible Preview/Source segmented control; Source reuses…

hugo pushed to main at hugo/Gotcha 2026-07-31 10:02:49 +00:00
50bb8f94c2 Add Markdown file previews
hugo reopened issue hugo/Gotcha#5 2026-07-31 09:54:22 +00:00
repository view should have two modes - history and files
hugo closed issue hugo/Gotcha#5 2026-07-31 09:49:20 +00:00
repository view should have two modes - history and files
hugo commented on issue hugo/Gotcha#5 2026-07-31 09:49:16 +00:00
repository view should have two modes - history and files

Corrected the scrolling renderer in 178094f. Root cause: the previous UITextView had a 629 pt scroll range but retained a 402 pt tiled drawing surface, causing blank/black areas and delayed text…

hugo pushed to main at hugo/Gotcha 2026-07-31 09:49:00 +00:00
178094fd0f Fix source view rendering while scrolling
hugo reopened issue hugo/Gotcha#5 2026-07-31 09:43:33 +00:00
repository view should have two modes - history and files
hugo closed issue hugo/Gotcha#5 2026-07-31 09:40:13 +00:00
repository view should have two modes - history and files
hugo commented on issue hugo/Gotcha#5 2026-07-31 09:40:09 +00:00
repository view should have two modes - history and files

Corrected in f85f955 using the native UIKit/TextKit path documented by Apple: a selectable UITextView backed by NSTextStorage/NSTextContainer, explicit clipping instead of the default word…

hugo pushed to main at hugo/Gotcha 2026-07-31 09:40:01 +00:00
f85f955a41 Fix horizontal source scrolling
hugo reopened issue hugo/Gotcha#5 2026-07-31 09:27:13 +00:00
repository view should have two modes - history and files
hugo closed issue hugo/Gotcha#5 2026-07-31 09:26:53 +00:00
repository view should have two modes - history and files
hugo commented on issue hugo/Gotcha#5 2026-07-31 09:26:48 +00:00
repository view should have two modes - history and files

Implemented in 7b2b431: added a native History/Files selector, UIKit navigation-controller folder traversal, HighlighterSwift 3.1.0 with explicit language mapping and automatic detection,…