1. 12 Sep, 2019 1 commit
  2. 30 Jul, 2019 1 commit
  3. 25 Apr, 2019 1 commit
  4. 23 Feb, 2019 1 commit
  5. 22 Feb, 2019 1 commit
  6. 21 Feb, 2019 1 commit
    • Dan Field's avatar
      Allow for gradle downloading missing SDK assets (#28097) · 6f5e88a5
      Dan Field authored
      * Allow for gradle downloading missing SDK assets if SDK licenses are present.
      
      * Fix license path for missing sdkmanager
      
      * Cirrus re-run...
      
      * Fix condition check
      
      * rename props, add docs, rename method
      
      * fix tests after param changes
      
      * Fix weird path for flutter run and add tests
      
      * remove print, fix tests
      6f5e88a5
  7. 05 Feb, 2019 1 commit
  8. 29 Jan, 2019 1 commit
  9. 26 Jan, 2019 1 commit
  10. 23 Jan, 2019 1 commit
  11. 19 Jan, 2019 1 commit
    • Ian Hickson's avatar
      [O] Removing all timeouts (mark II) (#26736) · 31a9626c
      Ian Hickson authored
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      31a9626c
  12. 21 Dec, 2018 2 commits
    • Ian Hickson's avatar
      Revert "[O] Remove many timeouts. (#23531)" (#25646) · 8426910a
      Ian Hickson authored
      This reverts commit 76f70810.
      8426910a
    • Ian Hickson's avatar
      [O] Remove many timeouts. (#23531) · 76f70810
      Ian Hickson authored
      * Remove many timeouts.
      
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      
      * Get the attach tests to pass.
      
      * Apply review comments from Todd
      
      * More review comment fixes
      
      * Put back the extended timeouts here now that I know why we have them...
      76f70810
  13. 19 Dec, 2018 1 commit
  14. 17 Dec, 2018 1 commit
  15. 11 Dec, 2018 1 commit
  16. 05 Oct, 2018 1 commit
  17. 01 Oct, 2018 1 commit
  18. 27 Sep, 2018 1 commit
  19. 19 Sep, 2018 1 commit
  20. 12 Sep, 2018 1 commit
  21. 05 Sep, 2018 1 commit
    • tonyzhao1's avatar
      Create categories for doctor validators (#20758) · 58d98ce3
      tonyzhao1 authored
      * First step in Flutter Doctor refactor. Assigns categories to all validators.
      
      * Revert "Roll engine e54bc4ea1832..a84b210b3d26 (6 commits) (#20453)"
      
      This reverts commit 05c2880a.
      
      * Split iOS and Android workflows into workflow and validator classes.
      
      * Change ValidatorCategory to handle standalone validators that share a
      category (e.g. IntelliJ).
      
      Also make Android Studio and Android toolchain use separate categories.
      
      At this stage, flutter doctor output matches what it was previously.
      (The summary() method itself has not yet been changed )
      
      * Change doctor summary code to support validator categories.
      
      Output is still unchanged.
      
      * Handle small formatting issues.
      
      * Flip Flutter category's isGroup field to false until it's actually
      needed.
      
      * Revert auto-generated formatting changes to keep those lines from
      muddying the pull.
      
      * Small fixes pointed out by analyzer.
      
      * Properly fix analyzer issues around const constructors.
      
      * Small changes to address comments.
      
      * Add tests to verify grouped validator behavior and validationtype
      merging.
      
      * Update doctor.dart
      
      * Add comments for clarification.
      58d98ce3
  22. 31 Aug, 2018 1 commit
  23. 27 Jun, 2018 1 commit
  24. 05 Jun, 2018 1 commit
  25. 18 May, 2018 1 commit
  26. 14 May, 2018 1 commit
  27. 09 May, 2018 3 commits
  28. 09 Apr, 2018 1 commit
  29. 28 Mar, 2018 1 commit
  30. 20 Mar, 2018 1 commit
  31. 01 Mar, 2018 1 commit
  32. 28 Feb, 2018 1 commit
    • jcollins-g's avatar
      Android license detector in doctor, take two (#14783) · 614df694
      jcollins-g authored
      * Revert "Revert "Add android license verification to doctor and some refactoring" (#14727)"
      
      This reverts commit d2602947.
      
      * Add tests, fix sdkManagerEnv and use it consistently, and rearrange Status object model
      
      * AnsiSpinner needs to leave the cursor where it found it.
      
      * fix tests
      
      * Const constructor warning only shows up on windows...?
      
      * Avoid crash if we can't find the home directory
      
      * Make pathVarSeparator return a string in the mock
      
      * Implement review comments
      
      * Fix out-of-order problem on stop
      614df694
  33. 15 Feb, 2018 1 commit
  34. 14 Feb, 2018 1 commit
  35. 25 Jan, 2018 1 commit
    • Chris Bracken's avatar
      Add version check for doctor --android-licenses (#14249) · 1058cff3
      Chris Bracken authored
      flutter doctor --android-licenses requires Android sdkmanager version 26
      or later. When sdkmanager is not available (SDKs earlier than v25),
      direct users to SDK upgrade instructions. When it's installed but not
      v26 or later, emit instructions to run sdkmanager --update.
      1058cff3
  36. 24 Jan, 2018 1 commit
    • Chris Bracken's avatar
      Add AndroidSdk.sdkManagerPath, sdkManagerVersion (#14247) · 9654659c
      Chris Bracken authored
      Convenience getters for the the path to the Android SDK manager and the
      currently installed version of the tool.
      
      Pre-factoring to support better checks around the --android-licenses
      command, which uses a feature of the SDK manager that is unsupported in
      older versions of the tool.
      9654659c
  37. 06 Dec, 2017 1 commit