Commit graph

1188 commits

Author SHA1 Message Date
renovate[bot]
e7d02a2ddf
chore(deps): update dependency pnpm to v10.17.1 2025-09-22 14:43:37 +00:00
Simon Chan
7df9ca2642
feat(credential): allow ignoring error and continue loading next key (#803) 2025-09-17 07:55:03 +08:00
Simon Chan
2d75bf5e4f
feat(credential): save key name in storage (#794) 2025-09-15 15:13:28 +08:00
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
29de3e4842
feat(adb): update feature list (#797) 2025-09-04 23:20:16 +08:00
Simon Chan
c5f282285a
feat(bin): rewrite Intent API and support all extra types (#792) 2025-09-02 12:55:54 +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
bfc197642a
fix(decoder): fix TypeError when converting timestamp (#789) 2025-08-26 12:43:49 +08:00
renovate[bot]
20e60efd3e
chore(deps): update pnpm/action-setup action to v4 (#740)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-26 11:51:40 +08:00
renovate[bot]
13840b8b63
chore(deps): update dependency pnpm to v10 (#777)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-26 11:50:45 +08:00
Simon Chan
642a532378
feat(decoder): support pausing decoding and rendering (#782) 2025-08-25 23:45:58 +08:00
Simon Chan
2f57a86a80
fix(bin): properly escape arguments (#788) 2025-08-25 14:13:03 +08:00
Simon Chan
f3f5be0b1a
refactor(bin): include nullable in pm install options 2025-08-25 01:59:17 +08:00
Simon Chan
0185333bab
feat(bin): handle pm.install options based on API level 2025-08-25 01:52:05 +08:00
Simon Chan
9fdab3d677
feat(bin): add apiLevel parameter to handle quirks internally 2025-08-25 00:07:47 +08:00
Simon Chan
3a6fd9ca08
feat(adb): subprocess API v3 (#786) 2025-08-24 15:04:52 +08:00
Simon Chan
927d50682d
feat(adb): expose onPublicKeyAuthentication on AdbDaemonTransport.authenticate 2025-08-22 21:39: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
7cad550b56
feat(credential): add support for password- and passkey-protected stores (#780) 2025-08-16 01:41:32 +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
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
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