1. 04 Jan, 2019 2 commits
    • Amir Hardon's avatar
      Workaround the Gradle crash due to non ASCII chars. (#26024) · 3782b6ab
      Amir Hardon authored
      Cirrus puts the PR description and commit message in environment
      variables.
      These messages tend to have non ASCII characters sometimes (like
      emojis), which triggers a Gradle bug (gradle/gradle#3117) resulting
      in Gradle crashing without a helpful error message.
      
      The real solution to this problem should be fixing the Gradle bug.
      The better workaround on the Flutter side would be to set a UTF8 locale
      on the Cirrus machine, but I have yet figured out how to do it.
      For now to avoid more people from hitting this I'm working around by
      temporarily unsetting the Cirrus environment variables with the PR
      description and commit message.
      
      A non ASCII character to make sure it works: 😄
      3782b6ab
    • Stanislav Baranov's avatar
  2. 03 Jan, 2019 11 commits
  3. 02 Jan, 2019 4 commits
  4. 01 Jan, 2019 1 commit
    • engine-flutter-autoroll's avatar
      Roll engine 995e3247fe50..b1a9a6e79474 (9 commits) (#25943) · b9f9e384
      engine-flutter-autoroll authored
      
      https://github.com/flutter/engine/compare/995e3247fe50...b1a9a6e79474
      
      git log 995e3247fe500ff6e9981bd6e2409191c4f9a32a..b1a9a6e7947492b27c21688104d2d006d583094e --no-merges --oneline
      b1a9a6e79 Roll src/third_party/skia 61b3d1d00057..9bc33b963844 (1 commits) (flutter/engine#7341)
      571bf5c1e Roll src/third_party/skia 7b0f0149474a..61b3d1d00057 (1 commits) (flutter/engine#7340)
      193cf3792 Roll src/third_party/skia 197b1f7900a2..7b0f0149474a (1 commits) (flutter/engine#7334)
      8b35c97c1 Roll src/third_party/skia 0c1592291580..197b1f7900a2 (2 commits) (flutter/engine#7333)
      544e5bcd2 Roll src/third_party/skia 3b0a332fd970..0c1592291580 (1 commits) (flutter/engine#7332)
      d2eb6efeb Roll src/third_party/skia a5d2a9486fed..3b0a332fd970 (1 commits) (flutter/engine#7331)
      e2ca868c3 Roll src/third_party/skia 3dc21675b05a..a5d2a9486fed (1 commits) (flutter/engine#7330)
      cdc7cc8d3 Roll src/third_party/skia 739b760deaa6..3dc21675b05a (1 commits) (flutter/engine#7329)
      e548f12e4 Roll src/third_party/skia aec8c7e280cb..739b760deaa6 (1 commits) (flutter/engine#7328)
      
      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.
      b9f9e384
  5. 29 Dec, 2018 1 commit
  6. 28 Dec, 2018 4 commits
  7. 27 Dec, 2018 5 commits
  8. 26 Dec, 2018 3 commits
  9. 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
  10. 23 Dec, 2018 5 commits
  11. 22 Dec, 2018 2 commits