Commit graph

262 commits

Author SHA1 Message Date
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
Simon Chan
7c202c1b96
chore: rename file 2023-01-05 02:22:57 +08:00
Simon Chan
171c5fc73e
chore: update dependencies 2023-01-05 00:39:50 +08:00
Simon Chan
076d67e210 feat(scrcpy): improve support for scroll and hover 2022-12-23 07:33:20 +08:00
Simon Chan
a066bb4482
feat(scrcpy): support Scrcpy 1.25 2022-12-23 03:59:22 +08:00
Simon Chan
aa033e4de6
chore: integrate ESLint 2022-12-22 01:42:24 +08:00
Simon Chan
8bcd0ab913
chore: fix project reference 2022-11-16 01:15:06 +08:00
Simon Chan
ccb9d32def
chore: update jest config 2022-11-16 00:42:53 +08:00
Simon Chan
879ffcbb19
chore: upgrade dependencies 2022-11-12 20:49:08 +08:00
Simon Chan
76d6d43341
chore: update README for scrcpy 2022-10-19 00:39:50 +08:00
Simon Chan
92af286a61
chore: update README for scrcpy 2022-10-18 19:22:58 +08:00
Simon Chan
c1128a3fb8
chore: update README for scrcpy 2022-10-18 18:38:58 +08:00
Simon Chan
394853cb1b
chore: move adb to peerDependencies for scrcpy package 2022-10-18 18:08:52 +08:00
Simon Chan
b157c686d8
v0.0.17 2022-10-18 17:46:19 +08:00
Simon Chan
88a3c10aa0
refactor(scrcpy): move decoders to own packages 2022-07-19 16:36:34 +08:00
Simon Chan
2621f83ccb
chore: rename default branch to main 2022-07-11 11:03:51 +08:00
Simon Chan
d10606a8dd
feat(demo): adopt xterm-search-addon new API 2022-07-03 00:52:16 +08:00
Simon Chan
d4e06cd3eb
feat(scrcpy): support set screen power mode control message
fixes #428
2022-06-26 12:40:15 +08:00
Simon Chan
df7540eb5d chore(scrcpy): update README 2022-06-26 02:36:38 +08:00
Simon Chan
c13bbe3a61 refactor(scrcpy): revert changing control message client to stream
refs #427
2022-06-26 02:36:38 +08:00
Simon Chan
32f98424e5 refactor(scrcpy): separate control client to two transform streams
refs #427
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
e779f80385 refactor(scrcpy): uncouple from ADB
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
ce8f062e96 refactor(scrcpy): separate parts depend on ADB 2022-06-26 02:36:38 +08:00
Simon Chan
9265c72d61
chore: bump version to 0.0.16 2022-05-28 12:03:09 +08:00
Simon Chan
3ffd42b6e4
fix(adb): prevent connection stall when cancel a socket
refs #419
2022-05-26 13:15:20 +08:00
Simon Chan
3c9f5b919d
chore: convert line ending to lf 2022-05-15 21:15:31 +08:00
Simon Chan
30faaa1438
refactor(struct): performance optimization 2022-05-15 13:48:25 +08:00
Simon Chan
1ee03486a6
chore: a version can crash chrome 2022-05-14 17:03:38 +08:00
Simon Chan
5c3048ee3e
feat(scrcpy): support types of codec options 2022-05-14 12:12:51 +08:00
LordGiacomoS
d9cdc50b74 Added allowance for enter key 2022-05-11 12:20:43 +08:00