Skip to content
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

Dev/1.5.0 #47

Merged
merged 77 commits into from
Oct 23, 2023
Merged

Dev/1.5.0 #47

merged 77 commits into from
Oct 23, 2023

Conversation

LassicYM
Copy link
Contributor

v1.5.0

simago and others added 12 commits September 26, 2023 08:56
* [kmm, RN] add limitless interval shooting.

* Change capture mode when transitioned to capture

* [flutter] add limitless interval shooting.

* done feedback from detekt. changed detekt config for SDK.

* [kmm, RN, flutter] limitless interval shooting: 1. changed result from string to String List. 2. add setCaptureInterval. 3. changed settings for different camera model.

* [kmm]changed LimitlessIntervalCapture's builder.

* [kmm] get fileUrl for SC2 of limitless interval shooting.

* [kmm]changed getting fileUrl for SC2. [flutter]fixed test.

* [kmm] limitless interval: removed getState for sc2.

* Fix cancel to LimitlessIntervalCapture

* Add LimitlessIntervalCapture test

* Fix capture cancel test

* Fix LimitlessIntervalCapture to flutter

---------

Co-authored-by: osakila <[email protected]>
* add options _topBottomCorrection and _topBottomCorrectionRotation.

* add _topBottomCorrectionRotation ui to verification-tool.

* [kmm] fixed OptionsTest.
* add interval shooting with the shot count specified.

* fixed comments.

* fixed the feedback.

* [RN] fixed verification-tool new screen.

* [private] changed RN's Android bridge. 

* [RN] changed Android bridge.

* fixed feedbacks by detekt.

* fixed feedback.

* delete semicolon from kotlin

* fixed option-name mistake.

* delete unused import.

* add canceled flow to PhotoCapture, time-shift, ShotCountSpecifiedIntervalCapture

* Fix stop error

* Move constant to companion object

* Improve canceled shooting

* Fix PhotoCapture

* Fix TimeShiftCapture

* Fix cancel PhotoCapture for SC2

* Fix ShotCountSpecifiedIntervalCaptureTest

* Add cancel takePicture test

* Add cancel TimeShiftCapture test

* Add stop error test to ShotCountSpecifiedIntervalCapture

* Add stop error test to ShotCountSpecifiedIntervalCapture

---------

Co-authored-by: osakila <[email protected]>
* update version to 1.5.0

* format code use androidStudio and swiftformat
* read a byte with chunk processing
*/
@Suppress("CognitiveComplexMethod", "CyclomaticComplexMethod", "NestedBlockDepth", "LoopWithTooManyJumpStatements")
private suspend fun readByte(): Byte? {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ The function readByte appears to be too complex (21). Defined complexity threshold for methods is set to '20'

@simago simago merged commit c2445a0 into main Oct 23, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants