summaryrefslogtreecommitdiff
path: root/android_shared_stub.go
AgeCommit message (Collapse)Author
2026-04-09Fix shared text cache cleanupPaul 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>
2025-09-13Android share integration: add overlay manifest and ShareActivity, move Java ↵Paul Buetow
to android/src/main/java for fyne-cross merge; read shared text from UserCacheDir; load on startup and foreground. Update README for Mage usage.