1. 21 Dec, 2017 9 commits
  2. 20 Dec, 2017 11 commits
  3. 19 Dec, 2017 8 commits
  4. 18 Dec, 2017 8 commits
  5. 16 Dec, 2017 4 commits
    • Chris Bracken's avatar
      Apply media padding to Contacts demo (#13628) · e85d0992
      Chris Bracken authored
      Applies horizontal safe area insets to the Contacts demo in the Gallery.
      This is to support the iPhone X sensor housing notch and other similarly
      creative display features when in landscape orientation.
      e85d0992
    • xster's avatar
      update xcode project (#13587) · 2e1b0a7f
      xster authored
      2e1b0a7f
    • Chris Bracken's avatar
      Require Xcode 9.0 or later for iOS builds (#13608) (#13622) · 7fb78523
      Chris Bracken authored
      We now require Xcode 9.0, which ships with the iOS 11 SDK, for iOS
      builds. This change does not affect the minimum supported iOS deployment
      target, which remains iOS 8.
      
      The iOS 11 SDK adds support for safe area insets, which model the status
      bar, iPhone X home indicator, and symmetric horizontal insets to avoid
      the iPhone X sensor housing when in landscape mode.
      
      This re-lands flutter/flutter#13608 now that the devicelab Macs have
      been updated to Xcode 9.
      7fb78523
    • Ian Hickson's avatar
      Make animating opacity cheaper. (#13583) · 8e5d77d3
      Ian Hickson authored
      No need to update the compositing bits all the time.
      8e5d77d3