• Joined on 2025-02-03
logan commented on issue yonlu/yellowjacket#135 2026-08-21 23:33:29 +00:00
Android: static popping during playback

Listened to on the device by the reporter. The symptom does not reproduce, in two conditions, and the instrument agrees.

Following the comment above, which counted the underruns and…

logan pushed to main at yonlu/yellowjacket 2026-08-21 22:25:54 +00:00
1668b9e0d2 Merge pull request 'Android: a seek bar you can actually hit, and the phone rule that never applied' (#193) from 187-seek-bar-hit-area into main
ec64dbded0 fix(player): give the seek bar a thumb-sized hit area
Compare 2 commits »
logan merged pull request yonlu/yellowjacket#193 2026-08-21 22:25:52 +00:00
Android: a seek bar you can actually hit, and the phone rule that never applied
logan closed issue yonlu/yellowjacket#187 2026-08-21 22:25:52 +00:00
Android: the seek bar's drag target is 6px tall
logan created pull request yonlu/yellowjacket#193 2026-08-21 22:13:13 +00:00
Android: a seek bar you can actually hit, and the phone rule that never applied
logan pushed to 187-seek-bar-hit-area at yonlu/yellowjacket 2026-08-21 22:12:53 +00:00
ec64dbded0 fix(player): give the seek bar a thumb-sized hit area
logan created branch 187-seek-bar-hit-area in yonlu/yellowjacket 2026-08-21 22:12:53 +00:00
logan commented on issue yonlu/yellowjacket#187 2026-08-21 22:00:09 +00:00
Android: the seek bar's drag target is 6px tall

Taking this. Branch 187-seek-bar-hit-area.

One correction before starting, because it changes what the fix is. The Findings say the thickening below the phone breakpoint "is real but stops…

logan pushed to main at yonlu/yellowjacket 2026-08-21 21:43:39 +00:00
dad852a8a0 Merge pull request 'Explore: two things that have not worked since plan 013, and the temp directory Android never had' (#192) from 189-190-explore-correctness into main
30c6b665f1 fix(system): give the process a temp directory that exists
d034d6e571 fix(explore): resolve pending release MBIDs against the real table
Compare 3 commits »
logan closed issue yonlu/yellowjacket#190 2026-08-21 21:43:38 +00:00
Android: SQLite has no temp directory, so the champion index never builds
logan merged pull request yonlu/yellowjacket#192 2026-08-21 21:43:38 +00:00
Explore: two things that have not worked since plan 013, and the temp directory Android never had
logan closed issue yonlu/yellowjacket#189 2026-08-21 21:43:38 +00:00
release-group MBID backfill queries a table renamed away in plan 013
logan pushed to 189-190-explore-correctness at yonlu/yellowjacket 2026-08-21 21:24:13 +00:00
30c6b665f1 fix(system): give the process a temp directory that exists
d034d6e571 fix(explore): resolve pending release MBIDs against the real table
Compare 2 commits »
logan created branch 189-190-explore-correctness in yonlu/yellowjacket 2026-08-21 21:24:13 +00:00
logan created pull request yonlu/yellowjacket#192 2026-08-21 21:24:13 +00:00
Explore: two things that have not worked since plan 013, and the temp directory Android never had
logan commented on issue yonlu/yellowjacket#190 2026-08-21 21:12:15 +00:00
Android: SQLite has no temp directory, so the champion index never builds

Taking this together with #189 on 189-190-explore-correctness.

Going with direction (1), TMPDIR, over PRAGMA temp_store = MEMORY: it fixes the class rather than the statement, and it covers…

logan commented on issue yonlu/yellowjacket#189 2026-08-21 21:12:09 +00:00
release-group MBID backfill queries a table renamed away in plan 013

Taking this together with #190 on 189-190-explore-correctness. Both are Explore correctness, both surfaced in the same minute of logcat after #160, and both are "supposed to work, doesn't"…

logan commented on issue yonlu/yellowjacket#73 2026-08-21 20:48:40 +00:00
Roadmap: suggested order for the desktop + Android backlog (#5–#72)

#160 is done (PR #191, merged as 25ea1f3), and the reorder argued above paid off in a way worth recording against the sequence, because it changes what the next person should do.

**#160…

logan closed issue yonlu/yellowjacket#160 2026-08-21 20:47:45 +00:00
Android: route slog to logcat, so the app can say why it is exiting
logan merged pull request yonlu/yellowjacket#191 2026-08-21 20:47:45 +00:00
Android: make the app say what it is doing, then count what the audio path misses