1. 09 Feb, 2018 9 commits
  2. 08 Feb, 2018 14 commits
  3. 07 Feb, 2018 14 commits
  4. 06 Feb, 2018 3 commits
    • Chris Bracken's avatar
      Apply media padding in Gallery Shrine demo (#14506) · 6494dde3
      Chris Bracken authored
      Applies horizontal and bottom safe area insets to the Shrine demo in the
      Gallery. Top insets are not applied due to the presence of the
      omnipresent sliver app bar. Specifically, this ensures that the grid
      cards are inset inside the iPhone X notch in horizontal mode, and that
      the bottom of the grid is positioned above the iOS home indicator.
      6494dde3
    • Greg Spencer's avatar
      Create packages only for release builds, and publish when created. (#14476) · 8a2df396
      Greg Spencer authored
      This changes the publishing of archives so that it happens on the chrome_infra bots when they build a packaged branch instead of as part of the dev_roll process.
      
      It uses the tagged version in the branch, and leaves the git repo that it clones checked out on the branch and hash used to build the package.
      
      It updates metadata located at gs://flutter_infra/releases/releases_.json (where is one of macos, linux, or windows) once published, since it would be complex to do the proper locking to keep them all in one shared .json file safely.
      
      A separate [change to the chrome_infra bots](https://chromium-review.googlesource.com/c/chromium/tools/build/+/902823) was made to instruct them to build packaged for the dev, beta, and release branches (but not master anymore).
      8a2df396
    • Chris Bracken's avatar
      Add minimum insets to SafeArea (#14505) · 4b878dc6
      Chris Bracken authored
      As a convenience, this adds a set of minimum padding to apply. The
      greater of the minimum padding and the media padding is applied to each
      edge.
      4b878dc6