scrcpy/server/src/main
Romain Vimont eabaf6f7bd 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. Use a simple
boolean instead.
2020-07-17 00:00:42 +02:00
..
aidl/android Synchronize device clipboard to computer 2020-05-24 14:31:49 +02:00
java/com/genymobile/scrcpy Simplify PASTE option for "set clipboard" 2020-07-17 00:00:42 +02:00
AndroidManifest.xml Convert server to an Android project 2018-01-30 12:01:36 +01:00