scrcpy/server
Romain Vimont 0c01ac34b4 Simplify PASTE option for "set clipboard"
When the client requests to set the clipboard, it may request to press
the PASTE key in addition. To be a bit generic, it was stored as a flag
in ControlMessage.java.

But flags suggest that it represents a bitwise union, which could become
confusing when we add a COPY option for getting the clipboard.
2020-06-02 18:27:24 +02:00
..
scripts Always invoke gradle except as root 2018-02-14 14:03:56 +01:00
src Simplify PASTE option for "set clipboard" 2020-06-02 18:27:24 +02:00
.gitignore Convert server to an Android project 2018-01-30 12:01:36 +01:00
build.gradle Bump version to 1.14 2020-05-27 18:26:46 +02:00
build_without_gradle.sh Bump version to 1.14 2020-05-27 18:26:46 +02:00
meson.build Require Meson 0.48 to get rid of warnings 2020-04-13 22:47:03 +02:00
proguard-rules.pro Convert server to an Android project 2018-01-30 12:01:36 +01:00