1. 04 Mar, 2020 2 commits
  2. 28 Feb, 2020 2 commits
  3. 27 Feb, 2020 2 commits
  4. 08 Jan, 2020 1 commit
  5. 07 Jan, 2020 1 commit
  6. 06 Jan, 2020 1 commit
  7. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  8. 19 Nov, 2019 1 commit
  9. 03 Oct, 2019 1 commit
  10. 13 Sep, 2019 1 commit
  11. 12 Sep, 2019 1 commit
  12. 11 Sep, 2019 1 commit
  13. 28 Aug, 2019 1 commit
  14. 20 Aug, 2019 1 commit
  15. 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
  16. 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
  17. 12 Jul, 2019 2 commits
  18. 25 Jun, 2019 1 commit
  19. 06 Jun, 2019 1 commit
  20. 30 May, 2019 1 commit
  21. 22 May, 2019 2 commits
  22. 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
  23. 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
  24. 21 Feb, 2019 1 commit
  25. 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
  26. 05 Feb, 2019 1 commit
  27. 29 Jan, 2019 1 commit
  28. 26 Jan, 2019 1 commit
  29. 23 Jan, 2019 1 commit
  30. 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
  31. 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
  32. 30 Oct, 2018 1 commit
  33. 09 Oct, 2018 1 commit