Commit Graph

11 Commits

Author SHA1 Message Date
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
bf1709dc4c Convert to git.wow.st/gmp/clip for Darwin clipboard. 2019-10-01 13:54:35 -04:00
443cfa9919 Refactor platform-dependent code. 2019-09-10 12:28:20 -04: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
59a15849f3 Add password prompt code to GUI. 2019-09-06 11:43:14 -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