Commit graph

237 commits

Author SHA1 Message Date
Simon Chan
5bafa6611b
chore: update dependencies 2024-08-12 12:02:52 +08:00
Simon Chan
66a98f89ba
refactor: upgrade to typescript-eslint v8 2024-08-03 17:26:57 +08:00
Simon Chan
6115266a87
chore: update dependencies 2024-07-25 12:31:45 +08:00
Simon Chan
b2750755d7
chore: update dependencies 2024-07-23 18:10:41 +08:00
Simon Chan
dfb6acd2d5
chore: switch to node test 2024-07-23 18:10:40 +08:00
Simon Chan
3896273918
chore: remove CHANGELOG.json as changesets doesn't support it 2024-07-14 21:22:48 +08:00
Simon Chan
2aebf06ca7
chore: update dependencies 2024-07-14 21:11:28 +08:00
Simon Chan
75ff6d0ed6
refactor(struct): remove all DataView usage 2024-07-11 20:50:31 +08:00
Simon Chan
1d319929ed
chore: fix eslint errors 2024-07-11 17:35:35 +08:00
Simon Chan
fb4507ddc5
fix(stream): let PushReadableStream handle cancelled streams.
Also add tests

Relates to #648
2024-07-11 17:25:39 +08:00
Simon Chan
087e01b11b
chore: add sideEffects: false 2024-07-07 16:59:28 +08:00
Simon Chan
0224f0512f
chore: update dependencies 2024-07-07 13:50:07 +08:00
Simon Chan
af0acb577a
feat(webusb): allow filters to be empty arrays 2024-06-27 14:15:46 +08:00
Simon Chan
b86a23a345
chore: update dependencies
also experiment with some new eslint rules
2024-06-26 17:08:47 +08:00
Simon Chan
73a0af4613
chore: add max-params eslint rule 2024-06-23 05:31:04 +08:00
Simon Chan
3c2b57cfc5
chore: update dependencies 2024-06-23 05:28:50 +08:00
Simon Chan
b62419fa3e
chore: bump version to 0.0.24 2024-06-18 10:54:42 +08:00
Simon Chan
37ef1dd2fa
chore: add changelogs 2024-06-18 10:46:06 +08:00
Simon Chan
1c14eb69e7
fix(adb): minimize AbortSignal "abort" event handlers 2024-06-18 00:09:56 +08:00
Simon Chan
68ef8d62d0
fix(adb): trim null character from reverse tunnel address
fix #642, fix #628
2024-06-17 20:56:52 +08:00
Simon Chan
a7dc2236b1
chore: update dependencies 2024-06-14 14:59:21 +08:00
Simon Chan
cee1d22ed0
chore: update dependencies 2024-06-06 14:51:23 +08:00
Simon Chan
86cdbcb616
refactor(adb): group new server commands 2024-06-06 14:51:15 +08:00
Simon Chan
721b6c0da6
refactor: code cleanup 2024-06-02 01:55:26 +08:00
Simon Chan
2db3e8f8b9
refactor(adb): pre-encode packet ID as number in sync command 2024-05-24 16:55:26 +08:00
Simon Chan
e9c82f94dd
feat(adb): server client mdns services 2024-05-23 19:40:44 +08:00
Simon Chan
fdf0a863d9
chore: re-add eslint-plugin-import-x 2024-05-20 15:57:17 +08:00
Simon Chan
493683b80c
refactor(adb): simplify server client 2024-05-19 19:26:55 +08:00
Simon Chan
c720a25cf0
feat(adb): add disconnectDevice and reconnectDevice to adb server client 2024-05-17 00:20:30 +08:00
Simon Chan
a6e3f0e5d1
feat(adb): add pair device and connect device commands to server client mode 2024-05-16 01:07:04 +08:00
Simon Chan
f5e1a2b701
feat(adb): include unauthorized devices in in server client mode 2024-05-14 18:49:59 +08:00
Simon Chan
edf532caf4
fix(stream): re-export global TextDecoder stream instead of implementing our own one which doesn't work correctly in stream mode 2024-05-11 17:48:23 +08:00
Simon Chan
c8090fbbfd
chore: update license 2024-05-10 08:13:52 +08:00
Simon Chan
8223d79886
refactor: performance optimizations
also renamed some internal types, and adding more code comments. (not thoroughly tested yet)
2024-05-04 23:47:52 +08:00
Simon Chan
0424dd703f
fix(adb): incorrect endianness in delayed ack 2024-04-30 14:23:23 +08:00
Simon Chan
f83ea20291
chore: remove dataview-bigint-polyfill package 2024-04-28 14:42:59 +08:00
Simon Chan
e24102abcd
fix(adb): fix edge cases in public key creation 2024-04-23 22:38:17 +08:00
Simon Chan
dcda6459ac
feat: add utilities for read/write Uint8Array 2024-04-16 22:17:36 +08:00
Simon Chan
d06b5f2ed6
feat: make consumable writable streams also accept raw values 2024-04-16 14:01:30 +08:00
Simon Chan
70a82e2af3
chore: update dependencies
notably, eslint v9 requires big changes to the configuration. because eslint-plugin-import doesn't support eslint v9, it's disabled by now.
2024-04-13 23:02:54 +08:00
Simon Chan
d187c247d7
chore: update dependencies 2024-04-05 19:39:49 +08:00
Simon Chan
adfcc12a0a
chore: bump version 2024-03-21 11:30:57 +08:00
Simon Chan
250fbb122a
test: disable node and ts-jest warnings 2024-03-21 11:02:49 +08:00
Simon Chan
df3b9f1dba
chore: add changelogs 2024-03-21 10:55:55 +08:00
Simon Chan
9a87f3ca13
chore: update dependencies 2024-03-21 10:37:37 +08:00
Simon Chan
31656652db
refactor: code cleanup, add tests 2024-03-05 12:41:48 +08:00
Simon Chan
cbc0fa8f1e
chore: update dependencies 2024-03-05 12:41:31 +08:00
Simon Chan
f3ddf0da58
chore: update dependencies 2024-02-19 22:02:04 +08:00
Simon Chan
ac6dc1e57c
feat(adb): support delayed ack 2024-02-01 23:04:21 +08:00
Simon Chan
9b54fde9b6
fix(adb): fix AdbServerClient.waitFor returning immediately 2024-01-23 22:36:42 +08:00