Commit graph

23 commits

Author SHA1 Message Date
Simon Chan
8a521c8d93
refactor(adb): let backends deserialize packets by themselves for better optimization 2022-04-03 12:49:38 +08:00
Simon Chan
4c4580e2d7
fix: make direct sockets backend work again 2022-03-31 13:11:12 +08:00
Simon Chan
53bdf03531
refactor: simplify base64 methods and rewrite test 2022-03-22 18:16:43 +08:00
Simon Chan
d9212b4dac
feat: convert to Node.js compatible ES Module 2022-03-15 16:53:07 +08:00
Simon Chan
2ff723f488
chore: enable importsNotUsedAsValues 2022-03-15 15:06:56 +08:00
Simon Chan
8650537c66
refactor(adb): decouple auth from dispatcher 2022-03-03 16:15:56 +08:00
Simon Chan
96b5807691 feat: migrate to Uint8Array 2022-02-23 23:09:56 +08:00
Simon Chan
8c18523c8d chore: fix typos 2022-02-20 00:33:40 +08:00
Simon Chan
ef57682ec3 feat: migrate more things to streams 2022-02-17 18:26:03 +08:00
Simon Chan
b7725567a6 feat: migrate scrcpy to streams 2022-02-16 23:43:41 +08:00
Simon Chan
1a8891d4fc feat: rename childprocess to subprocess 2022-02-15 23:18:39 +08:00
Simon Chan
7f94da06e7 feat: move more things to stream 2022-02-15 18:42:30 +08:00
Simon Chan
e871f2aae2 chore: update dependencies 2022-02-06 00:15:23 +08:00
Simon Chan
f828191131 chore: fix build 2022-02-02 21:07:26 +08:00
Simon Chan
9d5c13930c chore: update package.json 2022-02-02 20:24:57 +08:00
Simon Chan
d67fb75585 doc: update README 2022-01-10 00:53:19 +08:00
Simon Chan
78397f8329 chore: create changelog for 0.0.10 2022-01-10 00:25:09 +08:00
Simon Chan
fb4f73ddec chore: enable noImplicitOverride 2022-01-09 22:54:50 +08:00
Simon Chan
5aeffeab8a chore: set esmodule for node.js 2022-01-08 19:13:06 +08:00
Simon Chan
222bce1739 refactor: adopt struct and backend changes 2022-01-08 19:12:49 +08:00
Simon Chan
6c9065bd73 chore: upgrade rush stack 2021-12-29 16:59:43 +08:00
Simon Chan
75e423de62 chore: update caniuse 2021-12-13 13:35:30 +08:00
Simon Chan
2e38ec5ce3 feat(demo): add UI for manually adding websocket backends 2021-12-12 22:53:18 +08:00