1. 14 Jan, 2016 1 commit
    • Adam Barth's avatar
      Switch back to GitHub hosting of stock data · 174164bc
      Adam Barth authored
      The Firebase server seems to have changed behavior and is not giving us a List
      instead of a Map. This patch switches us back to GitHub, which just serves the
      same flat files all the time.
      174164bc
  2. 17 Nov, 2015 1 commit
  3. 11 Nov, 2015 1 commit
  4. 12 Oct, 2015 1 commit
    • Hixie's avatar
      Lots of trivial warning fixes · f2cc43a4
      Hixie authored
      Add type annotations in many places.
      Fix some identifiers to have more lint-satisfying names.
      Make all operator==s consistent in style.
      Reorder some functions for consistency.
      Make ParentData no longer dynamic, and fix all the code around that.
      f2cc43a4
  5. 10 Oct, 2015 1 commit
  6. 30 Sep, 2015 1 commit
    • Hixie's avatar
      Dynamic named routes · f2b7dd62
      Hixie authored
      Make it possible for named routes to be generated on the fly.
      
      To demonstrate this, you can now long-press a stock to open it.
      
      Next steps:
      
       - transitions between (named) states that follow full material logic,
         e.g. in the case of the stock row to stock page transition, expanding
         the row into a raised sheet of material and expanding it to fit the
         screen, leaving the toolbar in place but cross-fading the old
         contents to the new contents.
      
       - more information in the stock view.
      
      While I was here I also made Material have an opinion about default text
      style, so if you forget to set one, it just uses body1.
      
      Also, fixed bugs introduced recently that made RouteState and MenuRoute
      not work properly.
      f2b7dd62
  7. 17 Sep, 2015 1 commit
  8. 08 Aug, 2015 1 commit
  9. 28 Jul, 2015 2 commits
  10. 24 Jul, 2015 2 commits
  11. 23 Jul, 2015 1 commit
  12. 16 Jul, 2015 1 commit