1. 19 Sep, 2018 2 commits
  2. 12 Sep, 2018 1 commit
  3. 02 Aug, 2018 1 commit
  4. 27 Jul, 2018 1 commit
  5. 23 Jul, 2018 1 commit
  6. 16 Jul, 2018 2 commits
  7. 04 Jul, 2018 1 commit
  8. 05 Jun, 2018 1 commit
  9. 02 Apr, 2018 2 commits
  10. 22 Mar, 2018 1 commit
    • Ian Hickson's avatar
      Clean up the existing Navigator API. (#15718) · aba0379d
      Ian Hickson authored
      This is not a grand refactor yet, it's just cleaning up what we have
      already, so that people who keep using this API (e.g. dialogs) have
      something coherent to deal with.
      
      The major changes are that Navigator and NavigatorState have the same
      API now, that most of the examples use `<void>` instead of `<Null>`,
      that the navigator observer can see replaces, and that the `settings`
      is moved from ModalRoute to Route. I also cleaned up some of the API
      documentation.
      Unverified
      aba0379d
  11. 21 Feb, 2018 1 commit
  12. 11 Jan, 2018 1 commit
  13. 07 Dec, 2017 1 commit
    • Ian Hickson's avatar
      Move image logic from services/ to painting/. (#13409) · 44e228eb
      Ian Hickson authored
      This allows the scheduler library to depend on the services library
      and the painting library to depend on the scheduler library without
      the services library having to depend on the scheduler library.
      
      While I was at it I also cleaned up some of the binding logic: the
      licenses logic can now be overridden (and the test library does so),
      and the image cache can now be overridden as well.
      Unverified
      44e228eb
  14. 21 Sep, 2017 1 commit
  15. 12 Sep, 2017 1 commit
  16. 15 Jun, 2017 1 commit
    • xster's avatar
      Create a CupertinoPageRoute (#10686) · 36c3a962
      xster authored
      * started copying stuff into cupertino page route
      
      * extracted from material page route. Ready for testing
      
      * works with button and gesture
      
      * tests and docs
      
      * review notes
      
      * review notes
      36c3a962
  17. 13 Jun, 2017 1 commit
    • xster's avatar
      Create a CupertinoScaffold (#10543) · e38f92df
      xster authored
      * works using pageview
      it’s a bit heavy and scrolls
      no documentation or test yet
      
      * docs and tests
      
      * more docs tweak
      
      * revert drive by page view changes
      
      * swap out the indexed stack for a custom thing
      
      * layout everything on the cheap
      tests pass
      
      * add more tests
      
      * move back to stack and add docs
      
      * review notes
      
      * build all the tabs once built
      e38f92df