Commit Graph

63 Commits

Author SHA1 Message Date
Ran Greenberg
7f0c6220d0 update default image color overlay 2017-03-01 17:41:40 +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
Ran Greenberg
f1326f3948 add support in getUrlOnTapImage (iOS only) 2017-03-01 17:12:11 +02:00
Ran Greenberg
3177ab9198 add custom button support 2017-02-28 15:29:52 +02:00
Yedidya Kennard
d4cc6dd1cf Fixed possible unboxed nil in GalleryManager 2017-01-22 11:55:32 +02:00
Yedidya Kennard
3ebd21f14d Added with and height to getImagesForIds on ios 2017-01-22 11:05:11 +02:00
Ran Greenberg
f7260eb1de bugfix - flash mode set to auto when flip cameras. now it will set as expected and won't back to auto flash mode 2017-01-01 23:44:26 +02:00
Ran Greenberg
666738b638 added disableSelectionIcons 2016-11-21 12:11:05 +02:00
Ran Greenberg
0a58244233 fix crash when running on simulator 2016-11-21 12:08:30 +02:00
Ran Greenberg
7f94078b48 fix selection gesture 2016-11-20 17:36:50 +02:00
Ran Greenberg
6f9899c68f bugfix - camera ratio overlay sometimes isn't shown 2016-11-09 17:49:09 +02:00
Ran Greenberg
cd0af65728 getImagesForIds return array will now keep the same order of images id array input 2016-10-20 16:36:44 +03:00
Ran Greenberg
963e0ab56f add asset id to the return object in function getImagesForIds on iOS native side 2016-10-19 17:58:17 +03:00
Ran Greenberg
ab4d8e1b7a fix capture block return type from NSString to NSDictionary 2016-10-12 01:08:24 +03:00
Ran Greenberg
89954286eb Fix an issue when there are photos in the photo gallery in a future date (the user manually set the time to the future).
Now the camera will return the right photo taken.
2016-09-28 17:06:21 +03:00
Ran Greenberg
f36511f6d5 added imageStrokeColor for CameraKitGalleryView + update example 2016-09-12 17:34:05 +03:00
Yedidya Kennard
7157c24e3a IOS takes mimeType not UTI for supported file types 2016-08-15 17:13:47 +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
Ran Greenberg
93fb733020 iOS - add checkDevicePhotosAuthorizationStatus and requestDevicePhotosAuthorization 2016-07-31 16:20:22 +03:00
Ran Greenberg
166582a2ba refactor - selectedAssets changed to selectedImages and will be in the react-native way, the state will remain in the JS side
some more minor refactor
2016-07-25 17:28:36 +03:00
Ran Greenberg
d7499590ee regression bugfix #WOA-1067 2016-07-25 12:10:29 +03:00
Ran Greenberg
4824c08104 change width:height to height:width 2016-07-21 10:04:46 +03:00
Ran Greenberg
1c92a2b782 update native integration, deep copy this.props 2016-07-20 11:00:42 +03:00
Ran Greenberg
fb17ce4164 crash fix - fix issue when image not supported, try to add nil to an array
update example
2016-07-19 16:04:36 +03:00
Ran Greenberg
9918bbeb96 add ratio overlay feature 2016-07-19 12:42:30 +03:00
Ran Greenberg
e9394a84d1 bugfix - try to run "count" on PHCollectionList 2016-07-12 13:22:17 +03:00
Ran Greenberg
8a974c434f move removeFromSuperview to bottom
bugfix in iOS 8, show the right capture image
 version bump
2016-07-10 18:59:10 +03:00
Ran Greenberg
70efcc83cb set collection view size when ever reactSetFrame called 2016-07-10 18:14:22 +03:00
Ran Greenberg
2ffbacca08 bugfix - support for iOS8 "fetchOptions.fetchLimit" 2016-07-10 15:21:18 +03:00
Ran Greenberg
63f650ef54 change deployment target to 8.0 2016-07-10 14:46:44 +03:00
Ran Greenberg
015e36fecc remove NSLog from native code 2016-07-09 13:18:21 +03:00
Ran Greenberg
b7fc8582dc minor change 2016-07-08 01:28:07 +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
b8ceeda495 add gesture to gallery view cell
change example
2016-07-07 18:00:18 +03:00
Ran Greenberg
6fe3804489 add selection gesture with animation (Native iOS) 2016-07-06 09:20:38 +03:00
Ran Greenberg
6a6a609cf4 change iOS result structure for albums request data 2016-07-05 17:29:36 +03:00
Ran Greenberg
f990d7f559 taking pic animation on the view instead on the layer 2016-07-04 18:25:22 +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
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
Ran Greenberg
2c56fe7a76 add local identifier to the image dictionary result after capture a photo 2016-07-01 19:49:41 +03:00
Ran Greenberg
8246d99d98 change selected color hardcoded 2016-07-01 09:54:17 +03:00
Ran Greenberg
13391b9e18 pass to js the image local identifier 2016-06-30 21:59:25 +03:00
Ran Greenberg
fb571a7442 add selected management 2016-06-30 17:57:34 +03:00
Ran Greenberg
efde2ccff6 add column count
add badge in cell
remove getPhotosForAlbum
2016-06-30 13:02:49 +03:00
Ran Greenberg
e539c0281c bugfix: make the native component to be the size on bounds 2016-06-29 18:15:24 +03:00
Ran Greenberg
b2e4e5cbc9 make cell size relative to collection bounds 2016-06-29 18:02:11 +03:00