1. 04 10月, 2019 2 次提交
  2. 03 10月, 2019 2 次提交
  3. 30 9月, 2019 2 次提交
  4. 28 9月, 2019 3 次提交
  5. 27 9月, 2019 1 次提交
  6. 15 9月, 2019 4 次提交
  7. 15 8月, 2019 1 次提交
  8. 14 8月, 2019 1 次提交
  9. 09 8月, 2019 4 次提交
    • R
      Print gradle output on compiling · 20b3f101
      Romain Vimont 提交于
      Enable the attribute "console" of custom_target() introduced in meson
      0.48. This allows to get a feedback of what gradle does (which can takes
      a very long time).
      
      This produces warnings because we declare to support meson >= 0.37, but
      we don't want to stop supporting older versions for that. Older versions
      just ignore the option:
      
      > WARNING: Unknown keyword arguments in target scrcpy-server: console
      
      Newer meson versions use it, but warn because we declare supporting
      older versions:
      
      > WARNING: Project targetting '>= 0.37' but tried to use feature
      > introduced in '0.48.0': console arg in custom_target
      
      Meson does not support conditional branches to suppress such warnings,
      so just keep the warnings.
      20b3f101
    • R
      Merge pull request #708 from toddsierens/patch-1 · 68673302
      Romain Vimont 提交于
      Update WindowManager.java
      68673302
    • T
      Update WindowManager.java · 27eacc3c
      toddsierens 提交于
      27eacc3c
    • R
      Record a packet with its duration · 8507fea2
      Romain Vimont 提交于
      Record a packet only once the following has been received, so that we
      can set its duration before muxing it.
      
      Fixes <https://github.com/Genymobile/scrcpy/issues/702>
      8507fea2
  10. 08 8月, 2019 3 次提交
  11. 05 8月, 2019 3 次提交
  12. 04 8月, 2019 7 次提交
  13. 02 8月, 2019 4 次提交
  14. 31 7月, 2019 3 次提交