Commit Graph

8 Commits

Author SHA1 Message Date
edb38a6b85 Bump dependencies: gioui.org v0.10.2, fsnotify v1.8.0, go 1.24.
fsnotify v1.4.x's inotify_poller uses the legacy epoll_wait(2) syscall,
which is blocked by seccomp on x86_64 Android emulators (SIGSYS crash on
launch). v1.8.0 uses blocking reads on the inotify fd instead.

Also drop the unused git.wow.st/gmp/jni dependency.
2026-08-21 12:59:51 -04:00
ec0b64f5f5 Migrating to new Gio version (non-working version). 2020-08-31 17:03:07 -04:00
3163a75b93 Update to latest Gio release. Install a system font on Darwin to
get access to Unicode glyphs.
2019-12-18 14:01:05 -05:00
94cfbbeb41 Update Gio version. Working Android implementation. 2019-11-26 13:24:03 -05:00
a1d9ffa6c6 Improve handling of missing user-IDs. 2019-11-20 15:48:56 -05:00
e275ad6607 Add functionality to randomly generate passwords on the insert
page.
2019-10-01 18:22:38 -04:00
bf1709dc4c Convert to git.wow.st/gmp/clip for Darwin clipboard. 2019-10-01 13:54:35 -04:00
5402aba41b Add go.mod and pin to compatible version of Gio. 2019-09-24 10:18:01 -04:00