1. 10 Nov, 2021 2 commits
  2. 07 Nov, 2021 1 commit
  3. 05 Nov, 2021 3 commits
  4. 01 Nov, 2021 1 commit
  5. 29 Oct, 2021 1 commit
    • Greg Spencer's avatar
      Differentiate between TalkBack versions for semantics tests. (#92602) · 5883a662
      Greg Spencer authored
      Makes the android_semantics_testing test not fail for newer versions of Talkback.
      
      Also, since the test now depends on pub_semver, upgraded the pubspec files.
      
      The only substantive changes in the PR are in dev/integration_tests/android_semantics_testing/test_driver/main_test.dart
      5883a662
  6. 25 Oct, 2021 1 commit
  7. 22 Oct, 2021 1 commit
  8. 15 Oct, 2021 1 commit
  9. 08 Oct, 2021 1 commit
    • Zachary Anderson's avatar
      Revert gradle roll (#91459) · 5188df08
      Zachary Anderson authored
      * Revert "Mark last failing test after gradle update as flaky. (#91423)"
      
      This reverts commit 46a52d03.
      
      * Revert "fix android template for Gradle 7 (#91411)"
      
      This reverts commit 51d06d53.
      
      * Revert "Add explicit version for mac and windows openjdk. (#91408)"
      
      This reverts commit bf429f27.
      
      * Revert "Update the openjdk version used by linux android tests. (#91405)"
      
      This reverts commit 2144ab8b.
      
      * Revert "Migrate to Gradle 7.0.2 / AGP 7.0.1 (#90642)"
      
      This reverts commit b6459f9b.
      5188df08
  10. 07 Oct, 2021 1 commit
  11. 04 Oct, 2021 1 commit
  12. 02 Oct, 2021 1 commit
  13. 30 Sep, 2021 1 commit
  14. 28 Sep, 2021 1 commit
    • Greg Spencer's avatar
      Add smoke tests for all the examples, fix 17 broken examples. (#89021) · ab2b0851
      Greg Spencer authored
      This adds a smoke test for every single API example. It also fixes 17 tests that had bugs in them, or were otherwise broken, and even fixes one actual bug in the framework, and one limitation in the framework.
      
      The bug in the framework is that NetworkImage's _loadAsync method had await response.drain<List<int>>();, but if the response is null, it will throw a cryptic exception saying that Null can't be assigned to List<int>. The fix was just to use await response.drain<void>(); instead.
      
      The limitation is that RelativePositionedTransition takes an Animation<Rect> rect parameter, and if you want to use a RectTween with it, the value emitted there is Rect?, and one of the examples was just casting from Animation<Rect> to Animation<Rect?>, which is invalid, so I modified RelativePositionedTransition to take a Rect? and just use Rect.zero if the rect is null.
      ab2b0851
  15. 16 Sep, 2021 1 commit
  16. 13 Sep, 2021 1 commit
  17. 02 Sep, 2021 1 commit
  18. 18 Aug, 2021 1 commit
  19. 03 Aug, 2021 1 commit
  20. 20 Jul, 2021 1 commit
    • Greg Spencer's avatar
      Modify key info generation for new iOS key code. (#83439) · 2cb685e1
      Greg Spencer authored
      The (new, not yet used) code gen for iOS was setting up a std::map from key codes to logical and physical key codes, but it was using uint32_t, which isn't big enough to hold the Flutter key codes.
      
      Also, iOS needs to be able to filter out function keys, so I added a function key set.
      2cb685e1
  21. 14 Jul, 2021 1 commit
  22. 09 Jul, 2021 1 commit
  23. 23 Jun, 2021 1 commit
  24. 15 Jun, 2021 1 commit
  25. 01 Jun, 2021 1 commit
  26. 27 May, 2021 1 commit
  27. 21 May, 2021 1 commit
  28. 22 Apr, 2021 2 commits
  29. 20 Apr, 2021 1 commit
  30. 23 Mar, 2021 1 commit
  31. 13 Mar, 2021 1 commit
  32. 03 Mar, 2021 1 commit
  33. 22 Feb, 2021 1 commit
  34. 16 Feb, 2021 1 commit
  35. 04 Feb, 2021 1 commit
  36. 01 Feb, 2021 1 commit