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 - Fork9.7k
[camera] android-rework part 9: Final implementation of camera class#4059
Merged
stuartmorgan-g merged 107 commits intoflutter:masterfromBaseflow:camera-android/final-rework-implementationAug 23, 2021
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
107 commits Select commitHold shift + click to select a range
2b7aa9b Base classes to support Android camera features
mvanbeusekomf780742 Fixed formatting
mvanbeusekom76bc5bd Applied feedback from PR
mvanbeusekom0bbed99 Added Android FPS range, resolution and sensor orientation features
mvanbeusekom1ba738d Use mockito-inline
mvanbeusekomde4e70f Merge remote-tracking branch 'upstream/master' into camera-android/fp…
mvanbeusekom728346a Fix issue Pixel 4A
mvanbeusekomc014fe3 Merge remote-tracking branch 'upstream/master' into camera-android/fp…
mvanbeusekom84f5e73 Added API documentation
mvanbeusekomf763f77 Processed feedback on PR
mvanbeusekom4a7c73a Fix formatting
mvanbeusekoma890919 Fix formatting
mvanbeusekomf60a0d3 Merge remote-tracking branch 'upstream/master'
BeMacized55a6702 Only exclude 60 FPS limit for Pixel 4a
mvanbeusekomcd53321 Removed redundant empty line
mvanbeusekom35831d3 Fixed comment
mvanbeusekoma9f3142 Test Pixel 4a workaround
mvanbeusekom551800e Add tests for orientation updates
mvanbeusekom68cbc56 Fix formatting
mvanbeusekom1b137c2 Fix formatting
mvanbeusekom6514a00 Added missing license header
mvanbeusekombaae5f6 Add feature classes for exposure- and focus point functionality.
BeMacizedcae8a90 Merge remote-tracking branch 'upstream/master'
BeMacized94fed08 Added noise reduction feature
BeMacizedbe05e67 Merge branch 'camera-android/noise_reduction_feature' into camera-and…
BeMacizeda68b9fb Merge branch 'camera-android/exposure_focus_point_features' into came…
BeMacizede5253c1 Merge remote-tracking branch 'origin/camera-android/fps_resolution_se…
BeMacized4f169ab Implemented PR feedback
BeMacized3a68294 Implemented PR feedback
BeMacized70dbbd5 Add supporting functionality for android refactor
BeMacized8e65f33 Merge branch 'camera-android/exposure_focus_point_features' into came…
BeMacized2c64ea2 Merge branch 'camera-android/noise_reduction_feature' into camera-and…
BeMacizedab332ee Update packages/camera/camera/android/src/main/java/io/flutter/plugin…
BeMacizedbc16dd3 Update packages/camera/camera/android/src/main/java/io/flutter/plugin…
BeMacizeda85e312 Update packages/camera/camera/android/src/main/java/io/flutter/plugin…
BeMacized84d6db2 Update packages/camera/camera/android/src/main/java/io/flutter/plugin…
BeMacized071e879 Update packages/camera/camera/android/src/main/java/io/flutter/plugin…
BeMacized273762b Update packages/camera/camera/android/src/test/java/io/flutter/plugin…
BeMacizede9e9bc5 Update packages/camera/camera/android/src/test/java/io/flutter/plugin…
BeMacized1af5437 Update packages/camera/camera/android/src/test/java/io/flutter/plugin…
BeMacizedb49b743 Added documentation to DartMessenger
mvanbeusekom5b8c0d8 Update packages/camera/camera/android/src/main/java/io/flutter/plugin…
BeMacized62a2f21 Add missing CaptureTimeoutsWrapper documentation
BeMacized43c0716 Update packages/camera/camera/android/src/main/java/io/flutter/plugin…
BeMacized24c6c9a Added documentation to the CameraCaptureCallback
mvanbeusekomfc2d78b Merge branch 'camera-android/supporting_functionality' of github.com:…
mvanbeusekomb2536d4 Add missing documentation for ImageSaver runnable
BeMacized1748503 Merge remote-tracking branch 'origin/camera-android/supporting_functi…
BeMacized3118680 Update packages/camera/camera/android/src/main/java/io/flutter/plugin…
BeMacized7dbbdce Added documentation to the CameraFeatureFactory
mvanbeusekom2b2bea3 Configure log tag in one place and optimised loggin
mvanbeusekom96d285b Android rework finalization (wip)
BeMacized81920e0 Progress on final implementation of android rework
BeMacized6fe67da Update tests
BeMacized7f0180e Accept cameraName as String
mvanbeusekom24af367 Format
mvanbeusekoma987711 Changes required for integrating main camera class
BeMacized66a713d Merge branch 'camera-android/fps_resolution_sensor_features' into cam…
BeMacizedce9df6c Changes required for integrating main camera class
BeMacized32cb969 Remove debug statement
BeMacized44acbf7 Merge branch 'camera-android/supporting_functionality' into camera-an…
BeMacizeddd3416b Updated pubspec version and changelog
BeMacizedd215ac7 Merge branch 'master' into camera-android/supporting_functionality
BeMacizedd10397a Merge branch 'camera-android/supporting_functionality' into camera-an…
BeMacized914b187 Merge branch 'master' into camera-android/supporting_functionality
BeMacized6e13430 Merge branch 'camera-android/supporting_functionality' into camera-an…
BeMacized9282d9a Remove unused classes after refactor
BeMacizedcb3a35c Fix camera orientation issues
BeMacized5cfbf1c Merge branch 'camera-android/final-rework-implementation' into fix/ca…
BeMacized5e3eac8 Fix unit tests
BeMacized9779a28 Fix rotation issues with exposure- and focus point features.
BeMacized90000ce Fix unit tests & Format
BeMacized3b7f053 Add unit tests for metering rectangle rotation
BeMacized6bb305e Merge branch 'master' into camera-android/final-rework-implementation
BeMacized8e44421 Merge branch 'camera-android/final-rework-implementation' into fix/ca…
BeMacized36d7173 Revert adjustments to platform interface to prevent unnecessary break…
BeMacizeda2607d1 Revert naming refactor
BeMacized9fb1019 Update project.pbxproj
BeMacized777c696 Undo version bump
BeMacized6c8f16e Merge branch 'camera-android/final-rework-implementation' into fix/ca…
BeMacized5d9fb6d Updated changelog and pubspec version
BeMacized890605a Merge branch 'fix/camera-orientation' into camera-android/final-rewor…
BeMacized7c916c2 Merge branch 'master' into camera-android/final-rework-implementation
BeMacized28ed2a3 Merge branch 'master' into camera-android/final-rework-implementation
BeMacized8a0864c First processing of basic feedback
BeMacized376af33 Implement more PR feedback
BeMacizedbc13ee7 Remove unnecessary comment
BeMacizedcc8a566 Added unit-tests for pause and resume recording
mvanbeusekom944e7c5 Merge branch 'camera-android/final-rework-implementation' of github.c…
mvanbeusekom393f5a2 Fix formatting mistake
mvanbeusekom06c19ae Implemented more PR feedback
BeMacized335c899 Merge remote-tracking branch 'origin/camera-android/final-rework-impl…
BeMacized0bb5d2c Implement more PR feedback
BeMacized780feed Format
BeMacizedeb5d164 Implement more PR feedback
BeMacizedb88fc46 Implement more PR feedback
BeMacizedf2beeb8 Add lifecycle events for recreating camera background thread
BeMacized88c91c1 Implement PR feedback
BeMacizedecde1b7 Added more unit tests
BeMacizedf56cce0 Format fix
BeMacizedd87cfa9 Merge branch 'master' into camera-android/final-rework-implementation
BeMacized880af3a Add missing license header
BeMacized9adcd02 Fix noise reduction tests failing on CI
BeMacized88f8c50 [camera] Fix casing on all android tests
BeMacized7fbb028 Split up certain unit tests
BeMacized4ae42f8 Add two missing tests
BeMacized6c514cb Merge branch 'master' into camera-android/final-rework-implementation
BeMacizedFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitf60a0d3fd415e3147829f5578e741a6b8cd922f9
There are no files selected for viewing
This merge commit was added into this branch cleanly.
There are no new changes to show, but you can stillview the diff.
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.