Commit graph

262 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
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
51cdfbd181
fix(scrcpy): fix scroll controller v1.15 changed in previous commit 2025-06-25 13:08:11 +08:00
Simon Chan
81f39bf5f3
feat(scrcpy): improve integer scrolling accumulation 2025-06-24 22:40:53 +08:00
Simon Chan
e0def5b8ac
feat(scrcpy): add support for server version 3.3.1 2025-06-21 18:29:09 +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
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
b79df96301
feat(struct): allow structs to be used as fields directly (#741) 2025-04-04 00:26:42 +08:00
Simon Chan
d3019ce738
feat(adb): rewrite process spawner API (#739) 2025-04-02 15:20:05 +08:00
Simon Chan
1de86c354a
fix(scrcpy): fix decoding h265 header
fixes #732
2025-03-13 18:28:44 +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
0af5280079
feat(adb): allow killing subprocess using an AbortSignal 2025-02-22 19:59:30 +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
7ad568d1b5 chore: update dependencies 2025-01-25 04:23:57 +08:00
Simon Chan
6ebb9753e3 chore: update dependencies 2025-01-09 13:00:28 +08:00
Simon Chan
52b198a6cd
chore: bump version to 1.1.0 2024-12-31 16:39:36 +08:00
Simon Chan
4d5b803170
fix(scrcpy): correct version in 2.1.1 2024-12-31 16:36:52 +08:00
Simon Chan
aeaa9020dc
fix(scrcpy): remove extra version parameters 2024-12-24 03:54:35 +08:00
Simon Chan
8c5b3c2632
feat(scrcpy): add support for Scrcpy 3.1 2024-12-24 01:51:00 +08:00
Simon Chan
cb44b6384c
feat(scrcpy): move version info to option classes 2024-12-24 01:39:35 +08:00
Simon Chan
a7a84979a5
chore: update dependencies 2024-12-24 01:30:55 +08:00
Simon Chan
7f2a09c378
fix(scrcpy): incorrect scroll controller in version 1.22 and later 2024-12-10 12:35:44 +08:00
Simon Chan
493ae330ae
chore: update all non-major dependencies 2024-12-07 14:29:46 +08:00
Simon Chan
0f5af05adb
feat(scrcpy): add aliases for all patch versions 2024-12-06 11:20:28 +08:00
Simon Chan
a67e20854c
feat(scrcpy): accept strings for complex options 2024-12-06 11:17:04 +08:00
Simon Chan
fdf674a9bc
feat(scrcpy): add class for crop option 2024-12-03 12:06:55 +08:00
Simon Chan
c0d0695285
chore: version 1.0.0 2024-12-02 10:36:49 +08:00
Simon Chan
f3d8ded9d2
feat(scrcpy): add audioSource option to v2.6 2024-11-30 13:08:52 +08:00
Simon Chan
ea5002bc87
chore: small cleanups 2024-11-29 22:40:08 +08:00
Simon Chan
e8f3806bd3
chore: update dependencies 2024-11-27 17:23:09 +08:00