| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-08 | Rewrite as Flutter app and rename to Quicklogmain | Paul 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-09 | Release v0.1.1 | Paul Buetow | |
| 2026-04-09 | docs: add Android share usage section | Paul Buetow | |
| 2026-04-09 | Add singleTask launch mode to ShareActivity | Paul Buetow | |
| 2026-04-09 | Add shared-text test coverage | Paul Buetow | |
| 2026-04-09 | Fix shared text cache cleanup | Paul Buetow | |
| 2026-04-09 | Handle auto-log shared text loading | Paul Buetow | |
| 2026-04-09 | Add auto-log shared text preference | Paul Buetow | |
| 2026-03-01 | Release v0.1.0: code quality audit — fix dialog bug, refactor, add tests | Paul 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-13 | Release v0.0.4: bump version. Note: Android share activity still not fully ↵ | Paul Buetow | |
| working; continued investigation needed. | |||
| 2025-09-13 | Android 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-09-13 | Simplify UI: remove Days/Tag/What menus; reorder bottom controls to 'Log ↵ | Paul Buetow | |
| text', 'Clear', 'Preferences', char count. Simplify Preferences to directory only. Add Magefile with build, run, clean, android, androidcross targets; make run verbose for debugging. | |||
| 2025-07-06 | jo | Paul Buetow | |
| 2025-07-06 | fix text input box | Paul Buetow | |
| 2025-05-18 | add more fields | Paul Buetow | |
| 2025-05-15 | fix version | Paul Buetow | |
| 2025-05-15 | improvements | Paul Buetow | |
| 2024-03-03 | fix link | Paul Buetow | |
| 2024-03-03 | link to blog | Paul Buetow | |
| 2024-03-02 | space it | Paul Buetow | |
| 2024-03-02 | add android screenshot | Paul Buetow | |
| 2024-03-02 | update readme | Paul Buetow | |
| 2024-01-26 | add icon | Paul Buetow | |
| 2024-01-26 | add FyneApp meta data | Paul Buetow | |
| 2024-01-25 | minor refactor | Paul Buetow | |
| 2024-01-25 | refactor | Paul Buetow | |
| 2024-01-25 | add build script | Paul Buetow | |
| 2024-01-25 | add screenshot | Paul Buetow | |
| 2024-01-25 | also add preferences menu | Paul Buetow | |
| 2024-01-25 | fix manifest | Paul Buetow | |
| 2024-01-25 | use timestamp in file name | Paul Buetow | |
| 2024-01-25 | add text wrap | Paul Buetow | |
| 2024-01-25 | initial preferences | Paul Buetow | |
| 2024-01-25 | use error dialog on error | Paul Buetow | |
| 2024-01-25 | focus input window | Paul Buetow | |
| 2024-01-24 | write md | Paul Buetow | |
| 2024-01-24 | can write to Notes/Vault | Paul Buetow | |
| 2024-01-23 | can write file to fs | Paul Buetow | |
| 2024-01-21 | change copyright holder to my real name | Paul Buetow | |
| 2024-01-21 | cropping logo | Paul Buetow | |
| 2024-01-21 | include small logo | Paul Buetow | |
| 2024-01-21 | add logo | Paul Buetow | |
| 2024-01-21 | initial quicklogger | Paul Buetow | |
| 2024-01-20 | Initial commit | Paul Buetow | |
