Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
2197235
Fixed video orientation on iOS
BeMacized Dec 30, 2020
5988830
Remove unnecessary check
BeMacized Jan 4, 2021
6bcf07d
Merge branch 'master' into fix/video-photo-preview-rotation
BeMacized Jan 4, 2021
9c4d4ca
Expand platform interface to support reporting device orientation
BeMacized Jan 4, 2021
484e02f
Merge branch 'fix/video-photo-preview-rotation-platform-interface' in…
BeMacized Jan 4, 2021
ed56fac
Switch to flutter DeviceOrientation enum
BeMacized Jan 4, 2021
1092177
Merge branch 'fix/video-photo-preview-rotation-platform-interface' in…
BeMacized Jan 4, 2021
07931a7
Fix preview rotation on iOS
BeMacized Jan 4, 2021
abe4360
Fix preview rotation for android
BeMacized Jan 4, 2021
4dcbbf7
Update unit tests
BeMacized Jan 4, 2021
69f752d
Fix rotation on initialise.
BeMacized Jan 4, 2021
fb42049
Keep EXIF data and picture orientation
mvanbeusekom Jan 5, 2021
13b9305
Fix photo capture orientation
mvanbeusekom Jan 5, 2021
eab58fe
Add interface methods for (un)locking the capture orientation.
BeMacized Jan 5, 2021
273d6e0
Merge branch 'fix/video-photo-preview-rotation-platform-interface' in…
BeMacized Jan 5, 2021
27bba29
Update capture orientation interfaces and add unit tests.
BeMacized Jan 5, 2021
751921a
Merge branch 'fix/video-photo-preview-rotation-platform-interface' in…
BeMacized Jan 5, 2021
859076f
Made device orientation mandatory for locking capture orientation in …
BeMacized Jan 5, 2021
d13b8ae
Merge branch 'fix/video-photo-preview-rotation-platform-interface' in…
BeMacized Jan 5, 2021
a8a9d43
Add capture orientation locking (iOS done, Android WIP)
BeMacized Jan 5, 2021
165c1ed
Code format
BeMacized Jan 5, 2021
3e9aad7
Add orientation lock to android implementation
BeMacized Jan 5, 2021
118bd00
Update comment
BeMacized Jan 5, 2021
ef56d9d
Merge branch 'fix/video-photo-preview-rotation-platform-interface' in…
BeMacized Jan 5, 2021
aa2c392
Maintain preview rotation while recording
BeMacized Jan 5, 2021
0aba73a
Merge branch 'master' into fix/video-photo-preview-rotation-platform-…
BeMacized Jan 5, 2021
0c74a4b
Merge branch 'fix/video-photo-preview-rotation-platform-interface' in…
BeMacized Jan 5, 2021
0bb07be
Update comment.
BeMacized Jan 5, 2021
5f845fe
Merge branch 'fix/video-photo-preview-rotation-platform-interface' in…
BeMacized Jan 5, 2021
a2c3fbf
Update changelog and pubspec version
BeMacized Jan 5, 2021
99ddc49
Merge branch 'fix/video-photo-preview-rotation-platform-interface' in…
BeMacized Jan 5, 2021
9242af0
Updated changelog and pubspec version
BeMacized Jan 5, 2021
1d409b9
Update packages/camera/camera_platform_interface/lib/src/events/devic…
BeMacized Jan 5, 2021
96a739a
Merge branch 'master' into fix/video-photo-preview-rotation-platform-…
mvanbeusekom Jan 6, 2021
3df1a7b
Merge branch 'master' into fix/video-photo-preview-rotation
mvanbeusekom Jan 6, 2021
3a69c94
Merge branch 'fix/video-photo-preview-rotation-platform-interface' in…
mvanbeusekom Jan 6, 2021
5ece84b
Merge with master
mvanbeusekom Jan 6, 2021
e69f746
Fix formatting
mvanbeusekom Jan 6, 2021
1d84bae
Fix deprecation warning
mvanbeusekom Jan 6, 2021
f779fdc
Merge branch 'master' into fix/video-photo-preview-rotation
BeMacized Jan 11, 2021
3ca8eaf
Update platform interface dependency
BeMacized Jan 11, 2021
2aa1b53
Merge branch 'master' into fix/video-photo-preview-rotation
BeMacized Jan 11, 2021
3135953
Rollback update to Android compileSdkVersion 30
mvanbeusekom Jan 13, 2021
fd412a3
Revert "Rollback update to Android compileSdkVersion 30"
mvanbeusekom Jan 13, 2021
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
5 changes: 5 additions & 0 deletions packages/camera/camera_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.4.0

- Introduces interface methods for locking and unlocking the capture orientation.
- Introduces interface method for listening to the device orientation.

## 1.3.0

- Introduces an option to set the image format when initializing.
Expand Down
2 changes: 1 addition & 1 deletion packages/camera/camera_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the camera plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/camera/camera_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 1.3.0
version: 1.4.0

dependencies:
flutter:
Expand Down