Commit graph

26 commits

Author SHA1 Message Date
Simon Chan
73a0af4613
chore: add max-params eslint rule 2024-06-23 05:31:04 +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
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
1f162ad324
chore: update dependencies 2024-01-20 22:10:47 +08:00
Simon Chan
f4e4cc7126
feat(usb): expose adb endpoints for external use 2023-11-29 11:42:49 +08:00
Simon Chan
820ef4934c
fix(credential): support web workers 2023-08-03 14:02:14 +08:00
Simon Chan
7056feb3b1
refactor: migrate to ES private fields 2023-07-11 21:05:39 +08:00
Simon Chan
433f9b986f
chore: update dependencies 2023-07-07 18:30:13 +08:00
Simon Chan
b08ad29706
feat(scrcpy): support Scrcpy 2.0 (#495) 2023-04-15 19:50:46 +08:00
Simon Chan
094b859791
refactor: improve readability 2023-04-12 03:37:27 +08:00
Simon Chan
89118a2ab5
feat(bin/logcat): support all output formats 2023-03-23 12:05:28 +08:00
Simon Chan
11011d1e85
feat(bin/logcat): support more toString formats 2023-03-21 20:38:29 +08:00
Simon Chan
6ada4a7a06 chore: format code with prettier 2023-02-23 16:00:08 +08:00
Simon Chan
6f1be248fb chore: prefer top-level type import
Prepare for TypeScript 5.0 verbatimModuleSyntax option
2023-02-23 15:59:32 +08:00
Simon Chan
9dc9684566
chore: update changelogs 2023-02-09 11:56:26 +08:00
Simon Chan
52abdd146b
feat(demo): support multi-select in logcat and packet log
related to #425
2023-01-27 15:35:39 +08:00
Simon Chan
aa033e4de6
chore: integrate ESLint 2022-12-22 01:42:24 +08:00
Simon Chan
db079b4292
feat(log): format log entry like native binary 2022-07-14 13:53:25 +08:00
Simon Chan
17448eb1d4 refactor(stream): create BufferedTransformStream to cover common transformation usage of BufferedStream 2022-06-26 02:36:38 +08:00
Simon Chan
2464b62a59 refactor(stream): rename BufferedStream to BufferedReadableStream
refs #427
2022-06-26 02:36:38 +08:00
Simon Chan
6887d8549f refactor(stream): move streams to new package 2022-06-26 02:36:38 +08:00
Simon Chan
6158745ef5
feat(bin): parse tag for logcat
refs #424
2022-06-07 00:07:50 +08:00
Simon Chan
76fd15c46b
feat(demo): add smart auto scroll to grid 2022-05-22 23:28:01 +08:00
Simon Chan
30faaa1438
refactor(struct): performance optimization 2022-05-15 13:48:25 +08:00
Simon Chan
7d5445aeae
refactor(struct): replace bluebird with native Promise 2022-05-14 18:10:47 +08:00
Simon Chan
c3a61f9b71
feat(bin): logcat binary format parsing
ref #359
2022-04-24 21:09:46 +08:00