1. 23 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [versions] update all versions and fix tool tests (#60127) · 37db92be
      Jonah Williams authored
      Update all versions, specifically file which fixes some bugs that caused tests to fail if run in different orders:
      
      - systemTemp directories created by MemoryFileSystem will allot names based on the file system instance instead of globally.
      - MemoryFile.readAsLines()/readAsLinesSync() no longer treat a final newline in the file as the start of a new, empty line.
      - RecordingFile.readAsLine()/readAsLinesSync() now always record a final newline.
      37db92be
  2. 19 Jun, 2020 1 commit
  3. 15 Jun, 2020 1 commit
  4. 12 Apr, 2020 1 commit
  5. 30 Mar, 2020 1 commit
  6. 13 Feb, 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. 12 Nov, 2019 1 commit
  9. 09 Nov, 2019 1 commit
  10. 25 Sep, 2019 1 commit
  11. 14 Sep, 2019 2 commits
  12. 19 Jul, 2019 1 commit
  13. 24 Jan, 2019 2 commits
  14. 22 Jan, 2019 1 commit
  15. 19 Jan, 2019 2 commits
  16. 24 Oct, 2018 1 commit
  17. 23 Oct, 2018 2 commits
    • Michael Klimushyn's avatar
      Revert "E2E test setting and using isolate names (#23388)" (#23416) · e70f1952
      Michael Klimushyn authored
      This reverts commit 93573de2.
      
      Fails in the devicelab:
      
      ```
      run:stderr: A problem occurred evaluating project ':app'.
      run:stderr: > Could not resolve all files for configuration 'classpath'.2018-10-23T10:46:46.335864:
      run:stderr:    > Could not find aapt2-proto.jar (com.android.tools.build:aapt2-proto:0.3.1).2018-10-23T10:46:46.335960:
      run:stderr:      Searched in the following locations:2018-10-23T10:46:46.336048:
      ```
      e70f1952
    • Michael Klimushyn's avatar
      E2E test setting and using isolate names (#23388) · 93573de2
      Michael Klimushyn authored
      Adds an integration devicelab test that runs an Android app with two
      custom named isolates. Tests that the isolate names are present and that
      it's possible to attach to just one of the isolates.
      
      Fixes flutter/flutter#22009
      93573de2