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
Amit Davidi
751702ceaa
Add convenience/code-share-enabling native-event decoding method to API
2017-03-20 15:29:17 +02:00
Ran Greenberg
16e81b3a36
improve camera screen on android
...
merge index for both platforms
2017-03-14 12:44:19 +02:00
Ran Greenberg
e6baf9f92d
add event when capture button pressed after image captured
2017-03-13 16:01:49 +02:00
Ran Greenberg
f59de39611
fix number of images captured label on capture image
2017-03-13 15:32:40 +02:00
Ran Greenberg
9c54d14bd9
fix buttons default images
2017-03-13 13:56:08 +02:00
Ran Greenberg
b4f0393bbd
add CameraKitCameraScreen
2017-03-13 11:40:32 +02:00
Amit Davidi
de75295db2
Android: Make usage of resolveAssetSource() backwards compatible
2017-03-02 14:50:29 +02:00
Amit Davidi
de5be5e3ad
Android: Fix numerous issues found in integ with media-manager
2017-03-01 22:15:06 +02:00
Ran Greenberg
db6238aa80
add selection section to CameraKitGalleryView with support of: selectedImage, unselectedImage, overlayColor, imagePosition
2017-03-01 17:12:11 +02:00
Amit Davidi
371e2b3ae6
Android: Change setter to expect an int as the custom-button bkg color instead of string
2017-03-01 12:37:02 +02:00
Amit Davidi
ea139bfeff
Android: rename selection props
2017-03-01 12:29:24 +02:00
Amit Davidi
2317e9191f
Android: Allow for selection disabling state
2017-03-01 12:24:15 +02:00
Amit Davidi
1754c12cdd
Android: Add support in selection image positioning and size-type
2017-03-01 09:19:58 +02:00
Ran Greenberg
1faa976da9
Merge branch 'master' of https://github.com/wix/react-native-camera-kit
2017-02-28 15:30:39 +02:00
Ran Greenberg
3177ab9198
add custom button support
2017-02-28 15:29:52 +02:00
Amit Davidi
fd901d3bbe
Android: Add support for custom-button on-press JS callback + refactoring and cleanup
2017-02-28 15:00:26 +02:00
Amit Davidi
807757d0f3
Android: Added resource transl to selectedImageIcon
2017-02-27 19:25:48 +02:00
Amit Davidi
d0c4a3e267
Android: Generalize embedded camera feature to a custom button
2017-02-27 18:34:58 +02:00
Guy Carmeli
91f38fbd6a
Support Android runtime permissions
2017-02-20 18:48:03 +02:00
Ran Greenberg
205dd41f54
Minor change in example project for iOS
...
Fix example project for android
2016-11-29 11:14:48 +02:00
Guy Carmeli
1e7e298ca5
Add dirtyImages property to GalleryView
...
This change is needed since when editing an image and the corresponding
uri doesn’t change, the images thumbnail wouldn't redraw.
2016-11-23 17:27:18 +02:00
Yedidya Kennard
52b9fd7cc9
Cleaned examples
2016-08-30 11:50:26 +03:00
Yedidya Kennard
f43ece2fa7
Added functions to match iOS API
2016-08-24 14:09:31 +03:00
Yedidya Kennard
7101772fd9
Added hasCameraPermission on Android
2016-08-24 13:24:12 +03:00
Yedidya Kennard
d0643364ee
Fix for when no fileTypeSupport object is given
2016-08-16 11:00:52 +03:00
Yedidya Kennard
7135574652
JS side of Android camera kit resolves asset
2016-08-16 09:58:59 +03:00
Ran Greenberg
169485e015
refactor
2016-08-11 16:27:26 +03:00
Ran Greenberg
ad96338ee0
Added supported/unsupported feature, now it's possible to show unsupported images in the gallery view but add an unsupported image and text
2016-08-11 14:56:03 +03:00
Yedidya Kennard
3d59c9f462
Android API matches iOS, fixed changeCamera failing to reconnect
2016-08-01 13:25:45 +03:00
Ran Greenberg
93fb733020
iOS - add checkDevicePhotosAuthorizationStatus and requestDevicePhotosAuthorization
2016-07-31 16:20:22 +03:00
Yedidya Kennard
7a155cf678
checkAuthorizationStatus in JS set to true in Android, Android Camera fixes
2016-07-27 15:45:07 +03:00
Yedidya Kennard
c28960a78c
Name changes
2016-07-26 09:58:24 +03:00
Ran Greenberg
1c92a2b782
update native integration, deep copy this.props
2016-07-20 11:00:42 +03:00
Yedidya Kennard
2bb9a69bee
refresh gallery view
2016-07-20 09:12:26 +03:00
Yedidya Kennard
ba36d87169
Merge branch 'master' of github.com:wix/react-native-camera-kit
2016-07-19 14:17:28 +03:00
Yedidya Kennard
e9b90b2661
Android implementation getImagesForIds (Uris)
2016-07-19 14:17:16 +03:00
Ran Greenberg
9918bbeb96
add ratio overlay feature
2016-07-19 12:42:30 +03:00
Yedidya Kennard
3a1687ecc7
continued refactor
2016-07-19 11:48:17 +03:00
Yedidya Kennard
5c580a97b8
Events working right in GalleryView android
2016-07-19 10:44:19 +03:00
Ran Greenberg
dbe51d068c
add check photos permission (user's gallery)
...
update example
add lodash dependency to example
2016-07-08 00:48:10 +03:00
Ran Greenberg
9529391e74
remove unused code
2016-07-07 18:18:44 +03:00
Ran Greenberg
79dc74b4eb
update cell image appearance
2016-07-04 18:21:03 +03:00
Ran Greenberg
9167782eb6
update cell look and feel
2016-07-04 14:51:19 +03:00
Yedidya Kennard
6735b84d43
Android Camera component
2016-07-04 14:10:21 +03:00
Ran Greenberg
bbb960b7ac
sync gallery between js and native
...
add selected image on cell - not finish
2016-07-04 01:01:29 +03:00
Ran Greenberg
9802580c98
bugfix - lead to crash after add to many observers and remove observers only once
...
add refresh gallery view - not completed
2016-07-02 16:29:21 +03:00
Ran Greenberg
fef991a8ce
add upload from camera and gallery view after images screen
2016-07-02 01:11:56 +03:00
Yedidya Kennard
a7a8702c6e
Android selection state (working but buggy)
2016-06-30 18:26:50 +03:00