1. 05 Sep, 2018 9 commits
    • Danny Tuppeny's avatar
      Add a detach command to detach without terminating (#21376) · eb9c975e
      Danny Tuppeny authored
      * Add a detach command to detach without terminating
      
      Fixes #21154.
      
      * Bump protocol version for app.detach
      
      * Tweak to detach/quit text
      
      * Change logPrefix to named param
      eb9c975e
    • Danny Tuppeny's avatar
      Move asset_bundle_package_test to MemoryFileSystem to avoid setting... · 11ee2f71
      Danny Tuppeny authored
      Move asset_bundle_package_test to MemoryFileSystem to avoid setting fs.currentDirectory in tests (#21427)
      
      * Update asset_bundle_package_test to use MemoryFileSystem
      
      This updates all tests in this file to use a memory filesystem (same as I did for asset_bundle_package_font_test) based on the current platform.
      
      There were already a few minor tests at the bottom using a MemoryFileSystem and being run for all platforms - however this complicated the shared code I changed above to support Windows natively so I changed them to also work the same as others (that is, they just run the native platforms so require running on all to get full coverage - though this is the case for almost all other tests anyway).
      
      * Move fixPath to the correct place
      11ee2f71
    • Danny Tuppeny's avatar
    • Chris Bracken's avatar
      05edc00a
    • Jonah Williams's avatar
      fix unawaited future (#21439) · 61719c4e
      Jonah Williams authored
      61719c4e
    • Matteo Crippa's avatar
      Fix/ios run simulator (#20262) · 5907a726
      Matteo Crippa authored
      5907a726
    • Danny Tuppeny's avatar
      Fix windows crash running `flutter run` which tries to find Xcode (#21423) · 6e64cb0a
      Danny Tuppeny authored
      * Add a failing test for #21418
      
      * Filter workflows to only those applicable to the current platform
      
      Fixes #21418.
      6e64cb0a
    • 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
    • Ian Hickson's avatar
      Remove unnecessary consts (#21410) · 88c94f57
      Ian Hickson authored
      88c94f57
  2. 04 Sep, 2018 16 commits
  3. 03 Sep, 2018 3 commits
  4. 02 Sep, 2018 4 commits
  5. 01 Sep, 2018 1 commit
  6. 31 Aug, 2018 7 commits