Commit Graph

29 Commits

Author SHA1 Message Date
f11c4f45d7 Merge pull request #1 from taigrr/cd/modernize
chore: modernize Go 1.16→1.26, fix staticcheck, add CI
2026-02-23 14:40:59 -05:00
e87a194267 ci: add GitHub Actions test workflow 2026-02-23 18:07:29 +00:00
2b1116d920 refactor: remove unused const and var to pass staticcheck
- Remove unused 'killed' const in util.go
- Remove unused 'command' var in examples/injection/main.go
2026-02-23 18:07:29 +00:00
2a47181ccf chore(deps): update Go 1.16->1.26, update google/shlex 2026-02-23 18:07:29 +00:00
810a431a8e add USB conn support explicitly v0.1.0 2023-01-13 16:18:38 -08:00
ed8cf8cb95 Add multidevice support to eventcapture, complete bubbletea UI for tapRec example 2022-08-03 18:29:19 -07:00
08c76ed2c8 in-progress of json export feature 2022-08-03 12:06:23 -07:00
bd95244314 Added screen resolution to tapsequence 2022-08-02 23:37:20 -07: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
0bf89f9a2d Added todo for updates to example code 2022-08-02 21:00:33 -07:00
2ae269d3c9 arbitrary exec example functional 2022-08-02 20:58:35 -07:00
0dddd8ca09 add more unit tests to parseDevices 2022-08-02 20:16:09 -07:00
ca83d818fe Adding code from twitch stream https://www.twitch.tv/videos/1548041732 2022-07-31 02:50:14 -07:00
e5068d7b3f create stub for adb push 2022-07-27 02:26:23 -07:00
d17e55a04f Add captureEvents func + new error types + methods 2022-07-27 02:13:35 -07:00
72edfb6fd3 update capture to compile 2022-07-20 17:39:45 -07:00
48fe00b0b8 in-progress adding start and end times to events for sleep calculations 2022-07-20 14:43:39 -07:00
c0c37a203b add getEventSlices 2022-07-19 21:00:13 -07:00
a0a4684c95 merge 2022-07-19 17:50:10 -07:00
674b639850 in progress on capture implementation 2022-07-17 23:31:58 -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
395825dc54 Update README.md 2022-07-17 18:53:12 -07:00
eda802a6dc Create stubs for first few functions 2022-07-17 18:50:48 -07:00
bd19dbaede Adding README and LICENSE 2022-07-17 18:07:52 -07:00