1. 02 Nov, 2015 2 commits
    • Adam Barth's avatar
      Routes shouldn't be interactive when animating out · 828775e9
      Adam Barth authored
      This patch introduces the notion of a ModalRoute that puts up a modal barrier
      and makes the route invisible to hit testing when its animating out. This patch
      also uses this mechanism in a number of places (including PageRoute). There are
      still a few more cases to convert, but that's work for a future patch.
      
      Fixes #1684
      828775e9
    • Hixie's avatar
      Up the sky_tools dependency. · b5493121
      Hixie authored
      Move us to a version of sky_tools that doesn't hang when the tests crash.
      b5493121
  2. 01 Nov, 2015 1 commit
  3. 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
  4. 30 Oct, 2015 6 commits
  5. 29 Oct, 2015 11 commits
  6. 28 Oct, 2015 19 commits