Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a2fa4e95221f
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b2fe01bc0f29
Choose a head ref
  • 6 commits
  • 35 files changed
  • 6 contributors

Commits on Nov 17, 2022

  1. [camera]: Bump camerax_version (#6709)

    Bumps `camerax_version` from 1.2.0-rc01 to 1.3.0-alpha01.
    
    Updates `camera-core` from 1.2.0-rc01 to 1.3.0-alpha01
    
    Updates `camera-camera2` from 1.2.0-rc01 to 1.3.0-alpha01
    
    Updates `camera-lifecycle` from 1.2.0-rc01 to 1.3.0-alpha01
    
    ---
    updated-dependencies:
    - dependency-name: androidx.camera:camera-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: androidx.camera:camera-camera2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: androidx.camera:camera-lifecycle
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    19673b3 View commit details
    Browse the repository at this point in the history
  2. [gh_actions]: Bump ossf/scorecard-action from 2.0.4 to 2.0.6 (#6610)

    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.0.4 to 2.0.6.
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@e363bfc...99c5375)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    b828242 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. [file_selector] Add getDirectoryPaths method to the file_selector_pla…

    …tform_interface. (#6572)
    
    * Add getDirectoriesPaths method to the file_selector_platform_interface
    
    * Add getDirectoriesPaths to method channel.
    
    * Increment version to 2.3.0
    
    * apply feedback
    
    * extract assertion method
    
    Co-authored-by: Alejandro Pinola <[email protected]>
    eugerossetto and adpinola authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    2ba4c0a View commit details
    Browse the repository at this point in the history
  2. [quick_actions]Migrates all remaining components to Swift, and deprec…

    …ate OCMock (#6597)
    
    * [quick_actions]migrate shortcut state manager, deprecate OCMock and use POP
    
    * remove objc proj settings
    
    * rename shortcut state manager
    
    * bump version
    
    * run swift-format
    
    * nit
    
    * remove public_header_files
    
    * use shortcut item parser instead of shortcut state manager
    
    * some nit
    
    * rename AppShortcutControlling to ShortcutItemProviding
    
    * nit
    
    * do not crash if no type or title
    
    * update license
    hellohuanlin authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    89cbf74 View commit details
    Browse the repository at this point in the history
  3. [quick_actions] Fix Android integration test flake (#6688)

    * Make fix
    
    * Formatting
    camsim99 authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    51d0844 View commit details
    Browse the repository at this point in the history
  4. [google_sign_in] Correctly passes serverClientId to native libs (#6691

    )
    
    * Correctly passes serverClientId to native libs
    
    * Bumps versions
    wannabehero authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    b2fe01b View commit details
    Browse the repository at this point in the history
Loading