1. 19 Nov, 2019 1 commit
  2. 03 Oct, 2019 1 commit
  3. 13 Sep, 2019 1 commit
  4. 12 Sep, 2019 1 commit
  5. 11 Sep, 2019 1 commit
  6. 28 Aug, 2019 1 commit
  7. 20 Aug, 2019 1 commit
  8. 16 Jul, 2019 2 commits
    • Christopher Fujino's avatar
    • sjindel-google's avatar
      Keep LLDB connection to iOS device alive while running from CLI. (#36194) · 5501a1c1
      sjindel-google authored
      ## Description
      
      Instead of detaching from the spawned App process on the device immediately, keep the LLDB client connection open (in autopilot mode) until the App quits or the server connection is lost.
      
      This replicates the behavior of Xcode, which also keeps a debugger attached to the App after launching it.
      
      ## Tests
      
      This change will be covered by all running benchmarks (which are launched via "flutter run"/"flutter drive"), and probably be covered by all tests as well.
      
      I also tested the workflow locally -- including cases where the App or Flutter CLI is terminated first.
      
      ## Breaking Change
      
      I don't believe this should introduce any breaking changes. The LLDB client automatically exits when the app dies or the device is disconnected, so there shouldn't even be any user-visible changes to the behavior of the tool (besides the output of "-v").
      5501a1c1
  9. 15 Jul, 2019 1 commit
    • Christopher Fujino's avatar
      Reland bundle ios deps (#36093) · 102ab1e6
      Christopher Fujino authored
      This updates the flutter tool cache to download binary files for ideviceinstaller, ios-deploy, libimobiledevice, and dynamically linked dependencies from Flutter's GCP bucket.
      102ab1e6
  10. 12 Jul, 2019 2 commits
  11. 25 Jun, 2019 1 commit
  12. 06 Jun, 2019 1 commit
  13. 30 May, 2019 1 commit
  14. 22 May, 2019 2 commits
  15. 20 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      some spaces formatting (#29452) · a6af4228
      Alexandre Ardhuin authored
      * some space formattings
      
      * always use blocks in if-else if a block is used
      
      * format spaces in for and while
      
      * allow multiline if conditions
      
      * fix missing space
      a6af4228
  16. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  17. 21 Feb, 2019 1 commit
  18. 08 Feb, 2019 1 commit
    • Michael Klimushyn's avatar
      Warn when gradle builds fail because of AndroidX (#27566) · 4a9e5bc1
      Michael Klimushyn authored
      Try to detect Gradle error messages that hint at AndroidX problems, and
      warn in the logs about the potential problem and point to documentation
      on how to fix the issue.
      
      Unfortunately the Gradle errors based on this root issue are varied and
      project dependent. It's probably better to still leave the message
      intact in case the problem is unrelated.
      
      Also filters out the plugin warning message pending in
      flutter/plugins#1138. It's still valuable to add that for people on
      previous versions of Flutter, but this link should override that message
      for anyone on an up to date version of Flutter.
      
      #27106
      4a9e5bc1
  19. 05 Feb, 2019 1 commit
  20. 29 Jan, 2019 1 commit
  21. 26 Jan, 2019 1 commit
  22. 23 Jan, 2019 1 commit
  23. 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
  24. 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
  25. 30 Oct, 2018 1 commit
  26. 09 Oct, 2018 1 commit
  27. 05 Oct, 2018 1 commit
  28. 01 Oct, 2018 1 commit
  29. 14 Sep, 2018 1 commit
  30. 12 Sep, 2018 1 commit
  31. 31 Aug, 2018 1 commit
  32. 06 Aug, 2018 1 commit
  33. 02 Aug, 2018 3 commits
  34. 27 Jul, 2018 1 commit