Commit f474f07
authored
feat: unify gesture planning and multi-touch execution (#1212)
* feat: unify gesture planning and multi-touch execution
* fix: correct unified gesture helper behavior
* refactor: tighten unified gesture architecture
* fix: preserve gesture routing contracts
* test: account for fresh gesture viewport
* refactor: remove retired gesture series
* fix: preserve example app navigation targets
* test: reconcile unified gestures with helper ownership
* docs: update Android helper gesture protocol
* fix: refresh Maestro percentage swipe frames
* refactor: remove stale Maestro frame cache
* fix: harden unified gesture execution
* fix: model gesture viewport in providers
* refactor: remove legacy gesture paths
* fix: remove unused swipe preset parser
* refactor: tighten unified gesture boundaries
* fix: close gesture review gaps
* fix: preserve gesture compatibility contracts
* fix: preserve multi-touch recording semantics
* fix: refresh Apple runner state after app relaunch
* test: lock Apple fling fallback route
* fix: close Apple runner review gaps
* refactor: tighten unified gesture seams
* refactor: consolidate gesture planning policy
* fix: preserve swipe response compatibility
* fix: keep gesture lab aligned with replay coordinates1 parent 4e06304 commit f474f07
156 files changed
Lines changed: 6082 additions & 4546 deletions
File tree
- .github/workflows
- android-multitouch-helper
- src
- main/java/com/callstack/agentdevice/multitouchhelper
- test/java/com/callstack/agentdevice/multitouchhelper
- apple-runner/AgentDeviceRunner/AgentDeviceRunnerUITests
- docs/adr
- examples/test-app
- replays
- src/screens
- scripts
- src
- __tests__
- cli-schema
- client
- cli/parser
- __tests__
- cloud-webdriver
- commands
- __tests__
- batch
- cli-grammar
- interaction
- runtime
- __tests__/test-utils
- compat/maestro
- __tests__
- contracts
- core
- __tests__
- command-descriptor
- __tests__
- interactors
- platform-plugin/__tests__
- daemon
- __tests__
- handlers
- __tests__
- server
- kernel
- mcp/__tests__
- platforms
- android
- __tests__
- apple
- core
- __tests__
- runner
- replay
- __tests__
- test
- integration/provider-scenarios
- skillgym/suites
- website/docs/docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
59 | 71 | | |
60 | 72 | | |
61 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
22 | 31 | | |
23 | 32 | | |
24 | 33 | | |
| |||
30 | 39 | | |
31 | 40 | | |
32 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
33 | 47 | | |
34 | 48 | | |
35 | 49 | | |
36 | 50 | | |
37 | | - | |
| 51 | + | |
38 | 52 | | |
39 | 53 | | |
40 | 54 | | |
| 55 | + | |
| 56 | + | |
41 | 57 | | |
0 commit comments