Commit graph

1157 commits

Author SHA1 Message Date
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
40a60ca112
feat(stream): add Consumable.WrapByteReadableStream and MaybeConsumable.WrapWritableStream 2025-06-16 13:50:18 +08:00
Simon Chan
a835eb81b5
feat(adb): add state filters to AdbServerClient.prototype.getDevices and AdbServerClient.prototype.trackDevices 2025-06-16 13:49:16 +08:00
Simon Chan
1d3d3c8864
feat(stream): add WrapWritableStream to Consumable and MaybeConsumable 2025-06-16 03:07:07 +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
dbcfd34c03
feat(adb): add AdbServerClient.prototype.createAdb()
as a shorthand for `createTransport` and `new Adb`
2025-06-02 21:42:41 +08:00
Simon Chan
798b136f40
feat: explicitly annotate locally created Uint8Arrays in return types 2025-05-13 16:02:19 +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
ec1cedea65
feat(adb/server): include offline devices 2025-04-13 14:40:58 +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
0bcb9b804b
fix(struct): buffer and struct may not have correct size 2025-04-04 21:33:14 +08:00
Simon Chan
f8b40e83b0
chore: release version 2.0.0 2025-04-04 20:57:48 +08:00
Simon Chan
1d71971281
refactor: add readonly to many read only fields 2025-04-04 01:28:07 +08:00
Simon Chan
05c01adbd1
feat(adb): make DeviceObserver#onListChange sticky 2025-04-04 01:27:47 +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
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