1. 30 Aug, 2018 5 commits
    • Mikkel Nygaard Ravn's avatar
    • MH Johnson's avatar
      [Material] Fix 20051 FAB tooltip touch target (#21084) · 19c96282
      MH Johnson authored
      * [FAB] Updated tooltip touch target.
      
      * Remove "new" keyword
      
      * [FAB] Updated tooltip touch target.
      
      * "long press button edge"
      
      * remove new
      
      * remove new
      
      * put "new" keywords back in
      
      * Remove check for childless tooltip
      
      * Added regression test - tooltip works on edge of FAB which has no child.
      
      Added helper method to find the right edge of a in the tests.
      
      * Changed "find.byType(text)" to "find.text('Add')"
      19c96282
    • Greg Spencer's avatar
      Makes switching channels remove version freshness stamp. (#21182) · 7cebaac9
      Greg Spencer authored
      When switching between channels, we were leaving around the version freshness stamp file (bin/cache/flutter_version_check.stamp), which meant that the flutter tool would read from that file to see what the cached date of the most recent commit to the current channel (branch) was. The problem was that since the file was created while on the previous channel, the cached date was for the wrong channel, so if you switch from master to beta, flutter would think that the channel was out of date, and a new version was available, at least for three days after the first time it checked (after three days since the last time the freshness was checked, the cached date would get updated).
      
      This PR modifies the channel command to remove that stamp file whenever the user switches channels, so that the cached date will be from the right channel when it is recreated.
      
      Fixes #21134
      7cebaac9
    • engine-flutter-autoroll's avatar
      Roll engine a02a94e0182c..252da4808277 (6 commits) (#21196) · 8f8af999
      engine-flutter-autoroll authored
      
      https://github.com/flutter/engine/compare/a02a94e0182c...252da4808277
      
      git log a02a94e0182c..252da4808277 --no-merges --oneline
      252da4808 Roll src/third_party/skia 1b714becff8b..eb0bb732f43f (2 commits) (flutter/engine#6116)
      cba35d33a Roll Tonic (flutter/engine#6114)
      7a599658d Roll src/third_party/skia 1f0fb09d5e35..1b714becff8b (11 commits) (flutter/engine#6115)
      4a6990734 Fix libtxt unit tests (flutter/engine#6111)
      c765bee59 Fix tilt by using custom normalize impl to avoid strange skia normalize behavior (flutter/engine#6106)
      9fde6e0d8 Roll src/third_party/skia a81c2be75adc..1f0fb09d5e35 (13 commits) (flutter/engine#6110)
      
      
      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, who should
      be CC'd on the roll, and stop the roller if necessary.
      
      8f8af999
    • Jonah Williams's avatar
      remove flaky rects (#21194) · f353c308
      Jonah Williams authored
      f353c308
  2. 29 Aug, 2018 10 commits
  3. 28 Aug, 2018 19 commits
  4. 27 Aug, 2018 6 commits