scrcpy/server
Romain Vimont c13a24389c Implement computer-to-device clipboard copy
It was already possible to _paste_ (with Ctrl+v) the content of the
computer clipboard on the device. Technically, it injects a sequence of
events to generate the text.

Add a new feature (Ctrl+Shift+v) to copy to the device clipboard
instead, without injecting the content. Contrary to events injection,
this preserves the UTF-8 content exactly, so the text is not broken by
special characters.

<https://github.com/Genymobile/scrcpy/issues/413>
2019-05-30 22:46:52 +02:00
..
scripts Always invoke gradle except as root 2018-02-14 14:03:56 +01:00
src Implement computer-to-device clipboard copy 2019-05-30 22:46:52 +02:00
.gitignore Convert server to an Android project 2018-01-30 12:01:36 +01:00
build.gradle Bump version to 1.8 2019-03-07 20:21:07 +01:00
meson.build server/meson.build: support relative path for prebuilt_server 2019-03-03 12:27:56 +08:00
proguard-rules.pro Convert server to an Android project 2018-01-30 12:01:36 +01:00