1. 24 Nov, 2015 1 commit
  2. 22 Nov, 2015 1 commit
    • Hixie's avatar
      Clean up the term "modal" in the navigator · c51260ac
      Hixie authored
      Now we only use it for things related to ModalRoute and ModalBarrier.
      
      (This is easy now that ephemeral routes are gone, so there's no other
      kind of route to distinguish against.)
      c51260ac
  3. 17 Nov, 2015 1 commit
  4. 16 Nov, 2015 1 commit
    • Hixie's avatar
      Move Material page animations to Material layer. · 309d25d4
      Hixie authored
      PageRoute is now MaterialPageRoute.
      
      This also changes the following:
      
      - Now the HeroController is a Navigator observer, rather than a feature
        of HeroPageRoutes, which are gone. This means heroes can work between
        any kind of ModalRoute now.
      
      - ModalPageRoute is moved from modal_barrier.dart to routes.dart.
      
      - It allows routes to opt-out of their modal barrier being a shortcut to
        popping the route.
      
      - Features of PageRoute that aren't Material-specific get promoted to
        ModalRoute features: storage, the subtree key, offstageness...
      
      The AnimatedModalBarrier is still a ModalRoute feature.
      309d25d4
  5. 06 Nov, 2015 1 commit
    • Adam Barth's avatar
      Heroes don't reverse any more · 70b14e8a
      Adam Barth authored
      We need to use the performance for the "from" route when going backwards. Also,
      fix a bug in the HeroParty where it would call the quest finished callback
      multiple times.
      
      Fixes #1958
      70b14e8a
  6. 03 Nov, 2015 1 commit
    • Adam Barth's avatar
      Stocks list doesn't update when stocks are loaded · 78d35391
      Adam Barth authored
      Previously, we passed widgets up the hierarchy to display them in the overlay,
      but that breaks the change propagation logic because those widgets won't get
      rebuilt.  Now we pass WidgetBuilders instead, which can be rebuilt when the
      overlay rebuilds.
      
      Fixes #1913
      78d35391
  7. 31 Oct, 2015 1 commit
    • Adam Barth's avatar
      Black flash when returning to a PageRoute · 6ee6ae03
      Adam Barth authored
      We were trying to do a hero animation from a page to itself, which doesn't make
      any sense. Now we only render the "to" page offstage if it is different from
      the "from" page and if its performance isn't already complete.
      6ee6ae03
  8. 30 Oct, 2015 1 commit
  9. 29 Oct, 2015 1 commit