summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2026-05-08Rewrite as Flutter app and rename to QuicklogmainPaul Buetow
Drop the Go/Fyne implementation and replace it with a native Flutter app targeting Android (primary) and Linux desktop (development). Rename quicklogger -> quicklog throughout (project, applicationId, MethodChannel, cache filename, AppBar title, Linux binary). Storage on Android moves to /Android/data/org.buetow.quicklog/files/ so MANAGE_EXTERNAL_STORAGE is no longer required. Share-intent receive is preserved via a Kotlin ShareActivity that writes shared text to the app cache, which Dart reads through a MethodChannel on app resume; MainActivity also accepts SEND directly so launchers that prefer the main target work. New since the Fyne version: an entry browser screen with read-only viewer and long-press delete. Cross-compiling to Android ARM from amd64 Linux no longer needs Docker / fyne-cross / NDK -- flutter build apk emits ARM binaries directly. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-09docs: add Android share usage sectionPaul Buetow
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-05-15improvementsPaul Buetow
2024-03-03fix linkPaul Buetow
2024-03-03link to blogPaul Buetow
2024-03-02space itPaul Buetow
2024-03-02add android screenshotPaul Buetow
2024-03-02update readmePaul Buetow
2024-01-25add screenshotPaul Buetow
2024-01-21include small logoPaul Buetow
2024-01-21add logoPaul Buetow
2024-01-20Initial commitPaul Buetow