Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
76787aa
First suggestion for camera platform interface
mvanbeusekom Nov 6, 2020
d0be649
Remove test coverage folder
mvanbeusekom Nov 6, 2020
7b4c8be
Renamed onLatestImageAvailableHandler definition
mvanbeusekom Nov 9, 2020
a959bbe
Split CameraEvents into separate streams
mvanbeusekom Nov 12, 2020
2fa0419
Implemented & tested first parts of method channel implementation
BeMacized Nov 13, 2020
ef6dee8
Remove unused EventChannelMock class
BeMacized Nov 13, 2020
c15df6c
Add missing unit tests
BeMacized Nov 13, 2020
8e33d0e
Added placeholders in default method channel implementation
BeMacized Nov 13, 2020
a9ea2b9
Updated platform interface
BeMacized Nov 13, 2020
62c9a8c
Update packages/camera/camera_platform_interface/lib/src/platform_int…
BeMacized Nov 13, 2020
ca7f5d7
Add unit test for availableCameras
BeMacized Nov 13, 2020
eff917f
Expand availableCameras unit test. Added unit test for takePicture.
BeMacized Nov 13, 2020
afd02f7
Add unit test for startVideoRecording
BeMacized Nov 13, 2020
397acce
Add unit test for prepareForVideoRecording
BeMacized Nov 13, 2020
39b4cd5
Add unit test for stopVideoRecording
BeMacized Nov 13, 2020
a999954
Add unit test for pauseVideoRecording
BeMacized Nov 13, 2020
451500a
Add unit test for buildView
BeMacized Nov 13, 2020
5bf7795
WIP: Dart and Android implementation
danielroek Nov 19, 2020
78b4db0
Fix formatting
mvanbeusekom Nov 13, 2020
8afa33a
Have resolution stream replay last value on subscription. Replace str…
BeMacized Nov 19, 2020
d3411ba
Added reverse method channel to replace event channel. Updated initia…
BeMacized Nov 19, 2020
a96f785
Fixed example app for Android. Removed isRecordingVideo and isStreami…
danielroek Nov 19, 2020
28a3662
Added some first tests for camera/camera
danielroek Nov 23, 2020
2ea1a00
More tests and some feedback
danielroek Nov 26, 2020
484f1ce
iOS implementation: Removed standard event channel. Added reverse met…
BeMacized Nov 20, 2020
8571665
Started splitting initialize method
mvanbeusekom Nov 26, 2020
f83d6b5
Finish splitting up initialize for iOS
BeMacized Nov 26, 2020
99b36eb
Update unit tests
BeMacized Nov 26, 2020
53ad8a1
Fix takePicture method on iOS
BeMacized Nov 26, 2020
eadc398
Split initialize method on Android
mvanbeusekom Nov 27, 2020
752e764
Fix video recording on iOS. Updated platform interface.
BeMacized Nov 27, 2020
1b74948
Update unit tests
BeMacized Nov 27, 2020
fe00999
Update error handling of video methods in iOS code. Make iOS code mor…
BeMacized Nov 27, 2020
8c3cc3b
Updated startVideoRecording documentation
mvanbeusekom Nov 27, 2020
a6441f4
Make sure file is returned by stopVideoRecording
mvanbeusekom Nov 27, 2020
959fd3e
Use correct event-type after initializing
mvanbeusekom Nov 27, 2020
b8eeb05
Fix DartMessenger unit-tests
mvanbeusekom Nov 27, 2020
e34caa4
Change cast
BeMacized Nov 27, 2020
f1fb5f0
Fix formatting
mvanbeusekom Nov 27, 2020
d1f6cd1
Fixed tests, formatting and analysis warnings
mvanbeusekom Nov 27, 2020
6a30ccd
Added missing license to Dart files
mvanbeusekom Nov 30, 2020
b26d633
Updated CHANGELOG and version
mvanbeusekom Nov 30, 2020
9055fe1
Added additional unit-tests to platform_interface
mvanbeusekom Nov 30, 2020
e8c2977
Added more tests
danielroek Nov 30, 2020
086c3ed
Formatted code
danielroek Nov 30, 2020
78fac3a
Re-added the CameraPreview widget
mvanbeusekom Dec 2, 2020
ca13bd5
Use import/export instead of part implementation
mvanbeusekom Dec 3, 2020
6fcd5e7
fixed formatting
mvanbeusekom Dec 3, 2020
b442759
Resolved additional feedback
mvanbeusekom Dec 3, 2020
def916f
Update dependency to git repo
mvanbeusekom Dec 4, 2020
1d1365a
Depend on pub.dev for camera_platform_interface
mvanbeusekom Dec 8, 2020
fb14d0c
Fix JAVA formatting
mvanbeusekom Dec 8, 2020
69fa625
Fix changelog
mvanbeusekom Dec 9, 2020
5bda95c
Make sure camera package can be published
mvanbeusekom Dec 9, 2020
a063f88
Assert when stream methods are called from wrong platform
mvanbeusekom Dec 9, 2020
fee08ba
Add dev_dependency on plugin_platform_interface package, required by …
ditman Dec 10, 2020
ed92b75
Remove pedantic requirement from initialize() method. Remove unnecess…
ditman Dec 10, 2020
844d321
Remove dependency on dart:io
mvanbeusekom Dec 10, 2020
381450d
Restrict exposed types from platform interface
mvanbeusekom Dec 11, 2020
bfc6b92
Moved test for image stream in separate file
mvanbeusekom Dec 11, 2020
a0b4dfa
Fixed formatting issue
mvanbeusekom Dec 11, 2020
ca6052a
Fix deprecation warning
mvanbeusekom Dec 11, 2020
ef867ba
Apply feedback from bparrishMines
mvanbeusekom Dec 11, 2020
3e24d9f
Fix formatting issues
mvanbeusekom Dec 12, 2020
46a1b27
Removed redundant podspec files
mvanbeusekom Dec 12, 2020
7f266cd
Removed redundant ios files
mvanbeusekom Dec 12, 2020
c1c04a6
Handle SecurityException
mvanbeusekom Dec 12, 2020
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
Prev Previous commit
Next Next commit
Remove unused EventChannelMock class
  • Loading branch information
BeMacized authored and mvanbeusekom committed Dec 12, 2020
commit ef6dee8e8ae2d38b67705a89fad1e33db20b7bcc

This file was deleted.