Commit Graph

14 Commits

Author SHA1 Message Date
4b74367a55 GUI: fix invisible text on Linux, tiny button hit-areas, missing labels.
Found by running and debugging the Linux build on a virtual display:

- impl_linux.go: set fontSize (16, like Darwin). It was only defined
  for the Android and Darwin builds, so on Linux every label and
  button was rendered at size zero (all text invisible).
- ui.go: extend the Button click area to the full button width, not
  just the label width. Short labels (e.g. a few characters in a
  full-width list row) had a tiny tap target that was easy to miss.
- main.go: set Color: black on the insert-page buttons (<, >, generate,
  @, #). A zero-value NRGBA has A=0 (transparent), so their labels
  were invisible even though the buttons worked.
- main.go: gofmt (modern operator spacing).
2026-08-21 13:48:14 -04:00
af1b878308 passgo package: modernize for go 1.24; reset store.Empty in GetStore.
- Update to //go:build tags, gofmt, and the android-35 javac template
  in //go:generate.
- GetStore: reset store.Empty when the store directory exists (it was
  only set true when the dir was missing, so a reconfigured store kept
  the stale 'Empty' state and showed the configure button).
- Rebuild PgpConnect.jar (android-35).
2026-08-21 13:00:04 -04:00
ea9b4b3861 Add cmd/passgo-gui files updated for Android implementation. 2019-11-20 14:30:43 -05:00
46c76ed065 Start of Android implementation. 2019-11-20 11:52:19 -05:00
12b57d263f go fmt 2019-09-10 11:36:03 -04:00
2c4c708b3a Re-arrange platform-dependent code. 2019-09-10 11:31:57 -04:00
09859ca0a9 Compatibility with gpg 2.0 -- call out to gpg commands (on Darwin)
if go openpgp is not compatibile with the local gpg installation.
2019-09-10 08:45:59 -04:00
b9e9373b04 Fix animation code. Retry GPG agent password prompt and clear
cache if the passphrase does not work.
2019-09-06 13:46:13 -04:00
59a15849f3 Add password prompt code to GUI. 2019-09-06 11:43:14 -04:00
e108a9b7a7 Add configuration file and UI, and animated overlay when passwords
are copied to the clipboard.
2019-09-06 10:45:18 -04:00
28ccd6d107 Rename to passgo and run go fmt. 2019-09-05 06:41:39 -04:00
fc7a4c272e Improve comments, tweak default password prompt function. 2019-09-04 22:44:47 -04:00
9c711e9022 Add README.md. 2019-09-04 22:37:42 -04:00
e8a4ad031b Initial commit 2019-09-04 22:19:39 -04:00