1. 14 Sep, 2015 9 commits
  2. 12 Sep, 2015 1 commit
  3. 11 Sep, 2015 18 commits
  4. 10 Sep, 2015 11 commits
  5. 09 Sep, 2015 1 commit
    • Hans Muller's avatar
      Initial support for the fling gesture detector · 67410a5a
      Hans Muller authored
      Added FlingGestureRecognizer and exposed it in the GestureDetector class. FlingGestureRecognizer is based on the Android/Chromium VelocityTracker class which computes a velocity vector for for a list of X,Y,Time tuples.
      
      The Scrollable classes now use the FlingGestureRecognizer. Dismissable and Drawer still need to be updated
      67410a5a