Commit graph

1135 commits

Author SHA1 Message Date
Simon Chan
d3019ce738
feat(adb): rewrite process spawner API (#739) 2025-04-02 15:20:05 +08:00
Simon Chan
46e78401a4
fix(struct): fix incorrect __NO_SIDE_EFFECTS__ annotation 2025-03-14 05:42:28 +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
4a8186c599
fix(webusb): fix a typo 2025-03-13 17:37:55 +08:00
Simon Chan
92511c63de
refactor: remove side effects 2025-03-13 17:31:51 +08:00
Simon Chan
a335c1495c
feat(stream): improve SplitStringStream handling incomplete chunks 2025-03-02 21:25:16 +08:00
Simon Chan
0f29501c5f
feat(bin): add PackageManager.prototype.getPackages method 2025-03-02 18:15:33 +08:00
Simon Chan
5a1f41766c
chore: update dependencies, update license year 2025-03-02 18:11:10 +08:00
Simon Chan
90cc63ee4f
feat(adb): use sticky event emitter for AdbServerClient.DeviceObserver.prototype.onListChange event 2025-03-01 03:14:45 +08:00
Simon Chan
4deb890b20
fix: fix build errors 2025-02-22 22:38:33 +08:00
Simon Chan
0af5280079
feat(adb): allow killing subprocess using an AbortSignal 2025-02-22 19:59:30 +08:00
Simon Chan
029d72e625
feat(bin): add tail option support to logcat 2025-02-20 11:44:37 +08:00
Simon Chan
cb21cd2431
feat(stream): make BufferedTransformStream propagate cancel signal immediately 2025-02-20 11:44:16 +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
01f812ea97
fix(adb): fix initial value of daemon device observer 2025-01-12 17:22:26 +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
4d5b803170
fix(scrcpy): correct version in 2.1.1 2024-12-31 16:36:52 +08:00
Simon Chan
ab98953b69
feat(adb): add partial support for ADB server version 40 2024-12-30 16:40:23 +08:00
Simon Chan
fba7533d78 refactor(webcodecs): rename renderer types 2024-12-27 12:37:34 +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
99d1105d2a
fix(adb-scrcpy): throw error when getDisplays fails 2024-12-16 00:19:22 +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
6140ebc772
chore: add changelogs 2024-12-07 14:33:59 +08:00
Simon Chan
493ae330ae
chore: update all non-major dependencies 2024-12-07 14:29:46 +08:00
Simon Chan
3000398c36
chore: try browserstack 2024-12-06 15:06:35 +08:00
Simon Chan
6f00fd5606
feat(adb-scrcpy): accept string-typed scid 2024-12-06 11:25:39 +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
d8301a61f2
refactor: code cleanup 2024-12-02 10:26:21 +08:00
Simon Chan
f3d8ded9d2
feat(scrcpy): add audioSource option to v2.6 2024-11-30 13:08:52 +08:00
Simon Chan
c68e216613
feat(adb0daemon-webusb): accept exclusionFilters in getDevices and DeviceObserver 2024-11-30 13:08:52 +08:00
Simon Chan
ea5002bc87
chore: small cleanups 2024-11-29 22:40:08 +08:00
Simon Chan
6ae5f38af1
feat(stream-extra): add an error handler to WrapReadableStream 2024-11-28 23:03:49 +08:00
Simon Chan
3e280199da
feat(fetch-scrcpy-server): mark output as pure 2024-11-28 19:25:39 +08:00
Simon Chan
e8f3806bd3
chore: update dependencies 2024-11-27 17:23:09 +08:00
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