• Joined on 2025-02-03
logan created branch fix/159-android-task-app-id in yonlu/yellowjacket 2026-08-20 18:35:40 +00:00
logan opened issue yonlu/yellowjacket#162 2026-08-20 18:17:21 +00:00
make android-emulator's boot wait can be satisfied by an unrelated attached device
logan commented on issue yonlu/yellowjacket#62 2026-08-20 18:07:00 +00:00
Android: the background-jobs popover is hidden behind other UI — make it a notification instead

The Direction sentence contradicts this issue's own blocker.

It ends "Sequence after the top-bar removal", but #57 (drop the top bar) carries a real Gitea dependency on #62, and #73's…

logan commented on issue yonlu/yellowjacket#159 2026-08-20 18:06:26 +00:00
wails3 task android:run:device uninstalls the released app (and the user's library) to install a differently-id'd build

Taking this on fix/159-android-task-app-id.

Approach, against the issue's three suggestions:

  • Derive the id from the built APK, not from a default. aapt dump badging on the artifact…
logan pushed to main at yonlu/yellowjacket 2026-08-20 17:18:21 +00:00
b741b01cdf Merge pull request 'Android: run main() once per process, not once per activity' (#161) from fix/52-android-activity-recreation-restarts-the-process into main
8a757c9bb4 docs(android): record the lifecycle model and the device check
d714bd7090 fix(android): keep the Go app alive when the activity is destroyed
d64b069053 fix(android): run main() once per process, not once per activity
Compare 4 commits »
logan closed issue yonlu/yellowjacket#52 2026-08-20 17:18:19 +00:00
Android: app crashes or restarts when reopened after running in the background
logan merged pull request yonlu/yellowjacket#161 2026-08-20 17:18:19 +00:00
Android: run main() once per process, not once per activity
logan commented on issue yonlu/yellowjacket#52 2026-08-20 17:07:48 +00:00
Android: app crashes or restarts when reopened after running in the background

Reproduced, diagnosed and fixed — PR #161. Runtime evidence, which this issue has never had, below.

The fault is deterministic; only the trigger is occasional. That is the whole of…

logan created pull request yonlu/yellowjacket#161 2026-08-20 17:06:26 +00:00
Android: run main() once per process, not once per activity
8a757c9bb4 docs(android): record the lifecycle model and the device check
d714bd7090 fix(android): keep the Go app alive when the activity is destroyed
d64b069053 fix(android): run main() once per process, not once per activity
Compare 3 commits »
logan opened issue yonlu/yellowjacket#160 2026-08-20 17:00:00 +00:00
Android: route slog to logcat, so the app can say why it is exiting
logan opened issue yonlu/yellowjacket#159 2026-08-20 16:59:44 +00:00
wails3 task android:run:device uninstalls the released app (and the user's library) to install a differently-id'd build
logan commented on issue yonlu/yellowjacket#52 2026-08-20 16:07:15 +00:00
Android: app crashes or restarts when reopened after running in the background

Claiming this. Branch: fix/52-android-activity-recreation-restarts-the-process.

Approach. The failure is reachable from committed source without a device, and I have traced it end to end…

logan pushed to main at yonlu/yellowjacket 2026-08-20 05:47:48 +00:00
5490b2423e Merge pull request 'Put the phone Now Playing button above the artwork' (#158) from fix/150-expand-button-under-the-art into main
ffc9490a32 fix(player): put the phone's Now Playing button above the artwork
Compare 2 commits »
logan closed issue yonlu/yellowjacket#150 2026-08-20 05:47:47 +00:00
e2e flake: phone-shell's now-playing click is intercepted by the cover placeholder
logan merged pull request yonlu/yellowjacket#158 2026-08-20 05:47:47 +00:00
Put the phone's Now Playing button above the artwork
logan pushed to fix/150-expand-button-under-the-art at yonlu/yellowjacket 2026-08-20 05:36:04 +00:00
ffc9490a32 fix(player): put the phone's Now Playing button above the artwork
dc6625d33a Merge pull request 'Centre the transport, and show the volume inline' (#155) from feat/42-inline-volume-and-centred-transport into main
dc8db159f9 feat(player): centre the transport and show the volume inline
Compare 3 commits »
logan pushed to main at yonlu/yellowjacket 2026-08-20 05:22:05 +00:00
dc6625d33a Merge pull request 'Centre the transport, and show the volume inline' (#155) from feat/42-inline-volume-and-centred-transport into main
dc8db159f9 feat(player): centre the transport and show the volume inline
Compare 2 commits »
logan merged pull request yonlu/yellowjacket#155 2026-08-20 05:22:04 +00:00
Centre the transport, and show the volume inline