| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: sonarqube code smell fixesv3.1.4 | Christian Cleberg | 2026-04-13 | 1 | -5/+5 |
| | | |||||
| * | feat(theme): AMOLED true-black rows via themedRow() | Christian Cleberg | 2026-04-13 | 1 | -0/+8 |
| | | | | | | | | | | | Apply listRowBackground(Color.black) per row in AMOLED mode using ThemedRowStyle and themedRow() across Lists and Forms. Use themedList() for scroll/grouped backgrounds. Treat segmented and clear list rows with isAMOLED-aware listRowBackground where Color.clear was required. Removes reliance on UIKit appearance for list cells on iOS 16+. Implements: https://todo.sr.ht/~ccleberg/hutch/24 | ||||
| * | feat: redesign paste detail view as full-screen file viewer | Christian Cleberg | 2026-04-13 | 1 | -65/+235 |
| | | | | | | | | | | | | | Replaces the list-based layout with a full-screen viewer that matches the repository file tree pattern. File contents are now the primary focus using CodeFileTextView (line numbers, wrap toggle). A compact sticky header shows the filename, visibility badge, owner, date, and abbreviated hash. Paste metadata moves to a Details sheet accessible via the bottom toolbar. Duplicate share buttons are consolidated: link sharing lives in the ยทยทยท menu and content sharing is in the toolbar. Fixes: https://todo.sr.ht/~ccleberg/hutch/13 | ||||
| * | feat: add theme and high-density display modes | Christian Cleberg | 2026-04-12 | 1 | -0/+1 |
| | | | | | | Refs: https://todo.sr.ht/~ccleberg/hutch/24 Implements: https://todo.sr.ht/~ccleberg/hutch/25 | ||||
| * | fix: add nested comments to satisfy sonar rule swift:S1186 | Christian Cleberg | 2026-03-24 | 1 | -1/+3 |
| | | |||||
| * | feat: implement support for projects, lists, and pastes | Christian Cleberg | 2026-03-19 | 1 | -0/+288 |
