forked from teslamotors/react-native-camera-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Updating from Base Repo #3
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
Open
karthikep
wants to merge
487
commits into
wymsee:master
Choose a base branch
from
teslamotors:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.1 to 1.3.1. - [Release notes](https://github.com/wollardj/simple-plist/releases) - [Commits](wollardj/simple-plist@v1.1.1...v1.3.1) --- updated-dependencies: - dependency-name: simple-plist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](caolan/async@v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](caolan/async@v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.1 to 1.3.1. - [Release notes](https://github.com/wollardj/simple-plist/releases) - [Commits](wollardj/simple-plist@v1.1.1...v1.3.1) --- updated-dependencies: - dependency-name: simple-plist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update example to react native ^0.71.0
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.2 to 4.2.4. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](NaturalIntelligence/fast-xml-parser@4.2.2...v4.2.4) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Improve type definition & README
Fix #517. iOS simulator pictures are PNG instead of JPEG
…ple/fast-xml-parser-4.2.4 Bump fast-xml-parser from 4.2.2 to 4.2.4 in /example
The 'onScale' method was attempting to override the interface method with a nullable parameter, causing a mismatch with the parent interface. This change corrects the method signature by changing the nullable parameter to non-nullable, aligning it with the interface and ensuring proper method overriding.
Fix: Correct onScale method signature in CKCamera.kt
Using hooks/functional components Fixed zoom on second pinch Fixed orientation issues Added support for new ultra wide camera (fix blurry close ups)
Added support for thumbnails (for later) Fixed default zoom to be wide angle camera instead of ultra wide
Remove cameraType from the class, use local variable only to avoid unwanted side effects Move thumbnail creation into delegate, to be consistent and return only data Make `counterRotatedCaptureVideoOrientationFrom` private Refactor slightly `update(pinchVelocity` Remove `setTorchMode`, add `scanThrottleDelay` from React types
…69-81b3-b03de9e140ec Fix missing Bundler in CI linter workflow causing pod install failures
…bundle Define `files` array to exclude files in the published bundle
…nd prevent fallback errors
# Conflicts: # android/src/main/java/com/rncamerakit/CKCamera.kt # android/src/newarch/java/com/rncamerakit/CKCameraManager.kt # android/src/paper/java/com/facebook/react/viewmanagers/CKCameraManagerDelegate.java # android/src/paper/java/com/facebook/react/viewmanagers/CKCameraManagerInterface.java
Fixed #756 Catch camera init and trigger onError
Added more barcode types
feat: Add forbiddenBarcodeTypes property
Introduces a mount stress test feature in the example app, allowing repeated mounting and unmounting of the CameraExample component at a configurable interval. Updates CameraExample to support a 'stress' mode that triggers image capture and random zoom changes on mount.
Add mount stress test to CameraKit example app
- The CKCameraManagerInterface requires setIOsSleepBeforeStarting to be implemented, but the Android new architecture implementation was missing this method stub. This caused Kotlin compilation failures when building release APKs.
NSGenericException "startRunning may not be called between calls to beginConfiguration and commitConfiguration" The root cause was that AVCaptureSession.previewLayer.session = X causes beginConfiguration + commitConfiguration, and since we had that running on the main thread, it caused a race condition between the main and sessionQueue threads. iOsSleepBeforeStarting will be removed in an upcoming major release to avoid breaking changes in v16.
Reformatted RealCamera.swift
fix(android): add missing setIOsSleepBeforeStarting stub for new arch
- The CKCameraManagerInterface requires setIOsSleepBeforeStarting to be implemented, but the Android new architecture implementation was missing this method stub. This caused Kotlin compilation failures when building release APKs.
No longer needed with proper begin/commit handling
("'setIOsSleepBeforeStarting' overrides nothing")
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.