scrcpy/server/src/test/java/com/genymobile/scrcpy
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
..
CodecOptionsTest.java Add --codec-options 2020-05-24 14:54:34 +02:00
ControlMessageReaderTest.java Simplify PASTE option for "set clipboard" 2020-07-17 00:00:42 +02:00
DeviceMessageWriterTest.java Serialize text size on 4 bytes 2020-06-11 23:11:17 +02:00
StringUtilsTest.java Remove MagicNumber checkstyle 2020-03-28 22:08:16 +01:00