1. 08 Mar, 2017 1 commit
  2. 04 Mar, 2017 1 commit
  3. 26 Feb, 2017 1 commit
  4. 18 Feb, 2017 1 commit
  5. 09 Feb, 2017 1 commit
    • Ian Hickson's avatar
      Port AppBar to Scrollable2 (#7996) · 83a4cf26
      Ian Hickson authored
      Move the back button and drawer opening logic into the app bar.
      
      Move the tap-status-bar-to-scroll-to-top logic to using
      ScrollControllers. Provide a PrimaryScrollController and a `primary`
      flag on scroll views.
      
      Make it possible to track when a route becomes or stops being poppable.
      83a4cf26
  6. 04 Feb, 2017 1 commit
  7. 31 Jan, 2017 1 commit
  8. 22 Jan, 2017 1 commit
  9. 18 Jan, 2017 1 commit
  10. 05 Jan, 2017 2 commits
  11. 09 Dec, 2016 1 commit
  12. 30 Nov, 2016 2 commits
  13. 23 Nov, 2016 1 commit
  14. 22 Nov, 2016 1 commit
  15. 03 Nov, 2016 3 commits
  16. 01 Nov, 2016 3 commits
  17. 24 Oct, 2016 2 commits
  18. 23 Oct, 2016 1 commit
  19. 17 Oct, 2016 2 commits
  20. 03 Oct, 2016 1 commit
  21. 26 Sep, 2016 2 commits
    • Adam Barth's avatar
      Persistent bottom sheet should not overlap app bar (#6076) · 55f48f72
      Adam Barth authored
      The spec forbids persistent bottom sheets from overlapping the app bar. There
      are also some fancy scroll-linked effects that we're supposed to do with
      persistent bottom sheets, but those will need to wait for another patch.
      
      Fixes #5143
      55f48f72
    • Ian Hickson's avatar
      Turn off AnimationControllers when not in use (#5902) · 9e673853
      Ian Hickson authored
      This requires all AnimationController objects to be given a
      TickerProvider, a class that can create the Ticker.
      
      It also provides some nice mixins for people who want to have their
      State provide a TickerProvider. And a schedulerTickerProvider for those
      cases where you just want to see your battery burn.
      
      Also, we now enforce destruction order for elements.
      9e673853
  22. 22 Sep, 2016 1 commit
  23. 14 Sep, 2016 1 commit
    • Hans Muller's avatar
      Refresh indicator overscroll (#5836) · f4904b14
      Hans Muller authored
      * Added OverscrollIndicatorEdge et al
      
      * RefreshIndicator only clamps its scrollable edge
      
      * added a test
      
      * Updated the test
      
      * fixed lint-os
      
      * fixed a typo
      
      * Scrollable should restore its viewport dimensions when it reappears
      
      * removed an accidental commit
      
      * updated per review feedback
      f4904b14
  24. 07 Sep, 2016 1 commit
  25. 01 Sep, 2016 1 commit
    • Matt Perry's avatar
      Re-enable iOS back gesture. (#5680) · 3732d754
      Matt Perry authored
      The iOS transition is the more buggy part of this feature, and it wasn't
      disabled. Let's just leave them enabled while I work on improvements.
      3732d754
  26. 30 Aug, 2016 1 commit
  27. 25 Aug, 2016 1 commit
  28. 23 Aug, 2016 1 commit
  29. 16 Aug, 2016 1 commit
  30. 11 Aug, 2016 1 commit
  31. 22 Jul, 2016 1 commit