Commit Graph

113 Commits

Author SHA1 Message Date
Dmytro Ponomarenko
bacebf8d31 add functionality for multiple callbacks from scanner 2018-03-12 09:28:47 +02:00
Dmytro Ponomarenko
95babe0f2c add functionality that restore last value of barcode 2018-03-09 16:05:51 +02:00
Dmytro Ponomarenko
f83c4de9b8 add functionality for reusage animation when app go to background 2018-03-09 15:43:25 +02:00
Roman Kozlov
6a015e54e5 change key 2018-03-06 13:56:21 +02:00
Ran Greenberg
54b080a67e fix xcode8 build- change AVMetadataObjectType to NSString* 2018-03-04 11:21:29 +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
f42f124d49 changes 2018-02-12 15:43:51 +02:00
Ran Greenberg
a76576b761 Revert "add reading of all available barcodes"
This reverts commit ddf1a0a7a3.
2018-01-28 11:52:19 +02:00
DmitryPonomarenko
ddf1a0a7a3
add reading of all available barcodes 2018-01-22 10:37:20 +02:00
Artal Druk
f611fdfafd disable the press indication on images while the collection is scrolling.
also remove the indication once the user starts scrolling
2018-01-14 12:04:15 +02:00
Ran Greenberg
9da6665e59 handle negative numbers and rename to imageStrokeColorWidth 2017-12-31 10:14:19 +02:00
Ran Greenberg
96b27cbcb0 add imageStrokeWidth 2017-12-30 09:55:57 +02:00
Artal Druk
eb2e965ab5 Gallery custom button: allow using a completely custom component (other props are disregarded in this case) + optimize image loading (don't recreate the image-view or the image) 2017-12-08 17:24:17 +02:00
Artal Druk
a32ceeb9c6 Add support for horizontal layout 2017-12-08 11:30:01 +02:00
Ran Greenberg
7aa792020a handle crash when the imagesIdArray is nil/not an array/empty 2017-11-23 12:23:42 +02:00
Ran Greenberg
018d88002f add image width and height to captured images in camera screen 2017-11-23 11:58:34 +02:00
Ran Greenberg
207c244c4b fix race condition which leads to crash 2017-11-19 17:48:16 +02:00
Ran Greenberg
6b4325f016
Revert "fixed crash when disallowing access to photos then trying again" 2017-11-19 15:49:51 +02:00
Ran Greenberg
dabb5b8cb4 Handle .heic photo format - now the camera kit will detect if the photo format is .heic and will convert it to jpeg if so 2017-11-16 17:06:23 +02:00
Ran Greenberg
b922e38232 Merge pull request #85 from kyunghoon/khk-fixes
fixed crash when disallowing access to photos then trying again
2017-10-22 22:38:37 +03:00
kyunghoon
124df2378e fixed crash when disallowing access to photos then trying again 2017-10-20 19:24:25 -04:00
Ran Greenberg
ce39902fc9 remove log 2017-09-26 10:57:08 +03:00
Ran Greenberg
37d6e5daff fix qrcode return object key 2017-09-25 23:05:35 +03:00
Ran Greenberg
334fe681e9 implement qr code reader - not finished 2017-09-14 17:21:13 +03:00
Ran Greenberg
89ce5b1260 when image is remote download the image overlay now will show behinds the download indicator 2017-08-21 12:00:21 +03:00
Ran Greenberg
d901f263ce add iCloudDownloadSimulateTime in order to simulate iCloud download 🤷‍♂️ 2017-08-17 14:46:18 +03:00
Ran Greenberg
84b1b958bc add minimum to badge icon size (iOS) 2017-08-17 14:46:18 +03:00
Ran Greenberg
199266fbc6 add pie progress bar for loading indicator while download image from iCloud 2017-08-17 10:17:28 +03:00
Ran Greenberg
34058bc2f7 add extra check if NSURL returns nil which can cause to crash in CKGalleryManager 2017-08-16 10:48:55 +03:00
Ran Greenberg
5db5995350 remove comments code 2017-08-15 18:38:15 +03:00
Ran Greenberg
e9ba45d32b add onRemoteDownloadChanged in CKGalleryViewManager (iOS only) 2017-08-15 18:38:15 +03:00
Ran Greenberg
490b11d105 add remote download support, if images aren't exist on the device and stored in iCloud, now camera-kit will support and download it seamlessly 2017-08-15 16:23:18 +03:00
Ran Greenberg
118bb01160 fix crash on simulator when try to changeCamera to rear camera 2017-06-20 11:28:50 +03:00
Artal Druk
170842a66d eliminate some warnings on gallery view manager 2017-05-28 14:42:59 +03:00
Artal Druk
604bc5bd2e provide image width and height on tap events 2017-05-28 14:42:34 +03:00
Sergey Ilyevsky
bcd59eda46 Fixed size, width and height params on iOS for resized images. Added width and height on Android 2017-05-16 12:59:36 +03:00
Artal Druk
c6e0f2e38d gallery view: added a prop to allow enabling “always bounce” on the collection view 2017-05-14 14:54:40 +03:00
Artal Druk
03fac3591a gallery view: added method for modifying the content offset of the collection view 2017-05-14 14:54:08 +03:00
Ran Greenberg
ff4f9de5b4 fix capture image critical bug, now the correct image is returned 2017-04-06 17:25:00 +03:00
kboda
423d36ffc6 Release imageRef in snapStillImage
unreleased imageRef causes a memory leak of about 8 MB after every photo, which finally leads to a crash of the app
2017-04-04 15:49:55 +02:00
Ran Greenberg
acca4cfe9f iOS - add resizeImage API 2017-03-30 18:42:28 +03:00
Ran Greenberg
1383036b2c add imageQualityOnTap in CameraKitGalleryView 2017-03-29 10:38:21 +03:00
Ran Greenberg
e66a42403d add image quality support 2017-03-28 17:36:47 +03:00
Ran Greenberg
2450a7784a iOS - update imports in order to support *all* react native version 2017-03-27 16:32:34 +03:00
Artal Druk
06615d060a support contentInset of the gallery view on iOS 2017-03-26 12:50:18 +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
2eb414fffa bug fix when unselected image isn't set 2017-03-13 16:13:38 +02:00