Commit graph

262 commits

Author SHA1 Message Date
Simon Chan
d06b5f2ed6
feat: make consumable writable streams also accept raw values 2024-04-16 14:01:30 +08:00
Simon Chan
d60ac95f47
refactor(scrcpy): rename BasicControlMessage to EmptyControlMessage 2024-04-14 14:02:45 +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
7944e81e88
fix(scrcpy): fix some option default values 2024-04-10 00:05:09 +08:00
Simon Chan
d187c247d7
chore: update dependencies 2024-04-05 19:39:49 +08:00
Simon Chan
377bf5f176
feat(scrcpy): expose set clipboard control message 2024-04-02 01:10:02 +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
9a87f3ca13
chore: update dependencies 2024-03-21 10:37:37 +08:00
Simon Chan
48557f6203
fix: improve regex 2024-03-06 15:05:26 +08:00
Simon Chan
f266970cf2
fix: improve regex 2024-03-06 15:01:32 +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
1f162ad324
chore: update dependencies 2024-01-20 22:10:47 +08:00
Simon Chan
b920c72e6b
chore: update dependencies 2023-12-17 13:51:35 +08:00
Simon Chan
6fc88b9b17
chore: bump version 2023-12-13 13:58:20 +08:00
Simon Chan
06e6f044e5
feat(pcm): increase buffer size for smoother playback 2023-12-08 15:52:25 +08:00
Simon Chan
14abce470d
chore: update dependencies 2023-12-04 17:10:43 +08:00
Simon Chan
336e0ffd5d
feat(scrcpy): support v2.2 2023-11-03 11:18:25 +08:00
Simon Chan
dce44ae9ac
chore: update dependencies 2023-10-10 12:30:30 +08:00
Simon Chan
7c3c04550a
feat(scrcpy): expose notification panel controls 2023-10-04 20:27:25 +08:00
Simon Chan
ea6f221a47
chore: remove dependency on @types/dom-webcodecs 2023-09-28 14:44:40 +08:00
Simon Chan
85d082f9e7
fix(webcodec): fix a h265 header parsing issue 2023-09-25 16:37:40 +08:00
Simon Chan
aca7df46b7
chore: update dependencies 2023-09-21 11:26:09 +08:00
Simon Chan
9718f83926
fix(adb): throw correct error from sync.pull 2023-08-30 19:24:59 +08:00
Simon Chan
76c020b456
fix(scrcpy): fix typing 2023-08-26 17:32:34 +08:00
Simon Chan
2b9c4f106e
chore: bump versions 2023-08-25 22:07:52 +08:00
Simon Chan
9c1b5e23ca
fix(scrcpy): remove old bin in package.json 2023-08-03 14:30:07 +08:00
Simon Chan
04f15595e3
chore(scrcpy): add more docs 2023-07-20 19:53:00 +08:00
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
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
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
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
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
d6fc80c628
chore: bump version to 0.0.19 2023-04-09 14:18:42 +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
26fe783405
feat(adb): make buffers consumable to allow reusing
fixes #513
2023-03-09 11:22:13 +08:00
Simon Chan
57fc991452 feat(adb): allow remote error to stop 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
225e369f53 feat(bin): add cmd wrapper 2023-03-05 21:48:06 +08:00
Simon Chan
d08a6891e7
feat(aoa): emulating HID keyboard via AOA protocol 2023-02-28 00:25:07 +08:00