1. 21 Dec, 2015 1 commit
  2. 29 Nov, 2015 1 commit
    • Adam Barth's avatar
      Clean up code organization in flutter_tools · 9662d49e
      Adam Barth authored
      1) Moved basic utility code into base/ directory to make it clear which code
         doesn't depend on Flutter-specific knowldge.
      2) Move the CommandRunner subclasses into a runner/ directory because these
         aren't commands themselves.
      9662d49e
  3. 25 Nov, 2015 3 commits
  4. 18 Nov, 2015 1 commit
  5. 10 Nov, 2015 1 commit
  6. 09 Nov, 2015 1 commit
  7. 08 Nov, 2015 1 commit
  8. 07 Nov, 2015 1 commit
  9. 04 Nov, 2015 1 commit
    • Adam Barth's avatar
      Enable --no-http by default · 3804107e
      Adam Barth authored
      We still have the --http option as a fallback for now. Once we're confident the
      --no-http version works, we'll drop the --http support.
      
      Also, create the FLX in a temp directory and then delete the temp directory
      when we're done. Finally, pull the Linux artifacts from the cloud storage
      bucket that the buildbot is uploading to.
      3804107e
  10. 03 Nov, 2015 1 commit
  11. 02 Nov, 2015 1 commit
  12. 31 Oct, 2015 1 commit
  13. 30 Oct, 2015 1 commit
  14. 29 Oct, 2015 1 commit
  15. 24 Oct, 2015 4 commits
  16. 17 Oct, 2015 1 commit
  17. 13 Oct, 2015 1 commit
  18. 12 Oct, 2015 3 commits
    • Adam Barth's avatar
      Polish up some error handling · 8df5e9f7
      Adam Barth authored
      This patch improves the error handling for several arbitrary issues I
      encountered while experimenting with the tool this evening.
      8df5e9f7
    • Adam Barth's avatar
      Teach sky_tools about prebuilt artifacts · bdd20661
      Adam Barth authored
      This patch makes `flutter start` work without a clone of the engine git
      repository. Making this work pulled a relatively large refactor of how the
      commands interact with application packages and devices. Now commands that want
      to interact with application packages or devices inherit from a common base
      class that holds stores of those objects as members.
      
      In production, the commands download and connect to devices based on the build
      configuration stored on the FlutterCommandRunner. In testing, these fields are
      used to mock out the real application package and devices.
      bdd20661
    • Ian Fischer's avatar
      IOSSimulator implementation. · a6a3f212
      Ian Fischer authored
      Also fixes some minor bugs with iOS and Android interactions.
      a6a3f212
  19. 10 Oct, 2015 1 commit
  20. 09 Oct, 2015 1 commit
  21. 08 Oct, 2015 1 commit
  22. 07 Oct, 2015 1 commit
  23. 06 Oct, 2015 4 commits
  24. 01 Oct, 2015 1 commit
  25. 30 Sep, 2015 2 commits
  26. 29 Sep, 2015 2 commits
  27. 25 Sep, 2015 2 commits