Commit graph

143 commits

Author SHA1 Message Date
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
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
399fe012ed
feat(scrcpy): support all US layout keys 2023-02-16 15:13:44 +08:00
Simon Chan
19ee58ce29
chore: format code 2023-02-03 18:02:05 +08:00
Simon Chan
c26990c7a5
feat(scrcpy): add intraRefreshPeriod codec option 2023-02-02 18:01:48 +08:00
Simon Chan
8f206adeb5
feat(scrcpy): use forward tunnel if reverse tunnel not supported 2023-01-28 15:09:19 +08:00
Simon Chan
9705738bd6
chore: bump version to 0.0.18 2023-01-26 05:39:53 +08:00
Simon Chan
6425e54c34
chore: update README and comments 2023-01-26 05:32:10 +08:00
Simon Chan
a15498f34d
fix(scrcpy): fix message type 2023-01-20 21:03:51 +08:00
Simon Chan
56756c31d6
fix(scrcpy): add missing method 2023-01-20 20:54:35 +08:00
Simon Chan
2c32d4dc0b
feat(scrcpy): add set clipboard and ack clipboard 2023-01-20 20:45:01 +08:00
Simon Chan
b5f58227fd
refactor(scrcpy): small optimizations 2023-01-20 20:43:43 +08:00
Simon Chan
ed04614a1e
chore: update license year 2023-01-13 02:02:31 +08:00
Simon Chan
259cdefcb2
chore: upgrade to official eslint-plugin-import 2023-01-13 01:20:23 +08:00
Simon Chan
b73737742c
feat(scrcpy-decoder): record skipped frame count 2023-01-10 16:00:16 +08:00
Simon Chan
eaf3a7a3c8
feat(scrcpy): add recording support
relates to #465
2023-01-07 00:50:39 +08:00
Simon Chan
e225c0c6e2
feat(demo): improve Scrcpy command bar on small screen 2023-01-07 00:49:15 +08:00
Simon Chan
312684209c
chore: update docs 2023-01-06 19:18:58 +08:00
Simon Chan
c2fa194d08
feat(scrcpy): parse and return h264 configurations
for use in remuxing/recoding
2023-01-05 02:41:42 +08:00