index
:
quicklogger
main
This is a tiny Android (cross-platform really) App written in Go using the Fyne framework to quickly log a message to a file.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
Age
Commit message (
Expand
)
Author
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
v0.1.0
Paul Buetow
2025-09-13
Android share integration: add overlay manifest and ShareActivity, move Java ...
Paul Buetow
2025-09-13
Simplify UI: remove Days/Tag/What menus; reorder bottom controls to 'Log text...
Paul Buetow
2025-07-06
fix text input box
Paul Buetow
2025-05-18
add more fields
Paul Buetow
2025-05-15
improvements
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
also add preferences menu
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
initial quicklogger
Paul Buetow