Commit graph

262 commits

Author SHA1 Message Date
Simon Chan
f25bfd89d6
feat(scrcpy): support new list encoders format 2024-11-27 16:31:21 +08:00
Simon Chan
cc5d52912e
refactor(scrcpy): rewrite option classes to improve tree-shaking 2024-11-27 14:43:33 +08:00
Simon Chan
92472007db
refactor(scrcpy): rewrite option classes to improve tree-shaking 2024-11-25 18:10:15 +08:00
Simon Chan
db8466f6ee
refactor: extract common types to @yume-chan/async package 2024-11-20 06:37:09 +08:00
Simon Chan
6cb0a589fa
fix(adb-scrcpy): fallback to forward tunnel when reverse tunnel not supported 2024-11-19 11:35:44 +08:00
Simon Chan
b3a142cbf0
refactor(scrcpy): improve tree-shaking 2024-11-13 00:47:28 +08:00
Simon Chan
c1dc802364
refactor(struct): improve tree-shaking 2024-11-10 17:37:31 +08:00
Simon Chan
c5b998fea1
feat(adb): add common device list observer for both transports 2024-11-06 03:49:27 +08:00
Simon Chan
c91baa9116
refactor(struct): improve tree-shaking 2024-11-01 22:06:18 +08:00
Simon Chan
e8d59b232e
feat(scrcpy): set clipboard stream to undefined when it's disabled by options 2024-11-01 16:53:15 +08:00
Simon Chan
d50a170ab8
feat(struct): new API full rewrite 2024-10-31 17:26:37 +08:00
Simon Chan
a29268426d
refactor: improve tree-shaking 2024-10-24 04:28:55 +08:00
Simon Chan
ef0e1c6bcf
chore: update dependencies 2024-10-21 11:58:49 +08:00
Simon Chan
d862077c34
chore: update dependencies 2024-10-04 12:17:53 +08:00
Simon Chan
dd68af8072
chore: update dependencies 2024-09-17 14:23:22 +08:00
Simon Chan
9e43f29441
chore: update dependencies 2024-09-10 12:07:03 +08:00
Simon Chan
2c8912e9ac
refactor: remove TypeScript enum and namespace to improve tree-shaking 2024-08-30 17:27:01 +08:00
Simon Chan
fb62a6799d
chore: update dependencies 2024-08-23 11:32:28 +08:00
Simon Chan
677aabc73c
chore: update dependencies 2024-08-20 12:08:00 +08:00
Simon Chan
5bafa6611b
chore: update dependencies 2024-08-12 12:02:52 +08:00
Simon Chan
66a98f89ba
refactor: upgrade to typescript-eslint v8 2024-08-03 17:26:57 +08:00
Simon Chan
6115266a87
chore: update dependencies 2024-07-25 12:31:45 +08:00
Simon Chan
b2750755d7
chore: update dependencies 2024-07-23 18:10:41 +08:00
Simon Chan
dfb6acd2d5
chore: switch to node test 2024-07-23 18:10:40 +08:00
Simon Chan
3896273918
chore: remove CHANGELOG.json as changesets doesn't support it 2024-07-14 21:22:48 +08:00
Simon Chan
2aebf06ca7
chore: update dependencies 2024-07-14 21:11:28 +08:00
Simon Chan
75ff6d0ed6
refactor(struct): remove all DataView usage 2024-07-11 20:50:31 +08:00
Simon Chan
fb4507ddc5
fix(stream): let PushReadableStream handle cancelled streams.
Also add tests

Relates to #648
2024-07-11 17:25:39 +08:00
Simon Chan
a1c6450b2f
fix(scrcpy): add None to AndroidMotionEventButton enum 2024-07-10 10:02:54 +08:00
Simon Chan
087e01b11b
chore: add sideEffects: false 2024-07-07 16:59:28 +08:00
Simon Chan
0224f0512f
chore: update dependencies 2024-07-07 13:50:07 +08:00
Simon Chan
ae55ded45a
fix(scrcpy): add None value to AndroidKeyEventMeta enum 2024-07-04 12:16:08 +08:00
Simon Chan
e9912e6570
chore: update README 2024-07-01 22:48:39 +08:00
Simon Chan
3113327de1
feat(scrcpy): report device message stream end and error to options class 2024-07-01 22:04:36 +08:00
Simon Chan
ec6acec6bb
feat(scrcpy): accept undefined in CodecOptionsInit 2024-06-26 21:22:51 +08:00
Simon Chan
d457aafe09
feat(scrcpy): report device message error to varies use sites 2024-06-23 05:32:33 +08:00
Simon Chan
3c2b57cfc5
chore: update dependencies 2024-06-23 05:28:50 +08:00
Simon Chan
b62419fa3e
chore: bump version to 0.0.24 2024-06-18 10:54:42 +08:00
Simon Chan
a7dc2236b1
chore: update dependencies 2024-06-14 14:59:21 +08:00
Simon Chan
cee1d22ed0
chore: update dependencies 2024-06-06 14:51:23 +08:00
Simon Chan
721b6c0da6
refactor: code cleanup 2024-06-02 01:55:26 +08:00
Simon Chan
25efbe6402
refactor(scrcpy): simplify option type inheritance 2024-05-24 14:54:08 +08:00
Simon Chan
fdf0a863d9
chore: re-add eslint-plugin-import-x 2024-05-20 15:57:17 +08:00
Simon Chan
c8090fbbfd
chore: update license 2024-05-10 08:13:52 +08:00
Simon Chan
8223d79886
refactor: performance optimizations
also renamed some internal types, and adding more code comments. (not thoroughly tested yet)
2024-05-04 23:47:52 +08:00
Simon Chan
65b8671b66
feat(scrcpy): allow extending device message reader
fix #632
2024-05-03 14:39:09 +08:00
Simon Chan
0424dd703f
fix(adb): incorrect endianness in delayed ack 2024-04-30 14:23:23 +08:00
Simon Chan
14dbc45e39
feat(scrcpy): test and fix AV1 2024-04-18 19:50:36 +08:00
Simon Chan
6cfd8c12d5
feat(scrcpy): add some AV1 parsing 2024-04-18 03:59:30 +08:00
Simon Chan
dcda6459ac
feat: add utilities for read/write Uint8Array 2024-04-16 22:17:36 +08:00