summaryrefslogtreecommitdiff
path: root/FyneApp.toml
AgeCommit message (Collapse)Author
2026-04-09Release v0.1.1v0.1.1mainPaul 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-13Release v0.0.4: bump version. Note: Android share activity still not fully ↵v0.0.4Paul Buetow
working; continued investigation needed.
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.
2025-07-06jov0.0.3Paul Buetow
2025-07-06fix text input boxPaul Buetow
2025-05-18add more fieldsPaul Buetow
2025-05-15fix versionv0.0.2Paul Buetow
2025-05-15improvementsPaul Buetow
2024-03-02update readmePaul Buetow
2024-01-26add iconPaul Buetow
2024-01-26add FyneApp meta dataPaul Buetow