1. 22 May, 2017 4 commits
  2. 21 May, 2017 1 commit
    • Alexander Aprelev's avatar
      Filter out '\n' from terminal input. (#10220) · 5b1e9729
      Alexander Aprelev authored
      * Remove '\n' from terminal input.
      
      * Use trim instead of replaceAll
      
      * Add unit test
      
      * Cleanup the test
      
      * Fixed lint
      
      * Style adjustments
      
      * Forgotten @override
      
      * Revert "Forgotten @override"
      
      Accidently added extra files.
      
      This reverts commit 0aba24fc8ea321b3a4d0cd8aed7f589378393d96.
      
      * Just @override change
      5b1e9729
  3. 19 May, 2017 3 commits
  4. 18 May, 2017 1 commit
  5. 16 May, 2017 2 commits
    • Ian Hickson's avatar
      Nits for protocol discovery (#10112) · 73dcca65
      Ian Hickson authored
      Rather than complain about these in a code review I figured I'd just fix them. :-)
      73dcca65
    • Todd Volkert's avatar
      Fix race condition in protocol_discovery.dart (#10092) · 10decc7c
      Todd Volkert authored
      For some reaosn, when we discovered our URI, we were re-instantiating
      the `Completer` instance variable whose future we listen to in `nextUri()`.
      This led to a race between a caller calling `nextUri()` and us discovering
      the URI. If we happened to discover our URI before a caller called
      `nextUri()`, then they would be left waiting on a future from the newly
      allocated `Completer` (which would never complete).
      
      Fixes #10064
      10decc7c
  6. 15 May, 2017 1 commit
  7. 12 May, 2017 3 commits
  8. 11 May, 2017 1 commit
  9. 10 May, 2017 3 commits
  10. 09 May, 2017 6 commits
  11. 08 May, 2017 5 commits
  12. 05 May, 2017 3 commits
    • Michael Goderbauer's avatar
      Don't crash on `flutter create .` on Windows (#9850) · 6337a055
      Michael Goderbauer authored
      * Don't crash on `flutter create .`
      
      Fixes #9828
      
      * review comments
      6337a055
    • Todd Volkert's avatar
      Support IPv6 in coverage collection (#9841) · 28414973
      Todd Volkert authored
      Builds on engine fixes to #9813
      
      Also fixes #7366
      28414973
    • Jakob Andersen's avatar
      Improve Android builds. (#9801) · 6b54137a
      Jakob Andersen authored
      Eagerly generate local.properties, and always update the flutter.sdk
      setting in it, in case FLUTTER_ROOT has changed.
      
      Fixes #8365.
      Fixes #9716 - at least the specific issue reported. My Android Studio
      still complains about Gradle versions - it ships with v3.2, but requires
      v3.3...
      
      Add a 'generate dependencies' task to the Gradle build, which checks if
      the snapshot dependencies file exists, and runs an extra build before
      the actual FlutterTask if it doesn't. This makes the first build slower,
      but sub-sequent builds (without source changes) much faster.
      
      Fixes #9717.
      6b54137a
  13. 04 May, 2017 4 commits
  14. 03 May, 2017 3 commits