Skip to content

[camera_android] Convert Dart to native calls to use Pigeon #7874

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 28 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c696f61
Define pigeons
yaakovschectman Oct 14, 2024
c5e89f3
Generate pigeons
yaakovschectman Oct 14, 2024
d2e75f1
Move over android_camera.dart
yaakovschectman Oct 14, 2024
d3ed535
Dart CI&D Tests
yaakovschectman Oct 14, 2024
d5fd9ae
Dart Function tests
yaakovschectman Oct 14, 2024
1259a64
Convert MethodCallHandlerImpl
yaakovschectman Oct 14, 2024
fb36d4a
CameraTest
yaakovschectman Oct 14, 2024
16bb88d
MethodCallHandlerImplTest
yaakovschectman Oct 14, 2024
803491c
Java native tests
yaakovschectman Oct 14, 2024
3a5d9b2
Test CameraUtils
yaakovschectman Oct 14, 2024
d8e1c28
Version bump
yaakovschectman Oct 14, 2024
f2cf918
Rename MethodCallHandlerImpl to CameraApiImpl
yaakovschectman Oct 14, 2024
22663aa
Fix presubmit
yaakovschectman Oct 15, 2024
6670033
Document FlutterErrorMatcher
yaakovschectman Oct 15, 2024
ad3f444
Sync some methods
yaakovschectman Oct 15, 2024
002ad9e
Generate pigeons
yaakovschectman Oct 15, 2024
d380b9f
Cleanup dart side
yaakovschectman Oct 15, 2024
97d72b8
Cleanup java main
yaakovschectman Oct 15, 2024
020afbc
Cleanup java test
yaakovschectman Oct 15, 2024
4e93e15
Format
yaakovschectman Oct 15, 2024
deb4637
PR Feedback
yaakovschectman Oct 16, 2024
b97c122
Remove cameraID where unused
yaakovschectman Oct 16, 2024
142586b
Format
yaakovschectman Oct 16, 2024
de6dc74
Cleanup java code
yaakovschectman Oct 16, 2024
9581c8d
Rename tests
yaakovschectman Oct 16, 2024
4e5d5f2
Cleanup dart code
yaakovschectman Oct 16, 2024
bf93709
Add TODO
yaakovschectman Oct 16, 2024
66c2750
PR Feedback
yaakovschectman Oct 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/camera/camera_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.9+15

* Converts Dart to native platform calls to Pigeon.

## 0.10.9+14

* Converts native to Dart platform calls to Pigeon.
Expand Down
Loading