Commit Graph

714 Commits

Author SHA1 Message Date
aarongrider
e7bdd94a35 Readme updates 2020-10-23 10:56:03 -07:00
aarongrider
db8eb82e53 Upgrade baseline to iOS 10 2020-10-23 10:56:03 -07:00
aarongrider
79e26ab9bb Add preview in iOS simulator 2020-10-23 10:56:03 -07:00
aarongrider
df6c237e55 Add back missing exports 2020-10-23 10:56:03 -07:00
Aaron Grider
29a572c7d4 Remove wix references 2020-10-23 10:56:03 -07:00
Aaron Grider
417cca680a Refactor example code 2020-10-23 10:55:39 -07:00
Ran Greenberg
c130931132 Remove wix mentions in commnets in iOS files (#309)
Remove Wix mentions
2020-10-23 10:51:48 -07:00
Seph Soliman
323ed94609 Fixed duplicate photo storage
Breaking change: shouldSaveToCameraRoll is now a prop on <CKCamera /> instead of a function argument
Fixed: Instead of storing a temporary file, allow capturing directly to photo library and use PHAsset identifiers.
PH identifiers allow seamless loading when combined with the rn-community-cameraroll library
2020-10-23 10:51:48 -07:00
Lev Vidrak
d54cf548e5 rename android package name 2020-10-23 10:51:47 -07:00
Seph Soliman
9ce7650029 Re-added NSLog statements for actual errors 2020-10-23 10:51:47 -07:00
Seph Soliman
23b8e69084 Increased photo capture performance, improved photo quality/size
Re-encoding as JPEG causes files to bloat up. We now take data directly from camera and save it to the library. We also avoid rotating the photo (which may be introduced later behind a flag) to avoid wasting cycles.
These changes mean that the ratioOverlay no longer crops the image which is a little conter-intuitive (an overlay shouldn't change the capture process). We can reintroduce this feature later if we find a need for cropping besides what the community Image Editor library can provide.
2020-10-23 10:51:47 -07:00
Seph Soliman
b572aaa09b Added resetFocusTimeout and resetFocusWhenMotionDetected
This also fixes inability to dismiss tap to focus
2020-10-23 10:51:47 -07:00
Minas
1201a155bc fixed resizeMode in CameraScreenBase 2020-10-23 10:51:09 -07:00
Seph Soliman
3090374b03
Merge pull request #189 from arild-jacobsen/android_capture_uri
Use file uri in info returned by capture
2020-06-26 15:31:37 -07:00
Seph Soliman
b43be67c3c
Merge pull request #118 from kytwb/doc-capture-note
Add additional info about .capture() method
2020-06-26 15:18:36 -07:00
Seph Soliman
e6ec6c1333
Merge pull request #247 from ehacinom/styleObject-variable-declaration
Declare variable when exporting CameraKitCameraScreen styleObject
2020-06-26 15:16:26 -07:00
Seph Soliman
bef07962c4
Merge pull request #190 from joshuapinter/patch-1
Minor typo: "fornt" -> "front"
2020-06-26 15:15:10 -07:00
Seph Soliman
1036654424
Merge pull request #297 from wix/match-ios-version
Support building with iOS 9 target
2020-06-26 15:13:31 -07:00
Seph Soliman
90b21ca667
Merge pull request #298 from wix/use-device-orientation
Fixed orientation bugs
2020-06-22 14:28:00 -07:00
Seph Soliman
eb0fa1d8e9 Fixed orientation bugs
Fixes #4, #69, #253, #181, #99 (Support landscape mode with portrait orientation lock)
2020-06-22 14:11:43 -07:00
Seph Soliman
1ce390dae4 Support building with iOS 9 target 2020-06-22 13:55:53 -07:00
Seph Soliman
4a3752f679
Merge pull request #296 from wix/unwanted-zoom
Fixed #6 "zoomed in" issue
2020-06-15 11:08:55 -07:00
Seph Soliman
2455dfc4a0
Merge pull request #295 from wix/support-data-matrix
Added support for Data Matrix codes (iOS only)
2020-06-14 09:11:12 -07:00
Seph Soliman
f8e50706f5 Fixed #6 "zoomed in" issue 2020-06-13 20:01:58 -07:00
Seph Soliman
0665b1a1bf Added support for Data Matrix codes (iOS only) 2020-06-13 19:44:54 -07:00
Seph Soliman
a2f7a7cb79
Merge pull request #293 from redwind/master
fix android crash on take picture cause conflict react-native-camera
2020-06-12 18:05:00 -07:00
Seph Soliman
338ba037cb
Merge pull request #263 from azundo/null-cursor-guard
Guard against null media cursor (#1)
2020-06-12 18:04:10 -07:00
Seph Soliman
0b10c24d04
Merge pull request #242 from ledbetterljoshua/patch-1
Update Readme to accurately reflect QR code API
2020-06-12 18:01:12 -07:00
Seph Soliman
be351cff57
Merge pull request #275 from RoeelCohen/patch-1
Update README.md
2020-06-12 17:58:22 -07:00
Rewind
a6bf3ae567 fix android crash on take picture cause conflict react-native-camera 2020-04-20 11:37:22 +07:00
Ran Greenberg
a44ef23c73 9.0.0 2019-11-27 23:14:14 +02:00
Ran Greenberg
9e16800289 8.0.3 2019-11-27 13:57:08 +02:00
Ward Abbass
0f7a83c6ed Migrate java code to androidx 2019-11-26 14:09:55 +02:00
Ward Abbass
0f7ffcf297 add jsc , disable hermes 2019-11-26 14:09:37 +02:00
Ward Abbass
513ee69f91 upgrade libs to 28 2019-11-26 12:32:28 +02:00
Ran Greenberg
f300209b28 add RN61 support on iOS, RN from Pod 2019-11-21 11:22:51 +02:00
Ran Greenberg
f9502187d6 8.0.2 2019-10-21 19:43:40 +03:00
Ryan Wang
7ab6997a6e Fix CameraKitGallery to return valid imageuri (#278)
* Fix CameraKitGallery to return valid imageuri
- If PHImageFileURLKey does not exist, use PHImageFileUTIKey instead

* syntax fix
2019-10-21 19:43:02 +03:00
Roee
1fc876232b
Update README.md 2019-09-03 17:45:22 +03:00
Ran Greenberg
e76b190a42 version bump 2019-06-24 15:59:18 +03:00
talreiss
ea5846f1e0 Added torch capabilities (#264)
* added torch capabilities

* removed redundant static function

* added setTorchMode

* added corresponding android setTorchMode feature

* fixed style issues, readme

* restricted setTorchMode format to on/off
2019-06-19 18:24:06 +03:00
Ben Best
ac30a54c5d Guard against null media cursor (#1) 2019-06-13 17:09:40 -07:00
Ran Greenberg
54c2c58e39 bump major version 2019-04-22 18:23:23 +03:00
Ran Greenberg
e8dc21d6cc fix android 2019-04-22 16:26:46 +03:00
Ran Greenberg
d4fc453cad move back react + react native to devDep 2019-04-22 11:35:48 +03:00
Ran Greenberg
16657ad645 fix frameworks and dependencies in native iOS proj 2019-04-22 11:34:11 +03:00
Ran Greenberg
fce2a98daa update package.json 2019-04-21 14:40:26 +03:00
Ran Greenberg
d2135f9d93 change package.json 2019-04-21 14:39:25 +03:00
Ran Greenberg
e7055b21e9 7.3.7 2019-04-03 17:03:27 +03:00
Daniel Dimitrov
b7e4961675 Configuration 'compile' in project is deprecated. Use 'implementation' instead (#241)
fixes #186

More info on implementation
https://developer.android.com/studio/build/dependencies?utm_source=android-studio#dependency_configurations
2019-04-03 17:02:23 +03:00