Commit Graph

41 Commits

Author SHA1 Message Date
Chris Teague
8b60c46d6b Fixes “Undefined is not an object (evaluating '_reactNative.Image.resizeMode.contain’)” issue introduced into CameraKitCameraScreenBase with React Native 0.56
870775ee73
2018-09-10 22:30:44 +09:30
Ran Greenberg
fe16f2f51c
Revert "update Barcode scanner usage" 2018-04-23 18:21:19 +03:00
Dmytro Ponomarenko
c03f6ab5e3 changes 2018-04-11 13:17:57 +03:00
Roman Kozlov
c3fdb2af3a refactor 2018-04-06 11:31:37 +03:00
Roman Kozlov
edb5f2ceb0 overlay color android 2018-04-06 11:30:36 +03:00
Dmytro Ponomarenko
e9c38a43fb merge 2018-04-05 17:24:49 +03:00
Dmytro Ponomarenko
06517a9049 changes 2018-04-05 17:21:41 +03:00
Roman Kozlov
d31df0677a android frame constraints 2018-04-05 17:16:47 +03:00
Dmytro Ponomarenko
9d61baf42b properties 2018-04-05 15:36:01 +03:00
Dmytro Ponomarenko
25d5e71856 add surfaceColor 2018-04-03 12:38:31 +03:00
Roman Kozlov
d6427afe8e wait for camera to load bg 2018-04-03 10:58:01 +03:00
Dmytro Ponomarenko
e617a205aa delete functionality of multiple scan 2018-03-14 11:09:22 +02:00
Dmytro Ponomarenko
95babe0f2c add functionality that restore last value of barcode 2018-03-09 16:05:51 +02:00
Roman Kozlov
7d41a445f7 fix refactor 2018-03-06 13:58:15 +02:00
Roman Kozlov
6a015e54e5 change key 2018-03-06 13:56:21 +02:00
Dmytro Ponomarenko
ce3fd49580 rebased 2018-03-01 16:05:04 +02:00
Dmytro Ponomarenko
8d525cea05 changes onReadCode 2018-03-01 15:36:52 +02:00
Dmytro Ponomarenko
778c08f88a latest 2018-03-01 13:23:29 +02:00
Dmytro Ponomarenko
5f781d3ee0 add processColor 2018-03-01 12:15:50 +02:00
Dmytro Ponomarenko
f0008b05e6 add processColor 2018-03-01 12:07:22 +02:00
Dmytro Ponomarenko
b9e2751ce5 Merge branch 'master' into newFunctionalityBarcodeIOS
# Conflicts:
#	src/CameraScreen/CameraKitCameraScreenBase.js
2018-03-01 11:32:04 +02:00
Ran Greenberg
415ce4107f fix safe area issue on iOS11 2018-02-28 13:42:06 +02:00
Dmytro Ponomarenko
f42f124d49 changes 2018-02-12 15:43:51 +02:00
Roman Kozlov
3c37df92ab screen for barcode 2018-02-01 16:53:38 +02:00
Roman Kozlov
05c1289cb0 frame color 2018-01-31 13:20:19 +02:00
Roman Kozlov
7eb7e26d43 fix 2018-01-31 13:01:33 +02:00
Roman Kozlov
a27e2b4a4a frame WIP 2018-01-31 12:52:26 +02:00
Roman Kozlov
e253ffd575 merge master 2018-01-29 17:46:28 +02:00
Roman Kozlov
1a9669e036 fix 2018-01-29 17:43:27 +02:00
Roman Kozlov
88b158f213 barcode scanner inside camera view 2018-01-29 17:22:02 +02:00
Ran Greenberg
85592ce65b Revert "add props with callback from native"
This reverts commit 34a37b79a0.
2018-01-28 11:54:45 +02:00
Ran Greenberg
231152c69b fix CameraKitCameraScreenBase 2018-01-28 11:19:58 +02:00
DmitryPonomarenko
34a37b79a0
add props with callback from native 2018-01-22 10:28:33 +02:00
Guy Carmeli
c2e28fa122 Fix 🙏 cut off capture icon
For some reason, on some Android devices, the capture icon was cut off.
Setting background color to the button seems to fix this (probably an RN issue)
2017-08-21 11:58:17 +03:00
aksonov
21a3853e36 fix passing cameraOptions and default overlay color 2017-08-04 14:02:53 +02:00
Ran Greenberg
4f72a00c0e pass extra props to camera screen into react-native View wrapper (current usge for pass testID) 2017-08-02 17:30:02 +03:00
Jon Kessler
80f862e315 Pull in prop-types dependency to avoid deprecation warnings 2017-07-26 12:06:31 -07:00
Amit Davidi
1ab27b151b Add API for resolving complete image data from camera event 2017-05-28 17:29:40 +03:00
Artal Druk
4fe138fe2a - support capture/retake mode on the full screen camera on Android
- delete the temp file (created in capture/retake) when canceled
2017-03-22 18:40:35 +02:00
Artal Druk
9ca33bfdc8 - support capture/retake mode on the full screen camera
- make the shouldSaveToCameraRoll camera capture flag usable (on iOS for now) so it calls the completion if it’s not enabled
- expose a new method saveImageURLToCameraRoll that is used in the retake mode so the image can be saved to the gallery
2017-03-21 15:24:19 +02:00
Ran Greenberg
16e81b3a36 improve camera screen on android
merge index for both platforms
2017-03-14 12:44:19 +02:00