1. 26 Sep, 2016 1 commit
    • 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
  2. 21 Sep, 2016 1 commit
  3. 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
  4. 02 Aug, 2016 1 commit
  5. 26 Jul, 2016 1 commit
  6. 22 Jul, 2016 1 commit
  7. 18 Jul, 2016 1 commit
  8. 30 Jun, 2016 1 commit
  9. 17 Jun, 2016 1 commit
    • Ali Ghassemi's avatar
      Few overscroll glow fixes. (#4610) · 94c4222f
      Ali Ghassemi authored
      Fixes #4169 and also now overscroll indicator is dismissed the moment
      user scrolls in the opposite direction (#4603) but the bounce overscroll
      that happens behind the scene and is clamped in the indicator is still
      problematic and needs to be fixed. However these fixes are orthogonal to that.
      
      Also closes #4127 as I verified the timeout feature (reduced the duration
      to 500ms to be closer to Android behaviour)
      94c4222f
  10. 03 May, 2016 1 commit
  11. 16 Apr, 2016 1 commit
  12. 12 Apr, 2016 2 commits
  13. 08 Apr, 2016 1 commit