summaryrefslogtreecommitdiff
path: root/main_test.go
AgeCommit message (Collapse)Author
2026-04-09Add shared-text test coveragePaul Buetow
2026-04-09Fix shared text cache cleanupPaul Buetow
2026-04-09Handle auto-log shared text loadingPaul Buetow
2026-03-01Release v0.1.0: code quality audit — fix dialog bug, refactor, add testsv0.1.0Paul Buetow
- Fix per-keystroke dialog storm when text exceeds maxTextLength - Extract logEntry() for testable persistence with filepath.Join - Extract newInputWidget() and deduplicate shared-text loading - Rename appId to appID per Go naming conventions - Delete unused debugSharedPath function - Add error distinction in readSharedFromCache (log real errors) - Fix ANDORID_NDK_HOME typo to ANDRIOD_NDK_HOME in Magefile - Run gofmt, go mod tidy; promote defaultDirectory to const - Add unit tests for logEntry and readSharedFromCache stub Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>