1. 06 Jan, 2020 1 commit
  2. 17 Dec, 2019 1 commit
  3. 02 Dec, 2019 1 commit
  4. 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
  5. 19 Nov, 2019 1 commit
  6. 15 Oct, 2019 1 commit
  7. 30 Sep, 2019 1 commit
  8. 16 Sep, 2019 1 commit
  9. 13 Sep, 2019 1 commit
  10. 12 Sep, 2019 1 commit
  11. 28 Aug, 2019 1 commit
  12. 23 Aug, 2019 1 commit
  13. 20 Aug, 2019 1 commit
  14. 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
  15. 12 Jul, 2019 2 commits
  16. 10 Jun, 2019 1 commit
  17. 04 Jun, 2019 3 commits
  18. 03 Jun, 2019 1 commit
  19. 31 May, 2019 1 commit
    • stuartmorgan's avatar
      Implement plugin tooling support for macOS (#33636) · 3ebebebb
      stuartmorgan authored
      Enables the CocoaPods-based plugin workflow for macOS. This allows a
      macOS project to automatically fetch and add native plugin
      implementations via CocoaPods for anything in pubspec.yaml, as is done
      on iOS.
      3ebebebb
  20. 25 May, 2019 1 commit
    • stuartmorgan's avatar
      Implement macOS support in `flutter doctor` (#33277) · 81c38b22
      stuartmorgan authored
      Splits Xcode validation out of the iOS validator and into a stand-alone
      validator, and groups the CocoaPods validator with that top-level
      validator instead of the iOS validator. iOS now validates only the
      iOS-specific tools (e.g., ideviceinstaller).
      
      Reorganizes many of the associated clases so that those that are used by
      both macOS and iOS live in macos/ rather than ios/. Moves some
      validators to their own files as part of the restructuring.
      
      This is the macOS portion of #31368
      81c38b22
  21. 25 Apr, 2019 1 commit
  22. 05 Apr, 2019 1 commit
  23. 27 Mar, 2019 1 commit
  24. 06 Feb, 2019 1 commit
  25. 30 Jan, 2019 1 commit
  26. 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
  27. 03 Jan, 2019 1 commit
  28. 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
  29. 05 Oct, 2018 1 commit
  30. 25 Sep, 2018 1 commit
    • Mikkel Nygaard Ravn's avatar
      Support materializing Flutter module host app on iOS (#21276) · a600fe7f
      Mikkel Nygaard Ravn authored
      * Prototype
      
      * Fix paths to Flutter library resources
      
      * Invoke pod install as necessary for materialized modules
      
      * Add devicelab test for module use on iOS
      
      * Remove debug output
      
      * Rebase, reame materialize editable
      
      * Add devicelab test editable iOS host app
      
      * Removed add2app test section
      a600fe7f
  31. 12 Sep, 2018 1 commit
  32. 13 Aug, 2018 1 commit
  33. 20 Jul, 2018 1 commit
  34. 16 Jul, 2018 2 commits
  35. 28 Jun, 2018 1 commit