1. 17 Mar, 2015 2 commits
    • Adam Barth's avatar
      Cleanup events related to material splashes · de7f8984
      Adam Barth authored
      This CL is a warmup for using a more sophisticated gesture disambiguation.
      
      1) Use gesturetap instead of click. We should probably remove click events
         because folks should use gesturetap to integrate with the gesture system.
      
      2) Handle the case where you swipe the drawer during an animation. Previously
         we had an assert which triggered in some multitouch scenarios. We'll
         eventually move this over to gestureswipe.
      
      3) Remove an extra container for ink splashes. There's no need to group all the
         ink splashes in a container. They can all just be children of the Material
         component itself. This structure is left over from when Material was a base
         class.
      
      R=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/1013713005
      de7f8984
    • Adam Barth's avatar
      Introduce sky/framework/theme/typography.dart · 74cfcc4d
      Adam Barth authored
      This CL adds typography information to the Sky theme. The values are from the
      Material Design spec. I've also applied these values to the stocks app and the
      various components.
      
      We're not geting precisely the right typography in some cases because of
      https://github.com/domokit/mojo/issues/65.
      
      R=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/1006363004
      74cfcc4d
  2. 16 Mar, 2015 2 commits
  3. 13 Mar, 2015 5 commits
  4. 12 Mar, 2015 3 commits
  5. 11 Mar, 2015 9 commits
  6. 10 Mar, 2015 7 commits
  7. 09 Mar, 2015 3 commits
  8. 06 Mar, 2015 5 commits
  9. 05 Mar, 2015 4 commits