1. 22 6月, 2020 15 次提交
  2. 21 6月, 2020 6 次提交
  3. 20 6月, 2020 7 次提交
  4. 19 6月, 2020 5 次提交
  5. 10 6月, 2020 3 次提交
    • O
      !14 Pull Request · 83b161d5
      openeuler-ci-bot 提交于
      Merge pull request !14 from Night/master
      83b161d5
    • N
      window icon: fix icon resource error. · fff7c0a3
      night_xiaoye 提交于
      Change resource to "logo.png".
      We rename icon resource "logo.png" in commit-957c2664, but forget change install
      session and code in window.cpp. Finally, we failed in "make install".
      fff7c0a3
    • N
      window: [fix bug]open app in horizontal screen, but window is in vertical state. · 08f3d01a
      night_xiaoye 提交于
      Some app opens in horizontal screen, but window on anbox side is in vertical state,
      As the result, bottom of the window has black area.
      To solve this problem, we adjust window on anbox side when app opens in horizontal
      screen state.
      But, when window adjusted by user, app follows this adjustment and send
      this adjustment to anbox at the second time. So change of this commit has no effect
      after window is adjusted by user or 15s timeout.
      08f3d01a
  6. 09 6月, 2020 4 次提交
    • O
      !13 Pull Request · 545ec0b2
      openeuler-ci-bot 提交于
      Merge pull request !13 from Night/master
      545ec0b2
    • N
      event: shield ESC key message to avoid misoperation. · cf2318da
      night_xiaoye 提交于
      When app runs, some users operate wrong action: press ESC key, as the result,
      app exists. So we will no longer send KEY_ESC message to android After ESC key
      pressed.
      note: In the code changes, "KEY_ESC" is not the same as "KEY_BACK" (triangle
      button on mobilephone).
      cf2318da
    • O
      !12 Pull Request · df3635ef
      openeuler-ci-bot 提交于
      Merge pull request !12 from Night/master
      df3635ef
    • N
      network: install network module for anbox. · 255b8ca9
      night_xiaoye 提交于
      Add file anbox-bridge.sh into "make install" list.
      anbox-bridge.sh: provide network function for anbox-apps to use.
      usage:
      1.cd to the install path.
      2.do shell cmd "./anbox-bridge.sh start" before anbox-session process to open
      network module.
      3.do shell cmd "./anbox-bridge.sh stop" after anbox-session process to stop.
      255b8ca9