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
[camera] Update Android Camera Access Permission Error Codes #5640
Merged
Merged
Changes from 32 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
e397649
Make initial changes
camsim99 120ef5d
Remove ongoing, add tests
camsim99 ba1b893
Merge remote-tracking branch 'upstream/master' into issue_101384
camsim99 236d86d
Fix tests
camsim99 17d37f3
Update CHANGELOG
camsim99 300a674
Update pubspec
camsim99 0bdb42d
Add back ongoing error
camsim99 34bb410
Add ongoing test
camsim99 3759e72
Merge branch 'main' into issue_101384
camsim99 e995edb
Change error msg
camsim99 901d115
Remove error and related test
camsim99 a04b050
Add missing import
camsim99 985e653
Bump version
camsim99 255f295
Merge remote-tracking branch 'upstream/master' into issue_101384
camsim99 2d74e07
Make fixes
camsim99 32079c9
Merge remote-tracking branch 'upstream/master' into issue_101384
camsim99 7b40254
Make breaking changes
camsim99 33561f2
Make analyzer fixes
camsim99 a154e1a
Remove error
camsim99 bfb8737
Bump platform interface version
camsim99 7bf7a14
Bump platform interface version in other pubspec
camsim99 22ad172
Revert "Bump platform interface version in other pubspec"
camsim99 11c69bb
Revert "Bump platform interface version"
camsim99 f06cae4
Revert changes to platform interface
camsim99 5578901
Undo git error
camsim99 63a4e65
Update breaking change method in CHANGELOG
camsim99 f078260
Update README
camsim99 52e922f
Merge remote-tracking branch 'upstream/master' into issue_101384
camsim99 8d366ea
Merge remote-tracking branch 'upstream/main' into issue_101384
camsim99 f9c373e
Merge remote-tracking branch 'upstream/main' into issue_101384
camsim99 b432ee4
Bump versions
camsim99 5be9f81
Fix versioning
camsim99 961ffdb
Merge remote-tracking branch 'upstream/main' into issue_101384
camsim99 1e34820
Undo changes to camera
camsim99 d8ba867
Merge remote-tracking branch 'upstream/main' into issue_101384
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 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 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 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 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 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 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 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 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
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.
The
camera
change will need to be moved to a separate follow-up PR that updates both thecamera_android
andcamera_web
versions at the same time, now that the Android implementation is federated.