This repository was 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.7k
[camera] Fix CamcorderProfile Usages #4423
Merged
Merged
Changes from 47 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
6976152
Identified deprecated usages and added initial fixes
camsim99 49722e4
Fix resolution feature tests
camsim99 f40abe2
fix mediarecorderbuilder test
camsim99 38d2310
suppress device orientation/unrelated errors
camsim99 09a2685
fix camera test
camsim99 accaed0
update android sdk versions in related build files
camsim99 a0441d9
add build checks for resolutionfeature:
camsim99 2383bf3
adjust mediarecorderbuilder and use robolectric
camsim99 09cbfa8
adjust camera and test
camsim99 252a6fe
format files
camsim99 f8fd254
restore device orientation (unrelated todo)
camsim99 f238289
changed error handling
camsim99 8532e97
add error check for media recorder
camsim99 724f891
add robolectric to resolutionfeature test
camsim99 b77b4fc
push latest changes to resolve camera test
camsim99 d6110ea
reformat and reorganize resolution feature test
camsim99 b7f7649
add missing imports
camsim99 c77ff4e
correct camera test
camsim99 162309b
removed print statement
camsim99 e74767a
change names
camsim99 3fd589c
Document gradle properties
camsim99 d3547d8
change bcprov jdk version
camsim99 c8194fc
modify enablejetifier
camsim99 84a243a
removie blacklist option
camsim99 95fac07
trying gradle modifications
camsim99 00a4e0d
upgrade gradle version:
camsim99 d59ff1f
upgrade gradle version and remove deprecations
camsim99 fb94483
downgrade robolectric version
camsim99 e0f71bc
remove robolectric req'd docker lines
camsim99 92e44c1
fix video_player and target api CI issues
camsim99 e54ec61
modify connectivity gradle verison
camsim99 bf9e4f7
circumvent android-lint problems for now
camsim99 e10031d
Bump plugin versions and update release notes
camsim99 ef23a8c
Revert mistake versionplugin bump
camsim99 f59241c
Merge branch 'master' into issue_89578_dev
camsim99 4fff3f3
Correct video_player version
camsim99 d2d58b3
Make first round of addressing Stuart's comments
camsim99 25550d0
rename on31, add back android-lint-artifcats
camsim99 4cbe753
Merge remote-tracking branch 'upstream/master' into issue_89578_dev
camsim99 7304068
Removed unneeded annotation
camsim99 3f50377
undo changes to other plugins
camsim99 5d6a93a
fix android platform test errors
camsim99 1e266e0
Remove undone changes from change logs
camsim99 9acf444
Merge remote-tracking branch 'upstream/master' into issue_89578_dev
camsim99 2cf0c68
undo changes to dart messenger
camsim99 e779b26
fix merge conflict
camsim99 e745349
undo accidental changelog modification
camsim99 d25fbac
Merge remote-tracking branch 'upstream/master' into issue_89578_dev
camsim99 979a37f
address nits
camsim99 11cc4e1
rename on31s
camsim99 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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
Oops, something went wrong.
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.
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.
Can't we put this on the specific lines we are trying to suppress, rather than the whole function, so that we're not suppressing future deprecation warnings for the currently-new codepath?
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.
Same question here; can't we remove this now?
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.