Commit graph

597 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
38a76a2e0c
fix(adb): handle connection lost 2022-04-02 19:09:04 +08:00
Simon Chan
6013cf9f62
fix(demo): use new method to get file type icons 2022-04-02 11:40:01 +08:00
Simon Chan
4c4580e2d7
fix: make direct sockets backend work again 2022-03-31 13:11:12 +08:00
Simon Chan
4f4096444e
chore: fix build 2022-03-31 09:50:00 +08:00
Simon Chan
3ad875d75c
test: add tests for transform streams 2022-03-23 10:26:13 +08:00
Simon Chan
53bdf03531
refactor: simplify base64 methods and rewrite test 2022-03-22 18:16:43 +08:00
Simon Chan
5bab6a4ecb
feat: try with web streams polyfill 2022-03-18 18:22:49 +08:00
Simon Chan
92ba8deafd
chore: performance optimization 2022-03-17 18:18:54 +08:00
Simon Chan
d9212b4dac
feat: convert to Node.js compatible ES Module 2022-03-15 16:53:07 +08:00
Simon Chan
730aac8da2
chore: disable importsNotUsedAsValues 2022-03-15 16:10:18 +08:00
Simon Chan
bc9bc49e8c
refactor: impl AdbSocket using internal marks 2022-03-15 15:17:35 +08:00
Simon Chan
e36de01d39
refactor: remove AdbSocket 2022-03-15 15:14:33 +08:00
Simon Chan
2ff723f488
chore: enable importsNotUsedAsValues 2022-03-15 15:06:56 +08:00
Simon Chan
b287340ac9
refactor: remove AdbLogger 2022-03-05 04:55:39 +08:00
Simon Chan
3322e643d6
refactor(adb): remove onPacket from AdbPacketDispatcher 2022-03-04 16:55:57 +08:00
Simon Chan
8650537c66
refactor(adb): decouple auth from dispatcher 2022-03-03 16:15:56 +08:00
Simon Chan
a92d80951b
refactor: optimize streams 2022-03-01 15:19:34 +08:00
Simon Chan
f4016df906 refactor: optimize stream usage 2022-02-27 23:13:18 +08:00
Simon Chan
df2f104d07 refactor: create duplex stream factory 2022-02-25 18:09:51 +08:00
Simon Chan
e5d85740a5 fix(adb): socket close 2022-02-24 18:44:04 +08:00
Simon Chan
36d44243cc doc(struct): update README 2022-02-24 18:25:07 +08:00
Simon Chan
943aa96cab chore: add FIXME 2022-02-23 23:45:43 +08:00
Simon Chan
f764a16285 chore: fix typos 2022-02-23 23:42:25 +08:00
Simon Chan
96b5807691 feat: migrate to Uint8Array 2022-02-23 23:09:56 +08:00
Simon Chan
cb988f5563 wip: migrate struct to Uint8Array 2022-02-23 18:31:00 +08:00
Simon Chan
014145f775 feat(adb): start converting to Uint8Array 2022-02-23 18:14:59 +08:00
Simon Chan
a7e259c5ad fix(scrcpy): first usable version 2022-02-23 17:04:27 +08:00
Simon Chan
fbc00e6914 chore: update rush 2022-02-23 17:04:27 +08:00
Simon Chan
90f021c358 fix(scrcpy): don't specify video configuration when using WebCodecs
related to #379
2022-02-23 17:04:25 +08:00
Simon Chan
8c18523c8d chore: fix typos 2022-02-20 00:33:40 +08:00
Simon Chan
5aab894875 doc(adb): add note about top-level await 2022-02-19 22:41:21 +08:00
Simon Chan
5bc3d49334 fix: fix issues in stream state 2022-02-18 18:19:28 +08:00
Simon Chan
2a5843eb20 feat: stream migrate done 2022-02-18 11:36:10 +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
8b78c9c331 feat: use more pipes 2022-02-16 18:09:20 +08:00
Simon Chan
86d518fdab feat: migrate scrcpy to streams 2022-02-15 23:55:03 +08:00
Simon Chan
1a8891d4fc feat: rename childprocess to subprocess 2022-02-15 23:18:39 +08:00
Simon Chan
443190e22a doc: update JSDoc 2022-02-15 20:57:50 +08:00
Simon Chan
7f94da06e7 feat: move more things to stream 2022-02-15 18:42:30 +08:00
Simon Chan
68774620c3 refactor(adb): add web streams fallback detection 2022-02-15 00:13:51 +08:00
Simon Chan
6398ad86cd feat(bin): finish bugreport/z 2022-02-11 11:23:22 +08:00
Simon Chan
3a56fe5081 feat(bin): add initial bugreportz support 2022-02-10 16:01:45 +08:00
Simon Chan
67738d206e refactor(bin): extract settings wrapper 2022-02-09 18:38:26 +08:00
Simon Chan
0d0fd8d759 refactor(bin): extract settings wrapper 2022-02-09 18:35:29 +08:00
Simon Chan
41a9565eeb refactor(bin): move demo mode to new package 2022-02-09 18:32:56 +08:00
Simon Chan
daf726f2e0 fix(demo): public folder base path v3 2022-02-09 16:56:20 +08:00
Simon Chan
fce1dd7378 fix(demo): public folder base path v2 2022-02-09 16:43:21 +08:00
Simon Chan
bbd3329734 fix(demo): public folder base path 2022-02-09 16:34:09 +08:00