Commit graph

107 commits

Author SHA1 Message Date
Simon Chan
27a6614680
refactor(scrcpy) make large enums tree-shakeable (#798) 2025-09-11 10:31:01 +08:00
Simon Chan
b2512856be
feat(scrcpy): add client version 3.3.2 (#799) 2025-09-09 16:55:55 +08:00
Simon Chan
a1808756a2
feat(scrcpy): extract video codec parsers to own package (#790) 2025-08-28 17:06:03 +08:00
Simon Chan
642a532378
feat(decoder): support pausing decoding and rendering (#782) 2025-08-25 23:45:58 +08:00
Simon Chan
3a6fd9ca08
feat(adb): subprocess API v3 (#786) 2025-08-24 15:04:52 +08:00
Simon Chan
6575d7948d
fix: restore compaibility with Android 7 2025-08-22 21:32:55 +08:00
Simon Chan
0a3785e286
chore: update dependencies 2025-08-21 21:41:48 +08:00
Simon Chan
b0bd64c113
chore: update dependencies 2025-08-04 23:49:51 +08:00
Simon Chan
97566445dc
chore: release version 2.1.1 2025-07-20 17:15:17 +08:00
Simon Chan
bd9e3ad7cd
chore: update dependencies 2025-07-20 17:13:36 +08:00
Simon Chan
e0bff2a678
chore: add WeChat link to README 2025-06-29 20:55:22 +08:00
Simon Chan
68cf0b76b0
feat(scrcpy): add wrapper for server version 3.3.1 2025-06-29 20:48:20 +08:00
Simon Chan
7edd616b43
fix(scrcpy): fix UHID output stream from server version 2.6
This commit also replaced `ScrcpyOptions`'s `parseDeviceMessage`/`endDeviceMessageStream` methods with `deviceMessageParsers`. If you are using that two methods directly, you need to move to the new API
2025-06-21 18:28:33 +08:00
Simon Chan
eff718ce36
feat(scrcpy): add stub for server version 3.3 2025-06-20 17:44:52 +08:00
Simon Chan
748c4b2394
chore: release version 2.1.0 2025-06-17 14:15:29 +08:00
Simon Chan
e6f2c26306
chore: update Discord invitation link 2025-06-17 13:45:41 +08:00
Simon Chan
6873c03a9d
refactor: mark immutable array parameters as readonly 2025-06-16 16:32:49 +08:00
Simon Chan
d5f6720d11
chore: update dependencies 2025-06-16 02:09:15 +08:00
Simon Chan
9600a7763a
chore: update documentation links 2025-06-05 18:56:30 +08:00
Simon Chan
a9c3fa1153
chore: update dependencies 2025-06-02 21:47:56 +08:00
Simon Chan
443521f9c2
chore: update dependencies 2025-04-29 12:57:34 +08:00
Simon Chan
bd4f68d61f
chore: update dependencies 2025-04-13 14:45:15 +08:00
Simon Chan
418971cdbd
feat(scrcpy): support server version 3.2 2025-04-09 18:18:54 +08:00
Simon Chan
ab23e4baa3
chore: release 2.0.1 2025-04-04 21:35:17 +08:00
Simon Chan
f8b40e83b0
chore: release version 2.0.0 2025-04-04 20:57:48 +08:00
Simon Chan
fe06652f52
feat(scrcpy): move version to AdbScrcpyOptions and simplify inheritance 2025-04-04 01:25:32 +08:00
Simon Chan
d3019ce738
feat(adb): rewrite process spawner API (#739) 2025-04-02 15:20:05 +08:00
Simon Chan
cecb3ce21a
chore: update dependencies 2025-03-13 17:38:06 +08:00
Simon Chan
5a1f41766c
chore: update dependencies, update license year 2025-03-02 18:11:10 +08:00
Simon Chan
24b65fd2c1
feat(adb-scrcpy): infer type of videoStream from video option 2025-02-18 15:47:26 +08:00
Simon Chan
02f5bd5929
feat(adb-scrcpy): add aliases for all AdbScrcpyOptions versions 2025-01-27 12:44:57 +08:00
Simon Chan
6ebb9753e3 chore: update dependencies 2025-01-09 13:00:28 +08:00
Simon Chan
d51ac8dac9 feat(adb-scrcpy): forward clipboard stream to client 2025-01-02 23:24:52 +08:00
Simon Chan
52b198a6cd
chore: bump version to 1.1.0 2024-12-31 16:39:36 +08:00
Simon Chan
aeaa9020dc
fix(scrcpy): remove extra version parameters 2024-12-24 03:54:35 +08:00
Simon Chan
cb44b6384c
feat(scrcpy): move version info to option classes 2024-12-24 01:39:35 +08:00
Simon Chan
99d1105d2a
fix(adb-scrcpy): throw error when getDisplays fails 2024-12-16 00:19:22 +08:00
Simon Chan
493ae330ae
chore: update all non-major dependencies 2024-12-07 14:29:46 +08:00
Simon Chan
6f00fd5606
feat(adb-scrcpy): accept string-typed scid 2024-12-06 11:25:39 +08:00
Simon Chan
c0d0695285
chore: version 1.0.0 2024-12-02 10:36:49 +08:00
Simon Chan
e8f3806bd3
chore: update dependencies 2024-11-27 17:23:09 +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
c5b998fea1
feat(adb): add common device list observer for both transports 2024-11-06 03:49:27 +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
dd68af8072
chore: update dependencies 2024-09-17 14:23:22 +08:00