10 Commits

Author SHA1 Message Date
9ed4d3ef4f fix: replace panic with error return in execute(), fix Pull/Push/Reboot/Root targeting
- execute() no longer panics when adb is not found; returns ErrNotInstalled
- Use sync.Once for lazy adb path lookup instead of init()
- Fix Pull() checking src (device path) instead of dest (local path)
- Add ErrDestExists error for Pull destination conflicts
- Add -s serial flag to Push, Pull, Reboot, Root for multi-device support
- Root() now parses stdout to determine actual success
- Fix Shell() redundant variable redeclaration
- Fix 'inconsostency' typo in KillServer doc
- Add doc comments to all error variables
- Update Go 1.26.0 -> 1.26.1
- Add tests: ConnString, ShortenSleep, GetLength, JSON roundtrip,
  SequenceImporter.ToInput, insertSleeps, parseDevices edge cases,
  parseScreenResolution edge cases, filterErr
2026-03-14 06:33:10 +00:00
82d0a5934b Added Resolution type 2022-08-02 23:34:21 -07:00
3e348641d8 tap and swipe replay works 2022-08-02 23:12:35 -07:00
cab458ce53 Add get screen resolution code 2022-08-02 21:29:10 -07:00
2ae269d3c9 arbitrary exec example functional 2022-08-02 20:58:35 -07:00
ca83d818fe Adding code from twitch stream https://www.twitch.tv/videos/1548041732 2022-07-31 02:50:14 -07:00
21240911e3 Add apis for capture and replay of events 2022-07-17 20:40:33 -07:00
dc38b15f23 add longpress definition 2022-07-17 19:52:39 -07:00
5dde50c406 Adds placeholders for home, back, and other input events 2022-07-17 19:49:08 -07:00
22435135d8 Add stub for shell 2022-07-17 18:59:40 -07:00