scrcpy/server
Romain Vimont 63c078ee6c Implement device-to-computer clipboard copy
On Ctrl+C:
 - the client sends a GET_CLIPBOARD command to the device;
 - the device retrieve its current clipboard text and sends it in a
   GET_CLIPBOARD device event;
 - the client sets this text as the system clipboard text, so that it
   can be pasted in another application.

Fixes <https://github.com/Genymobile/scrcpy/issues/145>
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 device-to-computer 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