1. 12 Dec, 2017 7 commits
  2. 11 Dec, 2017 9 commits
  3. 10 Dec, 2017 1 commit
  4. 09 Dec, 2017 4 commits
  5. 08 Dec, 2017 16 commits
  6. 07 Dec, 2017 3 commits
    • Jason Simmons's avatar
    • Chris Bracken's avatar
      Update scaffold test bottom bar height (#13429) · 38c82ea8
      Chris Bracken authored
      This patch contains no framework changes.
      
      This change adjusts a test bottom navigation bar height to be greater
      than the media bottom padding.
      
      This change is pre-factoring to clarify diffs in an upcoming change that
      will expose bottom padding to the bottom navigation bar in order to
      allow it to visually adapt its appearance in the presence of bottom
      padding such as thatexposed for the iPhone X home screen indicator.
      Since the bottom padding was previously greater than the height of the
      bottom navigation bar, the height of insideBottomNavigation bar was
      driven to 0 when padding is exposed.
      38c82ea8
    • Ian Hickson's avatar
      Move image logic from services/ to painting/. (#13409) · 44e228eb
      Ian Hickson authored
      This allows the scheduler library to depend on the services library
      and the painting library to depend on the scheduler library without
      the services library having to depend on the scheduler library.
      
      While I was at it I also cleaned up some of the binding logic: the
      licenses logic can now be overridden (and the test library does so),
      and the image cache can now be overridden as well.
      44e228eb