passgo/cmd/passgo-gui
Greg Pomerantz 349445219b Android: reliable build script; GUI: fix list not drawn until first tap.
scripts/build.sh (documented in README) builds, manifest-patches
( MANAGE_EXTERNAL_STORAGE ), signs and installs the APK in one go.
Without the permission the system 'All files access' toggle is grayed
out on Android 11+.

GUI fix: the event loop only checks the 'updated' channel when it is
not blocked in w.Event(), and gioui only emits frames on invalidation
or user input, so the initial list load was never drawn until a tap.
The updater now signals non-blocking and invalidates the window itself;
the animation ticker gets the same wake-up treatment.
2026-08-24 09:23:41 -04:00
..
impl_android.go Android: launch the 'All files access' settings screen at startup. 2026-08-21 14:44:38 -04:00
impl_darwin.go Complete the Gio v0.10.2 GUI migration (working on Android). 2026-08-21 13:00:35 -04:00
impl_linux.go GUI: fix invisible text on Linux, tiny button hit-areas, missing labels. 2026-08-21 13:48:14 -04:00
impl_others.go Complete the Gio v0.10.2 GUI migration (working on Android). 2026-08-21 13:00:35 -04:00
log.go Rename to passgo and run go fmt. 2019-09-05 06:41:39 -04:00
main.go Android: reliable build script; GUI: fix list not drawn until first tap. 2026-08-24 09:23:41 -04:00
ui.go GUI: fix invisible text on Linux, tiny button hit-areas, missing labels. 2026-08-21 13:48:14 -04:00