Commit graph

864 commits

Author SHA1 Message Date
Simon Chan
d286a40c42
refactor: use ES private fields to replace TypeScript private accessors 2023-05-25 23:00:08 +08:00
Simon Chan
b87d76ca6e
refactor: rename AdbDaemonConnection to AdbDaemonDevice 2023-05-25 22:58:38 +08:00
Simon Chan
a0407dc06c
chore: update ci node version 2023-05-24 14:07:11 +08:00
Simon Chan
bff44f98f8
chore: add sponsor badge 2023-05-24 03:16:37 +08:00
Simon Chan
5c2e3e1a4c
chore: add sponsor badge 2023-05-24 03:07:34 +08:00
Simon Chan
6fd1c6d67a
fix(demo): update undici 2023-05-24 03:00:14 +08:00
Simon Chan
db796b6205
chore: update dependencies 2023-05-22 12:57:03 +08:00
Simon Chan
3beaad2055
feat(adb): support connect to adb server (#549) 2023-05-14 03:54:03 +08:00
Simon Chan
c34eef1d89
chore(doc): fix typo 2023-04-28 18:05:30 +08:00
Simon Chan
d02de7fd9c
chore(doc): fix typo 2023-04-28 13:28:06 +08:00
Simon Chan
529e477161
fix(adb): fix tcp reverse tunnel on Android <8 2023-04-28 00:07:59 +08:00
Simon Chan
526ba7d4a7
chore: fix build 2023-04-26 01:21:43 +08:00
Simon Chan
613bb85bf3
chore: fix build 2023-04-26 01:06:39 +08:00
Simon Chan
130dd98145
refactor(tabby): reduce bundle size by 10M 2023-04-26 00:46:12 +08:00
Simon Chan
db25dd9161
chore: update README
closes #539
2023-04-24 13:02:23 +08:00
Simon Chan
04d7c08b78
feat(demo): use tabby as terminal emulator (#541) 2023-04-23 23:24:29 +08:00
Simon Chan
58794f0d69
feat(demo): hardcode display names for known browsers 2023-04-20 11:29:56 +08:00
Simon Chan
9d52495a5d
refactor(demo): clean up devtools code 2023-04-19 20:51:10 +08:00
Simon Chan
ee6fda537b
feat(demo): color logcat output by priority 2023-04-17 22:22:09 +08:00
Simon Chan
080b77cba5
feat(devtools): support opera beta 2023-04-16 00:23:48 +08:00
Simon Chan
b08ad29706
feat(scrcpy): support Scrcpy 2.0 (#495) 2023-04-15 19:50:46 +08:00
Simon Chan
3a3f4b885f
feat(demo): support Opera in Chrome Remote Debugging 2023-04-13 10:17:52 +08:00
Simon Chan
c6bd9e5304
feat(demo): add chrome remote debugger (#537) 2023-04-12 13:52:37 +08:00
Simon Chan
094b859791
refactor: improve readability 2023-04-12 03:37:27 +08:00
upintheairsheep
c5786fefd9
fix(demo): remove nonfunctioning reboot option
#534
2023-04-11 12:27:35 +08:00
Simon Chan
5cbf7639af
fix(adb): mark options optional 2023-04-10 23:15:28 +08:00
Simon Chan
701f4d821e
feat(adb): separate type and permission in sync write options
for easier consumption

fixes #533
2023-04-10 23:09:38 +08:00
Simon Chan
65c4dea333
chore: update dependencies 2023-04-10 13:48:51 +08:00
Simon Chan
712d4048a5
chore: update lockfile 2023-04-09 14:26:41 +08:00
Simon Chan
d6fc80c628
chore: bump version to 0.0.19 2023-04-09 14:18:42 +08:00
Simon Chan
59c470a76c
feat(demo): allow hiding Scrcpy full screen hint
fixes #514
2023-04-02 20:50:46 +08:00
Simon Chan
4524f90aab
fix(demo): fix type error 2023-04-01 01:33:16 +08:00
Simon Chan
9b38c94029
feat(demo): download multiple files/folders as zip
fixes #518
2023-04-01 01:21:51 +08:00
Simon Chan
92364b1a9a
fix(demo): service worker on GitHub Pages 2023-03-26 17:23:25 +08:00
Simon Chan
50f5942afd
fix(demo): manifest url on GitHub Pages 2023-03-26 16:56:21 +08:00
Simon Chan
80b9bc0f58
chore(demo): update branding 2023-03-26 16:50:57 +08:00
Simon Chan
08557e8f32
feat(demo): make it offline capable
fixes #482
2023-03-26 16:50:43 +08:00
phpmalik
9182775213
chore: fix link in README (#519)
./CONTRIBUTE.md doesn't exists 
changed to ./CONTRIBUTING.md
2023-03-24 23:43:00 +08:00
Simon Chan
89118a2ab5
feat(bin/logcat): support all output formats 2023-03-23 12:05:28 +08:00
Simon Chan
4a21f00bee
feat(demo): add option for logcat output formats
fixes #516, relates to #425
2023-03-21 20:40:22 +08:00
Simon Chan
11011d1e85
feat(bin/logcat): support more toString formats 2023-03-21 20:38:29 +08:00
Simon Chan
82a6732e9e
chore: update dependencies 2023-03-12 11:08:46 +08:00
Simon Chan
af5da1ca8a
chore: update dependencies 2023-03-11 21:04:43 +08:00
Simon Chan
5ba850c983
refactor(stream): create more shortcut functions 2023-03-11 19:27:53 +08:00
Simon Chan
d80ce75833
refactor(stream): build infra around consumable 2023-03-11 19:21:09 +08:00
Simon Chan
b69e713797
fix(adb): add missing magic 2023-03-11 13:28:00 +08:00
Simon Chan
57917317e6
refactor(adb): simplify sending packet flow 2023-03-11 13:18:13 +08:00
Simon Chan
190b24ad5e
refactor(stream): add BufferCombiner for more flexible uses 2023-03-11 13:18:00 +08:00
Simon Chan
26fe783405
feat(adb): make buffers consumable to allow reusing
fixes #513
2023-03-09 11:22:13 +08:00
Simon Chan
254b1c0d80
fix(adb): fix sync socket buffer 2023-03-08 21:02:08 +08:00