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. 30 7月, 2015 1 次提交
  3. 29 7月, 2015 5 次提交
  4. 24 7月, 2015 1 次提交
  5. 22 7月, 2015 1 次提交
  6. 21 7月, 2015 1 次提交
  7. 17 7月, 2015 1 次提交
  8. 10 7月, 2015 1 次提交
  9. 07 7月, 2015 1 次提交
    • A
      Add padding values to View.idl · 8031ab6b
      Adam Barth 提交于
      Rather than hardcoding the size and presence of the notification area in Dart,
      we now expose padding values on the view. These values are set to non-zero
      values when there are UI elements that overlap the view. We currently respect
      only the top padding, but this CL paves the way to respect padding in other
      directions.
      
      We still hardcode the size of the notification area in Java. A future CL will
      retrieve this value from the Android framework.
      
      Fixes #257
      
      R=ianh@google.com
      
      Review URL: https://codereview.chromium.org/1220353002.
      8031ab6b
  10. 03 7月, 2015 1 次提交
  11. 26 6月, 2015 1 次提交
    • 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
  12. 17 6月, 2015 1 次提交
  13. 16 6月, 2015 1 次提交
  14. 13 6月, 2015 1 次提交
  15. 11 6月, 2015 1 次提交