Commit graph

305 commits

Author SHA1 Message Date
Simon Chan
96824ef984
refactor(adb): completely separate daemon authenticator 2025-09-30 21:11:54 +08:00
Simon Chan
ae211c3c3f
chore: small code cleanup 2025-09-22 09:29:35 +08: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
2f57a86a80
fix(bin): properly escape arguments (#788) 2025-08-25 14:13:03 +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
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
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
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
a835eb81b5
feat(adb): add state filters to AdbServerClient.prototype.getDevices and AdbServerClient.prototype.trackDevices 2025-06-16 13:49:16 +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
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
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
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
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
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
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
ab98953b69
feat(adb): add partial support for ADB server version 40 2024-12-30 16:40:23 +08:00
Simon Chan
a7a84979a5
chore: update dependencies 2024-12-24 01:30:55 +08:00
Simon Chan
493ae330ae
chore: update all non-major dependencies 2024-12-07 14:29:46 +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
ea5002bc87
chore: small cleanups 2024-11-29 22:40:08 +08:00