1. 18 Mar, 2015 2 commits
    • Adam Barth's avatar
      Begin work on the PopupMenu entrance animation · 977ece7e
      Adam Barth authored
      This CL also refactors how animations work, particularly for the Drawer. I've
      renamed DrawerAnimation to DrawerController and switched it from being an
      Animation to having an Animation. I've also renamed Animation to AnimatedValue
      to capture the idea that the class actually presents the value being animated.
      Finally, I've factored AnimatedValueListener out of Drawer so that it can be
      used by PopupMenuItem as well.
      
      Finally, I've added a scheduleBuild convienence function to Component instead
      of having to call setState(() {}), which has come up a couple times.
      
      R=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/1016093002
      977ece7e
    • Adam Barth's avatar
      Add a menu to the stocks app · 9d14551f
      Adam Barth authored
      We should probably move this menu into a view for an individual stock, but for
      now add it to the main stock screen.
      
      R=ojan@chromium.org, eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/1008003007
      9d14551f
  2. 17 Mar, 2015 6 commits
  3. 16 Mar, 2015 2 commits
  4. 13 Mar, 2015 5 commits
  5. 12 Mar, 2015 3 commits
  6. 11 Mar, 2015 9 commits
  7. 10 Mar, 2015 7 commits
  8. 09 Mar, 2015 3 commits
  9. 06 Mar, 2015 3 commits