1. 04 8月, 2015 1 次提交
    • I
      Allow iOS apps to restart by copying the app.skyx to the Documents · 05779881
      Ian Fischer 提交于
      directory on the device.
      
      This work is to support a workflow where developers testing on an iOS
      device will automatically see their app updates as they change their Sky
      code. Currently this works by using the ios-deploy tool:
      $ ios-deploy --bundle_id 'org.domokit.sky.game' --upload out/ios_Debug/game_app.app/app.skyx --to Documents/app.skyx
      Upcoming commits will incorporate this into skytool.
      05779881
  2. 31 7月, 2015 8 次提交
  3. 30 7月, 2015 4 次提交
    • E
      Fix CreatePlatformServiceProvider to allow calling more than once. · cc491e94
      Eric Seidel 提交于
      The previous implementation would (silently) delete any previous
      ServiceProviderImpl which would close all open mojo pipes.
      This would manfiest in the mojo:network_service never
      responding to Dart's request for loads.
      
      This mostly fixes issue #256, however there still appears to be
      a separate display-only race, which may be related to issue #52.
      
      R=abarth@google.com
      cc491e94
    • A
      Make SkyShell.app work · ec4eac4e
      Adam Barth 提交于
      It was looking for the wrong executable name.
      ec4eac4e
    • C
      Pass correct recognizer data while panning on iOS · 2a829f94
      Chinmay Garde 提交于
      2a829f94
    • A
      Improve vsync provider · 752ff897
      Adam Barth 提交于
      Now we actually use the vsync signal to trigger work. Previously, we'd hit the
      pipeline depth limit too early and fall back to swap buffers-triggered
      rendering.
      
      Also, rename Vsync to VSync on recommendation from jamesr.
      752ff897
  4. 29 7月, 2015 13 次提交
  5. 28 7月, 2015 4 次提交
  6. 24 7月, 2015 2 次提交
  7. 22 7月, 2015 1 次提交
  8. 21 7月, 2015 1 次提交
  9. 17 7月, 2015 3 次提交