This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Oct 13, 2021
blasten
reviewed
Oct 18, 2021
packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/Camera.java
Outdated
Show resolved
Hide resolved
blasten
reviewed
Oct 18, 2021
...a/android/src/main/java/io/flutter/plugins/camera/features/resolution/ResolutionFeature.java
Outdated
Show resolved
Hide resolved
blasten
reviewed
Oct 18, 2021
packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/Camera.java
Outdated
Show resolved
Hide resolved
blasten
approved these changes
Oct 18, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
4005c6a
to
5b2bde4
Compare
PTAL @stuartmorgan |
stuartmorgan
approved these changes
Oct 29, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with nits
} | ||
} | ||
|
||
@SuppressWarnings("deprecation") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was marked as resolved, but is still present; is that a mistake, or is there a reason we need this? If the latter, please explain in a reply so that we have a record of it for people trying to understand this code later.
...droid/src/test/java/io/flutter/plugins/camera/features/resolution/ResolutionFeatureTest.java
Outdated
Show resolved
Hide resolved
...droid/src/test/java/io/flutter/plugins/camera/features/resolution/ResolutionFeatureTest.java
Outdated
Show resolved
Hide resolved
camsim99
commented
Oct 29, 2021
...a/camera/android/src/test/java/io/flutter/plugins/camera/media/MediaRecorderBuilderTest.java
Outdated
Show resolved
Hide resolved
camsim99
commented
Oct 29, 2021
...a/camera/android/src/test/java/io/flutter/plugins/camera/media/MediaRecorderBuilderTest.java
Outdated
Show resolved
Hide resolved
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Nov 3, 2021
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Nov 3, 2021
NickalasB
added a commit
to NickalasB/plugins
that referenced
this pull request
Nov 4, 2021
* master: [webview_flutter] Deprecate evaluateJavascript in favour of runJavaScript and runJavaScriptForResult. (flutter#4403) [webview_flutter] Add interface methods to load local files and HTML strings. (flutter#4446) [ci] add pedantic dep to new in_app_purchase pkgs (flutter#4471) [ci] Remove unused dep from file_selector. (flutter#4468) [ci] update build_runner dep in android_intent and file_selector example (flutter#4467) [webview_flutter] Add platform interface method `loadRequest`. (flutter#4450) Remove -Werror from deprecated plugin Android builds (flutter#4466) [webview_flutter] Update webview packages for Android and iOS to implement `runJavascript` and `runJavascriptReturningResult`. (flutter#4402) [camera] Fix CamcorderProfile Usages (flutter#4423) [google_sign_in] Use a transparent image as a placeholder for the `GoogleUserCircleAvatar` (flutter#4391) [in_app_purchase]IAP/platform interface add cancel status (flutter#4093) [image_picker] doc:readme image picker misprints (flutter#4421) Support Hybrid Composition through the GoogleMaps Widget (flutter#4082) [path_provider] started supporting background platform channels (flutter#4443) [device_info] started using Background Platform Channels (flutter#4456) # Conflicts: # packages/webview_flutter/webview_flutter/CHANGELOG.md # packages/webview_flutter/webview_flutter/pubspec.yaml
stuartmorgan
added a commit
to stuartmorgan/plugins
that referenced
this pull request
Nov 15, 2021
flutter#4423 incorrectly added changelog entries to an already-published version instead of bumping the version, whcih was missed during review. Fixes flutter/flutter#93659
11 tasks
fluttergithubbot
pushed a commit
that referenced
this pull request
Nov 15, 2021
#4423 incorrectly added changelog entries to an already-published version instead of bumping the version, whcih was missed during review. Fixes flutter/flutter#93659
henri-henri
pushed a commit
to sofcograhapt/plugins
that referenced
this pull request
Nov 29, 2021
(cherry picked from commit 29f46b4)
henri-henri
pushed a commit
to sofcograhapt/plugins
that referenced
this pull request
Nov 29, 2021
flutter#4423 incorrectly added changelog entries to an already-published version instead of bumping the version, whcih was missed during review. Fixes flutter/flutter#93659 (cherry picked from commit b6e8d05)
amantoux
pushed a commit
to amantoux/plugins
that referenced
this pull request
Dec 11, 2021
amantoux
pushed a commit
to amantoux/plugins
that referenced
this pull request
Dec 11, 2021
flutter#4423 incorrectly added changelog entries to an already-published version instead of bumping the version, whcih was missed during review. Fixes flutter/flutter#93659
KyleFin
pushed a commit
to KyleFin/plugins
that referenced
this pull request
Dec 21, 2021
KyleFin
pushed a commit
to KyleFin/plugins
that referenced
this pull request
Dec 21, 2021
flutter#4423 incorrectly added changelog entries to an already-published version instead of bumping the version, whcih was missed during review. Fixes flutter/flutter#93659
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
cla: yes
p: camera
platform-android
waiting for tree to go green
(Use "autosubmit") This PR is approved and tested, but waiting for the tree to be green to land.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removes usages of CamcorderProfile and related methods due to its deprecation.
Fixes #89578.
Pre-launch Checklist
dart format
.)[shared_preferences]
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.