Commit graph

32 commits

Author SHA1 Message Date
Simon Chan
1486eed3cf
refactor(adb): simplify reading sync responses 2022-10-07 20:33:11 +08:00
Simon Chan
6887d8549f refactor(stream): move streams to new package 2022-06-26 02:36:38 +08:00
Simon Chan
3ffd42b6e4
fix(adb): prevent connection stall when cancel a socket
refs #419
2022-05-26 13:15:20 +08:00
Simon Chan
3c9f5b919d
chore: convert line ending to lf 2022-05-15 21:15:31 +08:00
Simon Chan
1ee03486a6
chore: a version can crash chrome 2022-05-14 17:03:38 +08:00
Simon Chan
32987b5f2b
feat(adb): improve connection close handling 2022-05-01 18:31:19 +08:00
Simon Chan
7a7f38b3b5
feat: correctly close adb connection 2022-04-30 21:45:14 +08:00
Simon Chan
c3a61f9b71
feat(bin): logcat binary format parsing
ref #359
2022-04-24 21:09:46 +08:00
Simon Chan
bb5e292a80
feat(demo): wip: add new packet log
ref #397
2022-04-11 01:50:43 +08:00
Simon Chan
67fcb5b05c
fix(adb): wrap streams must close inner stream first 2022-04-08 08:53:29 +08:00
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
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
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
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
96b5807691 feat: migrate to Uint8Array 2022-02-23 23:09:56 +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
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
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
7f94da06e7 feat: move more things to stream 2022-02-15 18:42:30 +08:00
Simon Chan
fb4f73ddec chore: enable noImplicitOverride 2022-01-09 22:54:50 +08:00
Simon Chan
2b63aa630a refactor(adb): remove text encoding from backend 2022-01-08 19:00:03 +08:00
Simon Chan
9217178222 feat(demo): add web codecs decoder 2021-08-24 15:35:44 +08:00
Simon Chan
d80288ec9b chore: experimental moving to rush 2021-05-14 15:31:59 +08:00
Renamed from packages/adb/src/socket/dispatcher.ts (Browse further)