Commit Graph

7 Commits

Author SHA1 Message Date
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
4d6a8fd86a Documentation. 2019-11-26 13:31:21 -05:00
df840dd0ab Tweaked docs. 2019-09-06 13:47:42 -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
d9316afe6b Update docs. 2019-09-06 11:06:04 -04:00
28ccd6d107 Rename to passgo and run go fmt. 2019-09-05 06:41:39 -04:00
9c711e9022 Add README.md. 2019-09-04 22:37:42 -04:00