1. 07 Jan, 2020 1 commit
  2. 06 Jan, 2020 1 commit
  3. 12 Dec, 2019 1 commit
  4. 05 Dec, 2019 1 commit
  5. 27 Nov, 2019 2 commits
    • 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
    • Jonah Williams's avatar
  6. 22 Nov, 2019 1 commit
  7. 19 Nov, 2019 1 commit
  8. 18 Nov, 2019 1 commit
  9. 14 Nov, 2019 1 commit
  10. 13 Nov, 2019 2 commits
  11. 01 Nov, 2019 1 commit
  12. 28 Oct, 2019 1 commit
  13. 15 Oct, 2019 1 commit
  14. 09 Oct, 2019 1 commit
  15. 27 Sep, 2019 1 commit
  16. 26 Sep, 2019 1 commit
  17. 24 Sep, 2019 1 commit
  18. 18 Sep, 2019 1 commit
  19. 17 Sep, 2019 1 commit
  20. 13 Sep, 2019 1 commit
  21. 12 Sep, 2019 1 commit
  22. 06 Sep, 2019 1 commit
  23. 05 Sep, 2019 1 commit
  24. 27 Aug, 2019 1 commit
  25. 20 Aug, 2019 1 commit
  26. 16 Aug, 2019 2 commits
  27. 15 Aug, 2019 1 commit
  28. 06 Aug, 2019 1 commit
  29. 19 Jul, 2019 1 commit
  30. 17 Jul, 2019 1 commit
  31. 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
  32. 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
  33. 12 Jul, 2019 2 commits
  34. 11 Jul, 2019 2 commits