Commit graph

  • 59d1b0a269 Split socket creation and connect/listen Romain Vimont 2021-10-31 22:01:57 +01:00
  • 2f816fdfc2 wip server_thread.17 Romain Vimont 2021-10-30 18:59:46 +02:00
  • 91e5e68582 server_thread Romain Vimont 2021-10-30 16:31:38 +02:00
  • 0bc1882179 server_cbs Romain Vimont 2021-10-30 15:33:23 +02:00
  • 52eb960dd0 server_info Romain Vimont 2021-10-30 19:07:35 +02:00
  • 34b92440e2 stopped_cond Romain Vimont 2021-10-31 14:56:37 +01:00
  • 790f04e91f Update README.jp.md to v1.19 Kaleidot725 2021-10-30 18:29:52 +09:00
  • e23daebe06 Copy server params Romain Vimont 2021-10-27 23:40:52 +02:00
  • 0b616634c3 Reorder server and server_params Romain Vimont 2021-10-27 23:20:47 +02:00
  • 58ea238fb2 Remove unnecessary variable Romain Vimont 2021-10-31 12:20:45 +01:00
  • 13c4aa1a3b Disable synthetic mouse events from touch events Romain Vimont 2021-10-31 12:40:51 +01:00
  • caf594c90e Split SDL initialization Romain Vimont 2021-10-31 12:11:34 +01:00
  • 688477ff65 Move SDL initialization Romain Vimont 2021-10-31 12:03:35 +01:00
  • ac539e1312 Set SDL hints before initialization Romain Vimont 2021-10-31 10:35:58 +01:00
  • a57c7d3a2b Extract SDL hints Romain Vimont 2021-10-31 10:35:03 +01:00
  • 740e165aab Update README.jp.md Kaleidot725 2021-10-31 10:55:09 +09:00
  • b4ee797401 TODO server_thread.14 Romain Vimont 2021-10-30 22:51:29 +02:00
  • d7106d7009 wip Romain Vimont 2021-10-30 18:59:46 +02:00
  • 9e6687e698 server_thread Romain Vimont 2021-10-30 16:31:38 +02:00
  • dc05033441 server_cbs Romain Vimont 2021-10-30 15:33:23 +02:00
  • dc652f67ce server_info Romain Vimont 2021-10-30 19:07:35 +02:00
  • 55641ceb64 Copy server params Romain Vimont 2021-10-27 23:40:52 +02:00
  • fb330cc603 Reorder server and server_params Romain Vimont 2021-10-27 23:20:47 +02:00
  • d2d18466d4 Factorize SDL event push Romain Vimont 2021-10-30 22:36:56 +02:00
  • dae091e3ab Handle SDL_PushEvent() errors Romain Vimont 2021-10-30 20:21:00 +02:00
  • b790e15ad6 push_event push_event Romain Vimont 2021-10-30 20:21:00 +02:00
  • 4c4381de4c Use sc_ prefix for size, position and point Romain Vimont 2021-10-30 15:20:39 +02:00
  • 2df78163a5 Update README.jp.md to v1.19 Kaleidot725 2021-10-30 18:29:52 +09:00
  • db484d82db Upgrade gradle build tools to 7.0.2 Romain Vimont 2021-10-30 11:32:48 +02:00
  • 0c9666b733 Upgrade Android checkstyle to 9.0.1 Romain Vimont 2021-10-30 11:23:51 +02:00
  • 8bf28e9f53 Upgrade Android SDK to 31 Romain Vimont 2021-10-30 11:23:51 +02:00
  • 06131ef634 Fix typo in clock comments Romain Vimont 2021-10-29 12:21:34 +02:00
  • 781bb7397b Copy server params server_thread.8 Romain Vimont 2021-10-27 23:40:52 +02:00
  • b876cf9ddc Reorder server and server_params Romain Vimont 2021-10-27 23:20:47 +02:00
  • 34eb10ea0b Define v4l2 option field only if HAVE_V4L2 Romain Vimont 2021-10-27 18:43:47 +02:00
  • 27fa23846d Define default options as const struct Romain Vimont 2021-10-27 18:43:47 +02:00
  • e4d5c1ce36 Move scrcpy option structs to options.h Romain Vimont 2021-10-27 18:43:47 +02:00
  • ac23bec144 Expose socket interruption Romain Vimont 2021-10-26 22:49:45 +02:00
  • 106a3dfa19 Expose socket interruption sc_socket.3 Romain Vimont 2021-10-26 22:49:45 +02:00
  • e5ea13770b Add socket wrapper Romain Vimont 2021-10-26 22:49:45 +02:00
  • 3eac212af1 Use net_send() from net_send_all() Romain Vimont 2021-10-26 22:49:45 +02:00
  • 3adff37c2d Use sc_ prefix for sockets Romain Vimont 2021-10-26 22:49:45 +02:00
  • eb6afe7669 Move net_init() and net_cleanup() upwards Romain Vimont 2021-10-26 22:49:45 +02:00
  • 5222f213f4 Update FAQ to mention HID keyboard Romain Vimont 2021-10-21 21:38:01 +02:00
  • e4163321f0 Delay HID events on Ctrl+v Romain Vimont 2021-10-21 21:33:15 +02:00
  • c96874b257 Synchronize HID keyboard state on first event Romain Vimont 2021-10-21 20:44:19 +02:00
  • 511356710d Retrieve device serial for AOA Romain Vimont 2021-10-17 16:58:31 +02:00
  • d55015e4cf Expose function to get the device serial Romain Vimont 2021-10-17 16:30:07 +02:00
  • 0681480809 Add read_pipe_all() Romain Vimont 2021-10-17 16:20:46 +02:00
  • 96b18dabaa Expose adb execution with redirection Romain Vimont 2021-10-17 16:14:33 +02:00
  • eaf4afaad9 Add command execution with redirection Romain Vimont 2020-11-14 22:12:07 +01:00
  • 207082977a Add support for USB HID keyboard over AOAv2 Alynx Zhou 2021-09-10 18:57:35 +08:00
  • f7d1efdf1d Extract mouse processor trait Romain Vimont 2021-10-03 17:44:14 +02:00
  • bcf5a9750f Extract keyboard processor trait Romain Vimont 2021-10-03 17:11:20 +02:00
  • 056d36ce4a Fix trait header guards Romain Vimont 2021-10-03 17:13:12 +02:00
  • bea3197c3f Remove unused markdown link in README Romain Vimont 2021-10-25 18:22:48 +02:00
  • d6568f64af Mention SCRCPY_ICON_PATH envvar in README Romain Vimont 2021-10-25 18:21:31 +02:00
  • 580f5d8bb9 Add scrcpy icon to README Romain Vimont 2021-10-23 09:29:30 +02:00
  • 1e340caf76 Remove legacy scrcpy icon Romain Vimont 2021-10-22 18:51:20 +02:00
  • 3d5b31e0cb Add icon source in SVG format Romain Vimont 2021-10-23 09:25:59 +02:00
  • 6004f0b6b0 Use a new scrcpy icon Romain Vimont 2021-10-22 18:51:20 +02:00
  • 12ed2f2402 Add support for palette icon formats Romain Vimont 2021-10-22 18:51:20 +02:00
  • 0e4564da03 Add icon loader Romain Vimont 2021-10-22 18:51:20 +02:00
  • 156d958e77 Move common instruction out of ifdef Romain Vimont 2021-10-25 18:08:31 +02:00
  • 7229e3cce0 Extract util function to build a local file path Romain Vimont 2021-10-22 18:51:20 +02:00
  • f7e11cb8aa Add scrcpy icon to README icon.6 Romain Vimont 2021-10-23 09:29:30 +02:00
  • 2ef537997e Remove legacy scrcpy icon Romain Vimont 2021-10-22 18:51:20 +02:00
  • 778e60ce77 Add icon source in SVG format Romain Vimont 2021-10-23 09:25:59 +02:00
  • 45d099e3de Use a new scrcpy icon Romain Vimont 2021-10-22 18:51:20 +02:00
  • 934bb8efb7 Add support for palette icon formats Romain Vimont 2021-10-22 18:51:20 +02:00
  • fcadb44d45 Add icon loader Romain Vimont 2021-10-22 18:51:20 +02:00
  • 20e54a8403 Remove legacy scrcpy icon icon.5 Romain Vimont 2021-10-22 18:51:20 +02:00
  • 4fc8bdb084 Use the new scrcpy icon Romain Vimont 2021-10-22 18:51:20 +02:00
  • 13457884ba Add support for palette icon formats Romain Vimont 2021-10-22 18:51:20 +02:00
  • c6c1554258 Add icon loader Romain Vimont 2021-10-22 18:51:20 +02:00
  • dffa4e5a24 Extract util function to build a local file path Romain Vimont 2021-10-22 18:51:20 +02:00
  • 42050ba482
    Merge ad7212beb1 into a7e41b0f85 TeofilisMartisius 2021-10-22 10:24:57 +08:00
  • 36dba47438 Update FAQ to mention HID keyboard hid.19 Romain Vimont 2021-10-21 21:38:01 +02:00
  • 06abf61408 Delay HID events on Ctrl+v Romain Vimont 2021-10-21 21:33:15 +02:00
  • 82f73fca50 Synchronize HID keyboard state on first event Romain Vimont 2021-10-21 20:44:19 +02:00
  • ad1f3fd90f Retrieve device serial for AOA Romain Vimont 2021-10-17 16:58:31 +02:00
  • 95b6f653cc Expose function to get the device serial Romain Vimont 2021-10-17 16:30:07 +02:00
  • fdea75a555 Add read_pipe_all() Romain Vimont 2021-10-17 16:20:46 +02:00
  • c53c466484 Expose adb execution with redirection Romain Vimont 2021-10-17 16:14:33 +02:00
  • 1d52d91659 Add command execution with redirection Romain Vimont 2020-11-14 22:12:07 +01:00
  • f4b456219d Add support for USB HID keyboard over AOAv2 Alynx Zhou 2021-09-10 18:57:35 +08:00
  • 9d63ca5a10 Extract mouse processor trait Romain Vimont 2021-10-03 17:44:14 +02:00
  • c485cfdb3f Extract keyboard processor trait Romain Vimont 2021-10-03 17:11:20 +02:00
  • 9750acf689 Fix trait header guards Romain Vimont 2021-10-03 17:13:12 +02:00
  • a7e41b0f85 Fix code style Romain Vimont 2021-10-21 18:36:16 +02:00
  • 46d3e35c30 Fix "Could not find v4l2 muxer" zhongkaizhu 2021-10-20 19:35:58 +08:00
  • 160e4759d8 Add support for the legacy uinput interface Luiz Henrique Laurini 2021-05-08 14:13:22 -03:00
  • 1b9ad0a5d8 Use LastErrorException for native error handling Luiz Henrique Laurini 2021-05-04 19:16:52 -03:00
  • 1a88f74269 Fix style violations Luiz Henrique Laurini 2021-05-01 10:58:32 -03:00
  • a4aeb0a950 Fix no input working if uinput is not supported Luiz Henrique Laurini 2021-04-30 20:30:23 -03:00
  • f202e69a31 Use jna.boot.library.path instd of LD_LIBRARY_PATH Luiz Henrique Laurini 2021-04-30 20:21:07 -03:00
  • 6feb8adfb0 Add --no-game-controller option Luiz Henrique Laurini 2021-04-01 15:17:13 -03:00
  • 9d50a9e3b4 Cleanup initialization Luiz Henrique Laurini 2021-03-31 20:32:00 -03:00
  • ecbbff452f Move uinput stuff to UinputDevice Luiz Henrique Laurini 2021-03-31 20:22:45 -03:00
  • 7a689b9474 Fix mistake when renaming things Luiz Henrique Laurini 2021-02-20 21:04:10 -03:00