1. 07 Aug, 2018 10 commits
    • Amir Hardon's avatar
      AndroidView touch support. · ccaa0636
      Amir Hardon authored
      This PR adds 2 features to RenderAndroidView and AndroidView:
      
      1. Hit testing behavior
      Adds a `PlatformViewHitTestBehavior` which is similar to
      `HitTestBehavior` without the `deferToChild` option (as platform views
      don't have child render objects) and with a `transparent` option which
      prevents it from forwarding any events to the Android view.
      
      2. MotionEvent recomposing logic
      FlutterView and the framework `converter.dart` are working together to
      transform each Android MotionEvent object into one or more
      `PointerEvent` objects.
      
      This PR adds the reverse logic (in _MotionEventDispatcher which is used
      by RenderAndroidView) which turns a stream of PointerEvent objects into
      MotionEvent objects.
      
      The correctness of the recomposing logic is tested in an integration
      test which will land in a separate PR (the unit test PR is pretty big,
      trying to keep as many bite-size PRs for reviewer's convenience)
      ccaa0636
    • Mikkel Nygaard Ravn's avatar
    • Greg Spencer's avatar
      Remove Travis configuration from flutter/flutter (#20288) · e60087a1
      Greg Spencer authored
      This removes the final traces of Travis and Appveyor from the Flutter tree.
      
      I've updated the documentation and fixed a couple of places where scripts look for Travis, and eliminated the dart tools runningOnTravis function (which was unused anyhow).
      
      There are places in the flutter script that used to look for the environment variable TRAVIS. We actually do want to continue to detect that we're running on Travis there, since in the plugins repo we still use Travis (for the moment). In any case, it's OK, because the CI environment variable is set on all of the CI bots (Cirrus, Travis, and Appveyor).
      
      FastLane doesn't have a setup_cirrus equivalent to setup_travis, but it actually doesn't matter there either, since it doesn't do Travis-specific things, and it also looks for the CI environment variable.
      e60087a1
    • Natalie Sampsell's avatar
      Segmented control fixes (#20202) · b0046b18
      Natalie Sampsell authored
      Segment width now determined by width of widest child + children widgets now centered within segments
      b0046b18
    • David Shuckerow's avatar
      99d5ef90
    • liyuqian's avatar
      Update build bot update instructions (#20301) · 0630518b
      liyuqian authored
      `run_recipe.py` has been removed and waterfall is deprecated...
      0630518b
    • Jonah Williams's avatar
    • amirh's avatar
    • Ian Hickson's avatar
      Refactor analysis benchmark and collect more data (#20282) · 9e9ac1a1
      Ian Hickson authored
      * Refactor analysis benchmark and collect more data (#20169)
      
      This does some code cleanup to avoid duplication, improves the logs,
      and records min and max values as well as the mean.
      
      * Fix typo that led to infinite loop
      9e9ac1a1
    • Greg Spencer's avatar
      Try again to switch docs and gallery deployment to Cirrus (#20276) · 77645df7
      Greg Spencer authored
      This switches docs and gallery build and deployment to use Cirrus CI instead of Travis, reapplying the changes from #19925, but updating the Firebase tokens for upload, and refining docs.sh some to limit retries to five times (instead of indefinitely).
      77645df7
  2. 06 Aug, 2018 10 commits
  3. 04 Aug, 2018 6 commits
  4. 03 Aug, 2018 8 commits
  5. 02 Aug, 2018 6 commits