1. 26 Jan, 2023 1 commit
  2. 25 Jan, 2023 2 commits
  3. 18 Jan, 2023 1 commit
  4. 17 Jan, 2023 1 commit
    • engine-flutter-autoroll's avatar
      Roll Plugins from 92a5367d58df to 4e5cf2d2da27 (8 revisions) (#118624) · a3629a22
      engine-flutter-autoroll authored
      * d607cd910 Roll Flutter from 0d91c034 to 22016987 (28 revisions) (flutter/plugins#6953)
      
      * e2d174ca1 [tool] Check for search paths in Swift plugins (flutter/plugins#6954)
      
      * f80aabf03 [shared_preferences] Revert recent iOS example changes (flutter/plugins#6955)
      
      * f36fa6407 [android_webview_controller] Fixes bug where an `AndroidController` couldn't be reused (flutter/plugins#6910)
      
      * b751ff166 [webview_flutter_android] Fixes crash when the Java `InstanceManager` was used after plugin was removed from engine (flutter/plugins#6943)
      
      * 1efd51837 Roll Flutter from 22016987 to 68dd63d6 (9 revisions) (flutter/plugins#6956)
      
      * eda98cddb Roll Flutter from 68dd63d6 to 1220245b (4 revisions) (flutter/plugins#6957)
      
      * 4e5cf2d2d Roll Flutter from 1220245b to 8c2fdb80 (2 revisions) (flutter/plugins#6979)
      a3629a22
  5. 13 Jan, 2023 1 commit
  6. 12 Jan, 2023 1 commit
    • engine-flutter-autoroll's avatar
      Roll Plugins from 620a059d62b2 to 39197f17ca59 (6 revisions) (#118391) · 27502f68
      engine-flutter-autoroll authored
      * 8c461cfde [gh_actions]: Bump ossf/scorecard-action from 2.0.6 to 2.1.2 (flutter/plugins#6882)
      
      * a119afd47 [in_app_pur]: Bump espresso-core from 3.4.0 to 3.5.1 in /packages/in_app_purchase/in_app_purchase_android/android (flutter/plugins#6924)
      
      * 12266846e Roll Flutter from 50706203 to 7ddf42ea (5 revisions) (flutter/plugins#6923)
      
      * 44098fe34 [shared_preferences] Switch to `shared_preferences_foundation` (flutter/plugins#6940)
      
      * 0dd166959 [tool] Replace `flutter format` (flutter/plugins#6946)
      
      * 39197f17c [gh_actions]: Bump actions/checkout from 3.1.0 to 3.3.0 (flutter/plugins#6935)
      27502f68
  7. 11 Jan, 2023 1 commit
    • engine-flutter-autoroll's avatar
      Roll Plugins from 9fdc899b72ca to 620a059d62b2 (4 revisions) (#118317) · e697805b
      engine-flutter-autoroll authored
      * 6a24f2d7b == override parameters are non-nullable (flutter/plugins#6900)
      
      * b9206bcfe [espresso]: Bump espresso-accessibility and espresso-idling-resource from 3.1.0 to 3.5.1 in /packages/espresso/android (flutter/plugins#6933)
      
      * b1797c2bb [file_selector] Switch to Pigeon for macOS (flutter/plugins#6902)
      
      * 620a059d6 [google_sign_in] Renames generated folder to js_interop. (flutter/plugins#6915)
      e697805b
  8. 10 Jan, 2023 1 commit
    • engine-flutter-autoroll's avatar
      Roll Plugins from 0a0e3d205ca3 to 9fdc899b72ca (8 revisions) (#118253) · 669a3d2b
      engine-flutter-autoroll authored
      * d03de2fce [tool] Don't add Guava in the all-packages app (flutter/plugins#6747)
      
      * d485c7e83 [local_auth]: Bump espresso-core (flutter/plugins#6925)
      
      * a47e71988 [webview_flutter_platform_interface] Improves error message when `WebViewPlatform.instance` is null (flutter/plugins#6938)
      
      * 7132dac0e [google_maps]: Bump espresso-core from 3.4.0 to 3.5.1 in /packages/google_maps_flutter/google_maps_flutter_android/android (flutter/plugins#6937)
      
      * dc3287ccf [espresso]: Bump truth from 1.4.0 to 1.5.0 in /packages/espresso/android (flutter/plugins#6707)
      
      * 1de6477bd [camera]: Bump camerax_version from 1.3.0-alpha01 to 1.3.0-alpha02 in /packages/camera/camera_android_camerax/android (flutter/plugins#6828)
      
      * fb405819e [shared_preferences] Merge iOS and macOS implementations (flutter/plugins#6920)
      
      * 9fdc899b7 [various] Enable `avoid_dynamic_calls` (flutter/plugins#6834)
      669a3d2b
  9. 09 Jan, 2023 1 commit
  10. 06 Jan, 2023 1 commit
  11. 05 Jan, 2023 1 commit
  12. 04 Jan, 2023 1 commit
  13. 03 Jan, 2023 1 commit
  14. 30 Dec, 2022 1 commit
  15. 29 Dec, 2022 1 commit
  16. 27 Dec, 2022 1 commit
  17. 26 Dec, 2022 1 commit
  18. 23 Dec, 2022 1 commit
  19. 22 Dec, 2022 1 commit
    • engine-flutter-autoroll's avatar
      Roll Plugins from 54fc2066d636 to 2dd85ec81d06 (3 revisions) (#117535) · 95ff8397
      engine-flutter-autoroll authored
      * c61ac23fc [webview_flutter_wkwebview] Adds support for `WKNavigationAction.navigationType` (flutter/plugins#6863)
      
      * 15cfe8aa2 [webview_flutter_android] Adds support for selecting Hybrid Composition (flutter/plugins#6864)
      
      * 2dd85ec81 [webview_flutter_android] Fixes bug where a `AndroidNavigationDelegate` was required to load a request (flutter/plugins#6872)
      95ff8397
  20. 21 Dec, 2022 1 commit
    • engine-flutter-autoroll's avatar
      Roll Plugins from 840a04954fa0 to 54fc2066d636 (6 revisions) (#117456) · a7a5d14d
      engine-flutter-autoroll authored
      * 697c8b3ee [image_picker_ios] Pass through error message from image saving (flutter/plugins#6858)
      
      * 72f810851 [local_auth] Bump `intl` from ^0.17.0 to ">=0.17.0 <0.19.0" (flutter/plugins#6848)
      
      * acbe9b452 [gh_actions]: Bump github/codeql-action from 2.1.35 to 2.1.37 (flutter/plugins#6860)
      
      * 3d8b73bf0 [camera] Remove deprecated Optional type (flutter/plugins#6870)
      
      * c5220efae [in_app_purchase] Add support for macOS (flutter/plugins#6519)
      
      * 54fc2066d Roll Flutter from 028c6e29 to dbc93063 (11 revisions) (flutter/plugins#6849)
      a7a5d14d
  21. 19 Dec, 2022 1 commit
    • engine-flutter-autoroll's avatar
      Roll Plugins from cbcf50726fb9 to 840a04954fa0 (8 revisions) (#117314) · d238bedf
      engine-flutter-autoroll authored
      * 5f62d21eb [local_auth] Fix failed biometric authentication not throwing error (flutter/plugins#6821)
      
      * ca974ab0c [webview_flutter_web] Copies web implementation of webview_flutter from v4_webview (flutter/plugins#6854)
      
      * 4d11be416 [image_picker] Don't store null paths in lost cache (flutter/plugins#6678)
      
      * fd2841fd0 [webview_flutter_android] Fix timeouts in the integration tests (flutter/plugins#6857)
      
      * abc9f9a9b [flutter_plugin_tools] If `clang-format` does not run, fall back to other executables in PATH (flutter/plugins#6853)
      
      * 7efb5e89d [video_player] Add compatibility with the current platform interface (flutter/plugins#6855)
      
      * 32dcbf3e3 [image_picker] Improve image_picker for iOS to handle more image types (flutter/plugins#6812)
      
      * 840a04954 [webview_flutter] Copies app-facing implementation of webview_flutter from v4_webview (flutter/plugins#6856)
      d238bedf
  22. 16 Dec, 2022 1 commit
    • engine-flutter-autoroll's avatar
      Roll Plugins from 78de28ca21c7 to cbcf50726fb9 (3 revisions) (#117213) · ab47fc30
      engine-flutter-autoroll authored
      * 6c0df1a0c Roll Flutter (stable) from b8f7f1f9869b to 135454af3247 (6 revisions) (flutter/plugins#6850)
      
      * 6bba84334 [webview_flutter_android] Copies Android implementation of webview_flutter from v4_webview (flutter/plugins#6851)
      
      * cbcf50726 [webview_flutter_wkwebview] Copies iOS implementation of webview_flutter from v4_webview (flutter/plugins#6852)
      ab47fc30
  23. 15 Dec, 2022 1 commit
  24. 14 Dec, 2022 1 commit
  25. 13 Dec, 2022 1 commit
    • engine-flutter-autoroll's avatar
      Roll Plugins from 0609adb457fd to ec2041f82584 (6 revisions) (#116996) · dbb9aa8b
      engine-flutter-autoroll authored
      * 13818023c [camera] Attempt to fix flaky new Android test (flutter/plugins#6831)
      
      * da4321d01 [google_maps_flutter] Modified `README.md` to fix minor syntax issues (flutter/plugins#6631)
      
      * e8c9731f1 Roll Flutter from eefbe85c to bd0791be (25 revisions) (flutter/plugins#6832)
      
      * 2eb616545 Reland "[google_maps_flutter] ios: re-enable test with popup #5312" (flutter/plugins#6783)
      
      * 738bd91d8 Update FlutterFire link (flutter/plugins#6835)
      
      * ec2041f82 Roll Flutter from bd0791be to 15af8178 (27 revisions) (flutter/plugins#6837)
      dbb9aa8b
  26. 12 Dec, 2022 1 commit
  27. 09 Dec, 2022 1 commit
  28. 08 Dec, 2022 1 commit
  29. 07 Dec, 2022 1 commit
  30. 06 Dec, 2022 1 commit
  31. 05 Dec, 2022 1 commit
  32. 01 Dec, 2022 1 commit
  33. 23 Nov, 2022 1 commit
    • engine-flutter-autoroll's avatar
      Roll Plugins from 5d847ef391a5 to a431b35bfa0b (7 revisions) (#115930) · 16fb711f
      engine-flutter-autoroll authored
      * 2a5239495 [ci] Import flutter/packages install_chromium.sh (flutter/plugins#6727)
      
      * e484dec84 Switch `ios_platform_tests` from Cirrus to LUCI (flutter/plugins#6729)
      
      * fb0a593d6 Roll Flutter from 29622285 to 06d90b8b (17 revisions) (flutter/plugins#6742)
      
      * dd493f5b1 [path_provider] Remove unused Guava dependency (flutter/plugins#6744)
      
      * b2d4ee5ce [google_sign_in] Roll Guava dependency to 31.1 (flutter/plugins#6746)
      
      * be855018f [ios_platform_images] remove deprecated APIs (flutter/plugins#6693)
      
      * a431b35bf Roll Flutter from 06d90b8b to 0eb2d51e (17 revisions) (flutter/plugins#6750)
      16fb711f
  34. 22 Nov, 2022 1 commit
  35. 21 Nov, 2022 1 commit
  36. 18 Nov, 2022 1 commit
    • engine-flutter-autoroll's avatar
      Roll Plugins from a2fa4e95221f to b2fe01bc0f29 (6 revisions) (#115656) · 7fd3bb2a
      engine-flutter-autoroll authored
      * 19673b341 [camera]: Bump camerax_version (flutter/plugins#6709)
      
      * b8282424e [gh_actions]: Bump ossf/scorecard-action from 2.0.4 to 2.0.6 (flutter/plugins#6610)
      
      * 2ba4c0a70 [file_selector] Add getDirectoryPaths method to the file_selector_platform_interface. (flutter/plugins#6572)
      
      * 89cbf74c8 [quick_actions]Migrates all remaining components to Swift, and deprecate OCMock (flutter/plugins#6597)
      
      * 51d084453 [quick_actions] Fix Android integration test flake (flutter/plugins#6688)
      
      * b2fe01bc0 [google_sign_in] Correctly passes `serverClientId` to native libs (flutter/plugins#6691)
      7fd3bb2a
  37. 17 Nov, 2022 1 commit
  38. 15 Nov, 2022 1 commit
    • engine-flutter-autoroll's avatar
      Roll Plugins from 3ca34103db0f to e500884c758c (10 revisions) (#115366) · af2ec91b
      engine-flutter-autoroll authored
      * 79d62f726 Roll Flutter from 5ea5a533 to a1289a41 (7 revisions) (flutter/plugins#6677)
      
      * 910b61d1b Roll Flutter from a1289a41 to a1432a9c (23 revisions) (flutter/plugins#6681)
      
      * 58579201e Roll Flutter from a1432a9c to d3dcd7d5 (8 revisions) (flutter/plugins#6684)
      
      * 6da73be00 Enable `Mac build_all_plugins` (flutter/plugins#6671)
      
      * cc4ffaebd Update flutter cirrus key (flutter/plugins#6687)
      
      * f35c16930 Roll Flutter from d3dcd7d5 to c7d11549 (13 revisions) (flutter/plugins#6689)
      
      * 553dac8b2 Roll Flutter from c7d11549 to 098aac7f (24 revisions) (flutter/plugins#6692)
      
      * 11cb48366 Roll Flutter (stable) from e99c9c7cd9f6 to 52b3dc25f647 (4 revisions) (flutter/plugins#6690)
      
      * b1c457fc9 Roll Flutter from 098aac7f to 61e927d2 (16 revisions) (flutter/plugins#6694)
      
      * e500884c7 Enable Mac ios_platform_tests tests (flutter/plugins#6682)
      af2ec91b
  39. 07 Nov, 2022 1 commit