Commit graph

268 commits

Author SHA1 Message Date
Simon Chan
b3db76b96a
fix(scrcpy): options.setListDisplays not work for some versions
fixes #567
2023-07-15 12:46:37 +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
2abec924e8
feat(bin): add wrapper for bu
fixes #354
2023-07-07 18:30:01 +08:00
Simon Chan
721e14fa7a
feat(stream): improve ConcatStringStream 2023-07-06 15:07:08 +08:00
Simon Chan
e3bfd1592f
feat(bin): use cmd in settings 2023-07-01 03:07:57 +08:00
Simon Chan
9b0e06cdfb
feat(scrcpy-server): separate package, add support for Vite 2023-06-27 15:29:35 +08:00
Simon Chan
419a7559fe
feat(scrcpy): support server version 2.1 2023-06-22 12:58:47 +08:00
Simon Chan
bf76ce006f
feat(bin): support pm list packages 2023-06-20 14:44:10 +08:00
Simon Chan
dc1a23b83d
feat(demo): save scrcpy settings to device
fixes #384
2023-06-05 14:20:01 +08:00
Simon Chan
d91fef04dd
chore: v0.0.20 2023-06-05 11:02:37 +08:00
Simon Chan
b263884352
chore: fix typo 2023-06-04 23:31:01 +08:00
Simon Chan
94ae82eef3
chore: prepare for next release 2023-06-04 23:22:48 +08:00
Simon Chan
380b1da415
feat(credential): save keys in indexedDB to support workers 2023-05-25 23:03:40 +08:00
Simon Chan
d421502256
feat(scrcpy): add isSupported method toWebCodecDecoder 2023-05-25 23:01:02 +08:00
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
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
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
04d7c08b78
feat(demo): use tabby as terminal emulator (#541) 2023-04-23 23:24:29 +08:00
Simon Chan
b08ad29706
feat(scrcpy): support Scrcpy 2.0 (#495) 2023-04-15 19:50:46 +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
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
d6fc80c628
chore: bump version to 0.0.19 2023-04-09 14:18:42 +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
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
82a6732e9e
chore: update dependencies 2023-03-12 11:08:46 +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
Simon Chan
e66d34faf1 refactor(stream): rename ChunkStream to DistributionStream 2023-03-08 12:04:35 +08:00
Simon Chan
57fc991452 feat(adb): allow remote error to stop sync push 2023-03-08 12:04:35 +08:00
Simon Chan
4563a41c36 fix(adb): fix static mtime default value 2023-03-08 12:04:35 +08:00
Simon Chan
77b701018e feat(adb): expose dry run option for sync push 2023-03-08 12:04:35 +08:00
Simon Chan
cde7923856 refactor(adb): change sync push args to objects 2023-03-08 12:04:35 +08:00
Simon Chan
23c6bf1d67 fix(steam): flush final chunk in ChunkStream 2023-03-08 12:04:35 +08:00
Simon Chan
a8b08df66c feat(adb): avoid small packets in sync push 2023-03-08 12:04:35 +08:00
Simon Chan
1fb86f5eed feat(adb): buffer writes in sync push 2023-03-08 12:04:35 +08:00
Simon Chan
228d2ab7d3 fix(bin): add missing arg for pm install 2023-03-05 21:48:06 +08:00