1. 19 Jul, 2018 9 commits
    • Danny Tuppeny's avatar
      Fix copy/paste error in test (#19564) · d9ee971e
      Danny Tuppeny authored
      d9ee971e
    • amirh's avatar
      c1de12dd
    • Chris Bracken's avatar
      Don't bundle Genereted.xcconfig as a resource (#19544) · bb338ef2
      Chris Bracken authored
      Generated.xcconfig is only required at build time for iOS apps. In the
      flutter create project template and example apps, Generated.xcconfig was
      previously marked as a resource to be bundled into the built app.
      bb338ef2
    • Hans Muller's avatar
      a960b870
    • Danny Tuppeny's avatar
      Update devicelab test with new message prefix (#19560) · 6016882a
      Danny Tuppeny authored
      While working on attach, I changed the message output while waiting for an app to connect but didn't catch this.
      6016882a
    • Danny Tuppeny's avatar
      Add `--machine` support for `flutter attach` (#19077) · ed9afbbc
      Danny Tuppeny authored
      * Extract some of startApp into a reusable method
      
      * Get basic attach --machine working
      
      * Attach --machine tweaks
      
      Move validation to validate method and create daemon early so we get the startup event before trying to get a connection.
      
      * Bump daemon version so we know whether it's valid to flutter attach
      
      * Tweak output text
      
      * Swap package imports for relative
      
      * Review tweaks (naming, formatting, typedefs)
      
      * Separate arguments from process spawning
      
      This will make calling attach easier
      
      * Add a basic test for flutter attach --machine
      
      * Fix crash if port unforward modifies the list of forwarded ports
      
      * Add a no-op port forwarder for flutter-tester
      
      * Switch to using BasicProject instead of our own inline code
      
      * Fix expectation in test now we have a portForwarder
      
      * Remove stale TODO (this is done)
      
      * Tweak formatting
      
      * Change some Completers to void to fix Dart 2 issues
      ed9afbbc
    • Danny Tuppeny's avatar
      Make cleanup of flutter processes in tests more reliable (#19307) · 442fc3cf
      Danny Tuppeny authored
      * Make cleanup of flutter processes in tests more reliable
      
      * Fix quit signals
      
      I confused SigInt&SigTerm for SigTerm&SigKill when I first did this. SigTerm can be blocked and doesn't guarantee the process will be terminated.
      
      * Don't use deprecated constants
      
      * Fix typo
      
      * Add some additional info to debug buffer
      
      * Fix return types on Futures
      442fc3cf
    • Danny Tuppeny's avatar
      Flutter `emulator launch` crash running in dart-2-mode (#19454) · d3f6128c
      Danny Tuppeny authored
      * Only printError on our simple messages
      
      Any other type is a real error that should be a normal crash (to get a proper error log).
      
      See #19453.
      
      * Add toList() to convert Iterable<String> -> List<String>
      
      This code previously throw in Dart-2 mode.
      
      Fixes #19453.
      
      * Move getSimulatorPath into Xcode
      
      * Add a test that we tried to launch the simulator
      
      * Remove unused import
      d3f6128c
    • Sigurd Meldgaard's avatar
      Fix typo (#19555) · 403a08b9
      Sigurd Meldgaard authored
      403a08b9
  2. 18 Jul, 2018 12 commits
  3. 17 Jul, 2018 4 commits
  4. 16 Jul, 2018 7 commits
  5. 14 Jul, 2018 6 commits
  6. 13 Jul, 2018 2 commits