1. 27 Dec, 2018 1 commit
    • Amir Hardon's avatar
      Actively reject UiKitView gestures. (#25792) · 50f9b883
      Amir Hardon authored
      flutter/engine#7307 changes the engine side of embedded UIView to only
      reject gestures when the framework sends a `rejectGesture` message, so
      that gesture resolution can done after a touch sequence has ended (see
      PR description for flutter/engine#7307 for more details).
      
      This change makes the framework send a `rejectGesture` message to the
      engine when a UiKitView rejects a gesture.
      
      I'm planning to land this PR before the engine side change, so right now
      it swallows the exception thrown if there is no engine implementation
      for `rejectGesture` (which keeps us with the current behavior). After
      this change lands I'll land the engine PR, and then clean up the part
      that swallows the exception.
      50f9b883
  2. 26 Dec, 2018 3 commits
  3. 24 Dec, 2018 2 commits
    • engine-flutter-autoroll's avatar
      Roll engine 215ca1560088..d8c5ec0e11b5 (12 commits) (#25728) · 4d2d800d
      engine-flutter-autoroll authored
      
      https://github.com/flutter/engine/compare/215ca1560088...d8c5ec0e11b5
      
      git log 215ca1560088..d8c5ec0e11b5 --no-merges --oneline
      d8c5ec0e1 Roll src/third_party/skia f16825ed3c71..dc5863c4d665 (1 commits) (flutter/engine#7297)
      efb8a3f07 Roll src/third_party/skia 945a56644728..f16825ed3c71 (1 commits) (flutter/engine#7296)
      67150a535 Roll src/third_party/skia 28bd882a1e40..945a56644728 (2 commits) (flutter/engine#7295)
      3705a1ed3 Roll src/third_party/skia ea8900e74ea7..28bd882a1e40 (1 commits) (flutter/engine#7294)
      943ecfc75 Roll src/third_party/skia 13654b20ce5b..ea8900e74ea7 (1 commits) (flutter/engine#7293)
      7b12ae241 Roll src/third_party/skia 12a6d452b126..13654b20ce5b (1 commits) (flutter/engine#7292)
      1fe7e1fde Roll src/third_party/skia c983480b117f..12a6d452b126 (1 commits) (flutter/engine#7291)
      a8b0d263c Roll src/third_party/skia 2e40d9886402..c983480b117f (1 commits) (flutter/engine#7290)
      c64f971e3 Roll src/third_party/skia 98a4e4a4135b..2e40d9886402 (1 commits) (flutter/engine#7289)
      65420c264 Roll src/third_party/skia 2a0967383087..98a4e4a4135b (1 commits) (flutter/engine#7288)
      770536ab6 Only overflow the cache for one required frame (flutter/engine#7048)
      b6880bbc9 Roll src/third_party/skia 9803b8f1d197..2a0967383087 (16 commits) (flutter/engine#7285)
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (liyuqian@google.com), and stop
      the roller if necessary.
      4d2d800d
    • Ian Hickson's avatar
      Provide some more locations for the FAB. (#24736) · 1e78c47b
      Ian Hickson authored
      Top left and top right for big FABs, and top left for mini FABs.
      1e78c47b
  4. 23 Dec, 2018 5 commits
  5. 22 Dec, 2018 2 commits
  6. 21 Dec, 2018 14 commits
  7. 20 Dec, 2018 9 commits
  8. 19 Dec, 2018 4 commits