1. 16 8月, 2015 1 次提交
  2. 15 8月, 2015 2 次提交
  3. 14 8月, 2015 1 次提交
  4. 07 8月, 2015 1 次提交
  5. 05 8月, 2015 1 次提交
  6. 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
  7. 31 7月, 2015 1 次提交
  8. 29 7月, 2015 5 次提交
  9. 28 7月, 2015 2 次提交
  10. 24 7月, 2015 1 次提交
    • A
      Create a SkyShell.apk · 54e3a36c
      Adam Barth 提交于
      This CL introduces a SkyShell.apk that is separate from the SkyDemo.apk that we
      upload to the store to show our demos.  The SkyShell.apk is just an empty shell
      that can run Sky applications on Android.
      54e3a36c
  11. 22 7月, 2015 1 次提交
  12. 17 7月, 2015 2 次提交
  13. 14 7月, 2015 2 次提交
  14. 10 7月, 2015 2 次提交
  15. 09 7月, 2015 2 次提交
  16. 07 7月, 2015 1 次提交
  17. 03 7月, 2015 2 次提交
  18. 30 6月, 2015 1 次提交
  19. 26 6月, 2015 2 次提交
    • A
      Support snapshots in sky_shell (again) · 570cfb62
      Adam Barth 提交于
      Unbreak support for snapshots now that we have our offline Dart loader. Also,
      wire up support for snapshots in sky_shell on Linux.
      
      TBR=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/1212623002.
      570cfb62
    • A
      Make it possible to run Sky apps offline · 1a1ef489
      Adam Barth 提交于
      This CL makes it possible to run Sky apps offline by introducing new
      DartLibraryProvider subclasses, specifically one that can load directly from
      the file system. A future CL will expand this functionality to work with asset
      bundles as well.
      
      Currently, the only platform that uses this functionality is Linux, which can
      now load a simple Sky app without even loading a network stack. Making this
      work on other platforms is work for future CLs.
      
      TBR=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/1203143004.
      1a1ef489
  20. 24 6月, 2015 1 次提交
  21. 23 6月, 2015 1 次提交
  22. 16 6月, 2015 1 次提交
  23. 13 6月, 2015 1 次提交
  24. 11 6月, 2015 1 次提交
  25. 28 5月, 2015 1 次提交
  26. 20 5月, 2015 1 次提交
  27. 17 4月, 2015 1 次提交
  28. 21 3月, 2015 1 次提交