Commit graph

174 commits

Author SHA1 Message Date
Simon Chan
b5f58227fd
refactor(scrcpy): small optimizations 2023-01-20 20:43:43 +08:00
Simon Chan
9fc6360032
doc: update README and comments 2023-01-20 14:03:09 +08:00
Simon Chan
ed04614a1e
chore: update license year 2023-01-13 02:02:31 +08:00
Simon Chan
259cdefcb2
chore: upgrade to official eslint-plugin-import 2023-01-13 01:20:23 +08:00
Simon Chan
171c5fc73e
chore: update dependencies 2023-01-05 00:39:50 +08:00
Simon Chan
a3cef92d02
fix(struct): parse int32 and uint32 2022-12-29 00:17:18 +08:00
Simon Chan
a066bb4482
feat(scrcpy): support Scrcpy 1.25 2022-12-23 03:59:22 +08:00
Simon Chan
aa033e4de6
chore: integrate ESLint 2022-12-22 01:42:24 +08:00
Simon Chan
ccb9d32def
chore: update jest config 2022-11-16 00:42:53 +08:00
Simon Chan
879ffcbb19
chore: upgrade dependencies 2022-11-12 20:49:08 +08:00
Simon Chan
b157c686d8
v0.0.17 2022-10-18 17:46:19 +08:00
Simon Chan
1486eed3cf
refactor(adb): simplify reading sync responses 2022-10-07 20:33:11 +08:00
Simon Chan
88a3c10aa0
refactor(scrcpy): move decoders to own packages 2022-07-19 16:36:34 +08:00
Simon Chan
2621f83ccb
chore: rename default branch to main 2022-07-11 11:03:51 +08:00
Simon Chan
d10606a8dd
feat(demo): adopt xterm-search-addon new API 2022-07-03 00:52:16 +08:00
Simon Chan
3a8ec41293 fix(demo): fix file manager (again) 2022-06-26 02:36:38 +08:00
Simon Chan
e779f80385 refactor(scrcpy): uncouple from ADB
refs #427
2022-06-26 02:36:38 +08:00
Simon Chan
9265c72d61
chore: bump version to 0.0.16 2022-05-28 12:03:09 +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
12a991eab8
chore(struct): fix tests 2022-05-22 15:00:31 +08:00
Simon Chan
4d003b7b34
fix(struct): fields not copy extras correctly 2022-05-22 14:30:23 +08:00
Simon Chan
ff708def46
refactor(struct): 10% performance improvement 2022-05-22 05:23:18 +08:00
Simon Chan
fa8d251bf2
refactor(struct): change SyncPromise impl again 2022-05-21 23:16:56 +08:00
Simon Chan
30faaa1438
refactor(struct): performance optimization 2022-05-15 13:48:25 +08:00
Simon Chan
7d5445aeae
refactor(struct): replace bluebird with native Promise 2022-05-14 18:10:47 +08:00
Simon Chan
1ee03486a6
chore: a version can crash chrome 2022-05-14 17:03:38 +08:00
Simon Chan
896e7e7bfd
fix(struct): support custom TypeScript type for uint8Array 2022-05-11 12:09:32 +08:00
Simon Chan
4d01f25124
chore: bump version to 0.0.15 2022-05-02 12:22:28 +08:00
Simon Chan
c3ccd6a1f8
fix(struct): fix tests around VariableLengthBufferLikeFieldOptions.lengthFieldRadix 2022-05-02 12:10:59 +08:00
Simon Chan
e8c7b59902
chore: bump version to 0.0.14 2022-04-30 22:07:20 +08:00
Simon Chan
eace566982
chore: bump version to 0.0.13 2022-04-28 09:32:15 +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
e1b0444cae
fix(webusb): use packet size in transferIn to fix babble status on non-Windows
fix #395
2022-04-08 09:15:59 +08:00
Simon Chan
1f14dcc2af
fix(struct): fix uint64 2022-04-03 21:13:55 +08:00
Simon Chan
e946b455b1
chore: bump version 2022-04-03 19:20:49 +08:00
Simon Chan
82f5a90838
chore: update docs 2022-04-03 13:14:05 +08:00
Simon Chan
53bdf03531
refactor: simplify base64 methods and rewrite test 2022-03-22 18:16:43 +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
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
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
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
ef57682ec3 feat: migrate more things to streams 2022-02-17 18:26:03 +08:00
Simon Chan
68774620c3 refactor(adb): add web streams fallback detection 2022-02-15 00:13:51 +08:00