1. 26 Jun, 2020 1 commit
  2. 23 Jun, 2020 2 commits
  3. 05 Jun, 2020 1 commit
  4. 25 Feb, 2020 1 commit
  5. 11 Feb, 2020 1 commit
  6. 14 Jan, 2020 1 commit
    • Andrew Davies's avatar
      [tools] Rename dev_finder to device-finder. (#48610) · 52e0d980
      Andrew Davies authored
      dev_finder name is deprecated. device-finder is preferred.
      Functionality remains identical, this is an aesthetic change.
      
      This change was generated via:
      $ find . -not -path '*/\.*' -type f -exec sed -i 's/(^import.*)!dev_finder/device-finder/g' {} \;
      52e0d980
  7. 10 Jan, 2020 1 commit
  8. 07 Jan, 2020 1 commit
  9. 05 Dec, 2019 1 commit
  10. 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
  11. 29 Oct, 2019 1 commit
  12. 09 Sep, 2019 1 commit
  13. 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
  14. 12 Jul, 2019 2 commits
  15. 27 Jun, 2019 1 commit
  16. 16 May, 2019 1 commit
  17. 21 Feb, 2019 1 commit
  18. 17 Dec, 2018 1 commit
  19. 17 Oct, 2018 1 commit
  20. 04 Oct, 2018 2 commits
  21. 01 Oct, 2018 1 commit
  22. 12 Sep, 2018 1 commit
  23. 21 Aug, 2018 1 commit
  24. 06 Aug, 2018 1 commit
  25. 02 Aug, 2018 2 commits
  26. 25 Jun, 2018 1 commit
    • Florian Loitsch's avatar
      Flutter attach (#18677) · d248725e
      Florian Loitsch authored
      Add `flutter attach` command.
      
      This command allows Flutter to connect to applications that haven't been launched using `flutter run`.
      d248725e
  27. 05 Feb, 2018 1 commit
  28. 18 Dec, 2017 2 commits
    • Chris Bracken's avatar
      Use idevice_id for devicelab iOS device lookups (#13652) · b771294c
      Chris Bracken authored
      This replaces the use of ideviceinfo (whose output was then filtered for
      device IDs) with an invocation idevice_id -l, which returns the list
      directly, one per line.
      b771294c
    • Chris Bracken's avatar
      Use idevice_id for devicelab iOS device listing (#13624) · c7ea97f2
      Chris Bracken authored
      This patch migrates iOS device listing from using Xcode instruments to
      using the libimobiledevice tools idevice_id and ideviceinfo.
      
      ideviceinfo was previously incompatible with iOS 11 physical devices;
      this has now been fixed.
      
      In 58fe8237 flutter_tools migrated from
      libimobiledevice-based device listing on iOS to using Xcode instruments
      to work around the lack of support for iOS 11. Using instruments entails
      several downsides, including a significantly higher performance hit, and
      leaking hung DTServiceHub processes in certain cases when a simulator is
      running, necessitating workarounds in which we watched for, and cleaned
      up leaked DTServiceHub processes. This patch returns reverts the move to
      instruments now that it's no longer necessary.
      
      This reverts commit 58fe8237.
      c7ea97f2
  29. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  30. 27 Sep, 2017 1 commit
  31. 24 Jun, 2017 1 commit
  32. 19 Jun, 2017 1 commit
  33. 04 Apr, 2017 1 commit
  34. 15 Mar, 2017 1 commit
  35. 04 Mar, 2017 1 commit