1. 09 Nov, 2015 1 commit
  2. 08 Nov, 2015 1 commit
  3. 07 Nov, 2015 2 commits
    • Jeff R. Allen's avatar
      Avoid use of run-as · c8c2d23f
      Jeff R. Allen authored
      Issue #1988 results from run-as not working on some phones,
      because of Android issue 58373.
      
      This change removes the need for run-as for running
      "flutter start". It is still needed for tracing.
      c8c2d23f
    • Adam Barth's avatar
      Remove the --http option · 11350020
      Adam Barth authored
      11350020
  4. 05 Nov, 2015 1 commit
  5. 04 Nov, 2015 1 commit
  6. 03 Nov, 2015 1 commit
  7. 02 Nov, 2015 1 commit
  8. 31 Oct, 2015 1 commit
  9. 30 Oct, 2015 1 commit
  10. 29 Oct, 2015 1 commit
  11. 28 Oct, 2015 1 commit
  12. 24 Oct, 2015 1 commit
  13. 23 Oct, 2015 3 commits
  14. 17 Oct, 2015 1 commit
  15. 14 Oct, 2015 1 commit
  16. 12 Oct, 2015 5 commits
    • Adam Barth's avatar
      Handle the case of a non-connected Android device better · 9c483510
      Adam Barth authored
      Previous we dumped a stack trace. Now we produce a more sensible error.
      9c483510
    • Adam Barth's avatar
      Add some print statements to smooth first run · 0e06feee
      Adam Barth authored
      This patch adds a couple print statements to explain why the first run of
      `flutter start` takes a while. (We need to download the APK and install it on
      the device.)
      0e06feee
    • 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
  17. 09 Oct, 2015 1 commit
  18. 08 Oct, 2015 1 commit
  19. 07 Oct, 2015 2 commits
  20. 06 Oct, 2015 2 commits
  21. 01 Oct, 2015 1 commit
  22. 30 Sep, 2015 2 commits
  23. 29 Sep, 2015 4 commits
  24. 25 Sep, 2015 1 commit
  25. 24 Sep, 2015 1 commit
  26. 22 Sep, 2015 1 commit
  27. 16 Sep, 2015 1 commit