1. 04 8月, 2015 5 次提交
    • 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
    • A
      Update Sky package deps · 215ffde9
      Adam Barth 提交于
      215ffde9
    • A
      Rev pub packages · bb1ade9e
      Adam Barth 提交于
      bb1ade9e
    • A
      Fix skyanalyzer · 6942e955
      Adam Barth 提交于
      Our supressions for the generated mojom.dart files weren't working after we
      deleted the mojom package. This CL updates the filters to catch mojom.dart
      files again.
      6942e955
    • A
      ScrollableBlock should be able to overscroll · cf293bba
      Adam Barth 提交于
      When a ScrollableBlock can scroll, we want to be able to drag into the
      overscroll region. Previously we could fling into the overscroll region, but we
      couldn't actually drag there.
      cf293bba
  2. 02 8月, 2015 5 次提交
  3. 01 8月, 2015 13 次提交
  4. 31 7月, 2015 17 次提交