1. 29 Sep, 2023 1 commit
  2. 20 Sep, 2023 2 commits
  3. 13 Sep, 2023 1 commit
  4. 12 Sep, 2023 1 commit
  5. 25 Aug, 2023 1 commit
  6. 15 Aug, 2023 1 commit
  7. 10 Aug, 2023 1 commit
  8. 09 Aug, 2023 1 commit
  9. 08 Aug, 2023 1 commit
  10. 04 Aug, 2023 1 commit
  11. 01 Aug, 2023 1 commit
  12. 27 Jul, 2023 1 commit
  13. 18 Jul, 2023 1 commit
  14. 07 Jul, 2023 1 commit
  15. 28 Jun, 2023 1 commit
  16. 20 Jun, 2023 1 commit
  17. 15 Jun, 2023 1 commit
  18. 08 Jun, 2023 1 commit
  19. 30 May, 2023 1 commit
  20. 16 May, 2023 1 commit
  21. 08 May, 2023 1 commit
  22. 02 May, 2023 1 commit
    • Jenn Magder's avatar
      Migrate Xcode projects last version checks to Xcode 14.3 (#125827) · 1861ac47
      Jenn Magder authored
      1. Add iOS and macOS migration to mark "last upgraded" Xcode version to 14.3 to prevent `Update to recommended settings` warning.
      2. Update iOS and macOS templates to same.
      3. Update iOS template to set `BuildIndependentTargetsInParallel` to YES as suggested.  I didn't add a migration for this since it seems like a minor optimization and I don't think it's worth a potentially botched/corrupted migration.
      4. Run all example/integration test project to see migrator work.
      5. Add some missing test projects to the build shard since I noticed they were missing and I had to build those manually outside `SHARD=build_tests`.
      
      Fixes https://github.com/flutter/flutter/issues/125817
      See https://github.com/flutter/flutter/pull/90304 for Xcode 13 example.
      1861ac47
  23. 28 Apr, 2023 2 commits
  24. 20 Apr, 2023 2 commits
  25. 13 Apr, 2023 1 commit
  26. 10 Apr, 2023 1 commit
  27. 07 Apr, 2023 1 commit
  28. 03 Apr, 2023 1 commit
  29. 31 Mar, 2023 1 commit
  30. 29 Mar, 2023 1 commit
  31. 23 Mar, 2023 1 commit
  32. 22 Mar, 2023 1 commit
  33. 21 Mar, 2023 3 commits
  34. 14 Mar, 2023 1 commit
  35. 10 Mar, 2023 1 commit
    • Casey Hillers's avatar
      Revert PRs relating to single window assumption (#122369) · 1f426123
      Casey Hillers authored
      * Revert "Remove references to BindingBase.window (#122119)"
      
      This reverts commit c7681f00.
      
      * Revert "Remove another reference to BindingBase.window (#122341)"
      
      This reverts commit 6ec44450.
      
      * Revert "Reland (2): Removes single window assumptions from `flutter_test` (#122233)"
      
      This reverts commit eb3d317e.
      
      * Revert "Remove single view assumption from TestViewConfiguration (#122352)"
      
      This reverts commit 927289fb.
      
      * Revert "Updates `flutter/test/cupertino` to no longer use `TestWindow` (#122325)"
      
      This reverts commit 67e17e45.
      
      * Revert "Updates `flutter/test/gestures` to no longer reference `TestWindow` (#122327)"
      
      This reverts commit c2a5111c.
      
      * Revert "Updates `flutter/test/rendering` to no longer use `TestWindow` (#122347)"
      
      This reverts commit 28b65e08.
      
      * Revert "Updates `flutter_localizations/test` to stop using `TestWindow` (#122321)"
      
      This reverts commit 01367d52.
      1f426123