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: 4e5cf2d2da27
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11361d01099d
Choose a head ref
  • 4 commits
  • 18 files changed
  • 6 contributors

Commits on Jan 17, 2023

  1. Roll Flutter from 8c2fdb8 to cc7845e (2 revisions) (#6983)

    * f22280a Revert "M3 Button padding adjustments (#118449)" (flutter/flutter#118598)
    
    * cc7845e Post a ToolEvent when selecting widget for inspection (flutter/flutter#118098)
    engine-flutter-autoroll authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    6ef1bc1 View commit details
    Browse the repository at this point in the history
  2. [shared_pref]: Bump mockito-inline (#6976)

    Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.7.0 to 5.0.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.7.0...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-inline
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 Jan 17, 2023
    Configuration menu
    Copy the full SHA
    56ab33f View commit details
    Browse the repository at this point in the history
  3. [camera] Allow logical cameras to use all physical cameras via zoom o…

    …n android 11+ (#6150)
    
    * Adding support for the android 11+ Camera2 CONTROL_ZOOM_RATIO_RANGE camera preference. This preference is essential for supporting Logical cameras on the rear which after android 11 wrap multiple cameras (ultrawide, normal, superzoom, etc) into a single rear facing camera.
    
    This updates change how zoom functions as well as how min and max zoom is set to be compliant with those updates as long as the user device is on android 11+.
    
    * Adding updates to the changelog and pubspec to reflect the zoom and camera updates.
    
    * comment cleanup for min and max zoom ratio functions
    
    * Pull request fixes
    
    * Update packages/camera/camera_android/CHANGELOG.md
    
    Co-authored-by: Camille Simon <[email protected]>
    
    * Update packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/zoomlevel/ZoomUtils.java
    
    Co-authored-by: Camille Simon <[email protected]>
    
    * Updating comments from PR
    
    * Fixing variable name formatting, and comment structures
    
    * Fixing variable name formatting, and comment structures
    
    * Autogormatter updates
    
    Co-authored-by: Camille Simon <[email protected]>
    Co-authored-by: stuartmorgan <[email protected]>
    3 people authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    e85e0f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. [camera] Use startVideoCapturing and expose concurrent stream/record (#…

    …6815)
    
    * Use startVideoCapturing and expose concurrent stream/record
    
    This uses the new startVideoCapturing implementation, that supports concurrent stream/record.
    
    * Ran dart formatter
    
    * retrigger checks
    
    * Account for version bump
    adam-harwood authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    11361d0 View commit details
    Browse the repository at this point in the history
Loading