1. 08 Feb, 2017 1 commit
  2. 07 Feb, 2017 2 commits
  3. 31 Jan, 2017 1 commit
  4. 30 Jan, 2017 1 commit
  5. 18 Jan, 2017 1 commit
  6. 17 Jan, 2017 1 commit
    • Ian Hickson's avatar
      Make it easier to run local engine tests using the Travis test script. (#7512) · b72fa88f
      Ian Hickson authored
      Our test script is getting complicated enough that doing your own
      testing with a custom engine has become tedious. Now you can just do:
      
      ```bash
      (cd ~/dev/flutter/; FLUTTER_TEST_ARGS=--local-engine=host_debug_unopt dev/bots/test.sh)
      ```
      
      ...to run all your tests (assuming your flutter repo is in
      `~/dev/flutter` and your engine in `~/dev/engine`).
      b72fa88f
  7. 12 Jan, 2017 1 commit
  8. 11 Jan, 2017 2 commits
  9. 09 Jan, 2017 1 commit
  10. 15 Dec, 2016 1 commit
  11. 09 Nov, 2016 3 commits
  12. 04 Oct, 2016 1 commit
  13. 23 Sep, 2016 2 commits
  14. 22 Sep, 2016 1 commit
    • Adam Barth's avatar
      Remove flutter_sprites (#5996) · d3efe7da
      Adam Barth authored
      This code is now in its own standalone library. The library is in a private git
      repository in the flutter organization because the code is unmaintained. If
      you're interested in using and maintaining this code, please contact
      flutter-dev@googlegroups.com for more information.
      d3efe7da
  15. 14 Sep, 2016 1 commit
  16. 29 Aug, 2016 1 commit
  17. 01 Aug, 2016 1 commit
    • Seth Ladd's avatar
      Docs colors logo (#5176) · b34b453c
      Seth Ladd authored
      * update the color and logo for the docs site
      
      * update the color and logo for the docs site
      
      * remove unused file
      
      * removed unused script code
      
      * tweak styles for inherited names
      b34b453c
  18. 21 Jul, 2016 1 commit
    • Ian Hickson's avatar
      Licenses (#4984) · 69d78325
      Ian Hickson authored
      This makes the about page show the licenses of all the Dart packages that a Flutter app uses.
      
      Issues that this does not yet resolve:
      - I'm still working on getting the full list of licenses for the sky_engine package.
      - Some of the licenses don't print very readably.
      - There's no scrollbar on the license page.
      
      I'll provide fixes for the first two in the coming days, but this should unblock anyone who is wanting to see something here, even if it's not quite complete. :-)
      
      ----
      
      The patch makes the following changes: 
      
      - The license registry is now asynchronous, since the data comes from disk.
      - I moved the default license collector from the foundation package to the services package since it uses the default asset bundle now.
      - The FLX builder now includes the LICENSE files of each Dart package mentioned in the `.packages` file.
      69d78325
  19. 12 Jul, 2016 1 commit
    • Seth Ladd's avatar
      Firebase hosting for docs (#4871) · 1ac08b26
      Seth Ladd authored
      * configs for firebase hosting
      
      * use the implicit FIREBASE_TOKEN
      
      * don't print every command (lowers the chance of printing secret env vars, and for realz only deploy when merging into master
      1ac08b26
  20. 23 Jun, 2016 3 commits
  21. 22 Jun, 2016 4 commits
  22. 21 Jun, 2016 1 commit
  23. 17 Jun, 2016 1 commit
  24. 25 May, 2016 1 commit
  25. 21 May, 2016 1 commit
  26. 20 May, 2016 1 commit
  27. 18 May, 2016 1 commit
    • Ian Hickson's avatar
      Try to simplify our bot setup. (#3986) · 942ccc5c
      Ian Hickson authored
      This moves all the bot-related files to `dev/bots`, hiding it from our
      home page in github. Also, simplifies the travis setup, though that
      doesn't do any difference to the performance sadly.
      942ccc5c