• Joined on 2025-02-03
logan merged pull request yonlu/yellowjacket#201 2026-08-22 05:54:48 +00:00
Android touch model, phases 2-4: swipe to queue, and the other three lists
logan pushed to main at yonlu/yellowjacket 2026-08-22 05:54:48 +00:00
ee1d8b3179 Merge pull request 'Android touch model, phases 2-4: swipe to queue, and the other three lists' (#201) from 63-touch-model-phase-2 into main
29feb4b94b feat(android): the touch model reaches the other three lists
4e667759c4 feat(android): swipe a track row right to queue it
Compare 3 commits »
logan closed issue yonlu/yellowjacket#63 2026-08-22 05:54:48 +00:00
Android: touch gestures for track lists — swipe to queue, tap to play, long-press to multi-select, double-tap for the menu
logan commented on issue yonlu/yellowjacket#63 2026-08-22 05:43:40 +00:00
Android: touch gestures for track lists — swipe to queue, tap to play, long-press to multi-select, double-tap for the menu

Phases 2, 3 and 4 are in PR #201, which finishes this. Phase 1 was #199. The plan has moved to .planning/plans/completed/019-android-touch-model.md.

Three things worth having on the issue…

logan created pull request yonlu/yellowjacket#201 2026-08-22 05:42:19 +00:00
Android touch model, phases 2-4: swipe to queue, and the other three lists
logan created branch 63-touch-model-phase-2 in yonlu/yellowjacket 2026-08-22 05:41:45 +00:00
logan pushed to 63-touch-model-phase-2 at yonlu/yellowjacket 2026-08-22 05:41:45 +00:00
29feb4b94b feat(android): the touch model reaches the other three lists
4e667759c4 feat(android): swipe a track row right to queue it
Compare 2 commits »
logan opened issue yonlu/yellowjacket#200 2026-08-22 05:34:00 +00:00
A dismissible surface should answer the back gesture, and the shell should own that
logan commented on issue yonlu/yellowjacket#63 2026-08-22 04:36:58 +00:00
Android: touch gestures for track lists — swipe to queue, tap to play, long-press to multi-select, double-tap for the menu

Phase 1 landed (PR #199, merged as ff3875b): tap plays, hold selects. The design is .planning/plans/active/019-android-touch-model.md; #63 stays open and claimed for phases 2–4.

**The…

logan pushed to main at yonlu/yellowjacket 2026-08-22 04:36:39 +00:00
ff3875b55d Merge pull request 'Android touch model, phase 1: tap to play, hold to select' (#199) from 63-android-touch-model into main
76e1c444cc feat(android): tap to play, hold to select
Compare 2 commits »
logan merged pull request yonlu/yellowjacket#199 2026-08-22 04:36:37 +00:00
Android touch model, phase 1: tap to play, hold to select
logan pushed to 63-android-touch-model at yonlu/yellowjacket 2026-08-22 04:23:53 +00:00
76e1c444cc feat(android): tap to play, hold to select
4f32d4e13c Merge pull request 'Android: raise every remaining control to the 44px touch floor' (#198) from 186-touch-targets-settings into main
Compare 2 commits »
logan created pull request yonlu/yellowjacket#199 2026-08-22 04:09:58 +00:00
Android touch model, phase 1: tap to play, hold to select
logan pushed to 63-android-touch-model at yonlu/yellowjacket 2026-08-22 04:09:28 +00:00
6cf19b92e1 feat(android): tap to play, hold to select
logan created branch 63-android-touch-model in yonlu/yellowjacket 2026-08-22 04:09:28 +00:00
logan commented on issue yonlu/yellowjacket#63 2026-08-22 03:50:15 +00:00
Android: touch gestures for track lists — swipe to queue, tap to play, long-press to multi-select, double-tap for the menu

Taking this. Branch: 63-android-touch-model. The Direction asks for the interaction model to be designed as one piece first, so that is .planning/plans/active/019-android-touch-model.md and…

logan pushed to main at yonlu/yellowjacket 2026-08-22 03:22:18 +00:00
4f32d4e13c Merge pull request 'Android: raise every remaining control to the 44px touch floor' (#198) from 186-touch-targets-settings into main
4f628b1f52 fix(ui): raise the last controls below the touch floor
2100f0022f fix(settings): raise every Settings control to the touch floor
Compare 3 commits »
logan merged pull request yonlu/yellowjacket#198 2026-08-22 03:22:16 +00:00
Android: raise every remaining control to the 44px touch floor
logan closed issue yonlu/yellowjacket#186 2026-08-22 03:22:16 +00:00
Android: every control that is not the transport is below the 44px touch floor
logan commented on issue yonlu/yellowjacket#186 2026-08-22 03:21:56 +00:00
Android: every control that is not the transport is below the 44px touch floor

Second pass landed in PR #198, and it closes this out: Settings, then the rest of the second table.

Settings was 120 controls, not 93. Swept on the device with all eleven config-sections…