1. 11 Aug, 2016 7 commits
    • John McCutchan's avatar
      Add FlutterView and ViewManager and hook them into the ResidentRunner. (#5345) · 728e2a56
      John McCutchan authored
      - [x] Refactor view support into separate classes.
      - [x] Make the hot runner grab the main view and call runFromSource on it.
      - [x] Remove Device.needsDevFS (because it is always true).
      728e2a56
    • Adam Barth's avatar
      Update engine.version (#5341) · b761ffaf
      Adam Barth authored
      b761ffaf
    • Ian Hickson's avatar
      Improve our scroll physics on iOS (#5340) · 17cdc889
      Ian Hickson authored
      Changes in this patch:
      - iOS now uses a different scrollDrag constant than Android.
         - ScrollConfigurationDelegate now knows about target platforms.
         - ScrollBehaviors now know about target platforms.
         - RawInputLine now has to be told what platform it's targetting.
         - PageableList now has a concept of target platform.
      - make debugPrintStack filter its stack.
         - move debugPrintStack to `assertions.dart`.
      - add support for limiting the number of frames to debugPrintStack.
      - make defaultTargetPlatform default to android in test environments.
      - remove OverscrollStyle and MaterialApp's overscrollStyle argument. You
        can now control the overscroll style using Theme.platform.
      - the default scroll configuration is now private to avoid people
        relying on the defaultTargetPlatform getter in their subclasses (since
        they really should use Theme.of(context).platform).
      - fix some typos I noticed in some tests.
      - added a test for flinging scrollables, that checks that the behavior
        differs on the two target platforms.
      - made flingFrom and fling in the test API pump the frames.
      - added more docs to the test API.
      - made the TestAsyncUtils.guard() method report uncaught errors to help
        debug errors when using that API.
      17cdc889
    • John McCutchan's avatar
    • Devon Carew's avatar
      send the base uri back to debuggers (#5321) · 6b1597dc
      Devon Carew authored
      * send the base uri back to debuggers
      
      * add a fullRestart parameter to app.restart
      
      * add await
      6b1597dc
    • John McCutchan's avatar
      Hot reload: Only sync Dart sources necessary for startup on first launch (#5333) · ec0f8800
      John McCutchan authored
      - [x] Update engine to bring in new snapshotter.
      - [x] Use the new snapshotter to quickly determine the minimal set of files necessary to run.
      - [x] On first DevFS sync, only sync files necessary to run the application.
      - [x] Fix a DevFS unit test failure.
      - [x] Include DevFS tests in all.dart.
      ec0f8800
    • Ian Hickson's avatar
      Update engine.version (#5331) · 996a59aa
      Ian Hickson authored
      996a59aa
  2. 10 Aug, 2016 6 commits
  3. 09 Aug, 2016 13 commits
  4. 08 Aug, 2016 7 commits
  5. 06 Aug, 2016 1 commit
  6. 05 Aug, 2016 6 commits