325 Commits

Author SHA1 Message Date
Ivan Pusic
fde923b128 version bump v0.12.0 2017-01-19 23:55:40 +01:00
Ivan Pusic
7ca2e0b62d rn 0.40 support 2017-01-19 23:43:22 +01:00
Ivan Pusic
8eeb267476 Merge pull request #199 from luhui/master
support ios 8
2017-01-17 10:36:12 +01:00
陆晖
95f16eb2e6 support ios 8 2017-01-17 15:28:11 +08:00
Ivan Pusic
4de3fa4fd3 (Android) If compression settings are not provided, skip compression v0.11.2 2017-01-07 14:56:14 +01:00
Ivan Pusic
05fced30a9 (ios) Check if image permissions are granted v0.11.1 2016-12-30 01:53:01 +01:00
Ivan Pusic
ed5eb058cc bump version v0.11.0 2016-12-29 16:47:27 +01:00
Ivan Pusic
c03895ca8e [FEATURE ios/android] Configurable compression 2016-12-29 16:41:41 +01:00
Ivan Pusic
6c29fb2291 (ios/android) Update exapmle project to latest RN version. Update example project to include circular cropper overlay. Bump version v0.10.9 2016-12-18 22:30:15 +01:00
Eduardo Sganzerla
87dd9ad6fc add support to cropperCircleOverlay on iOS 2016-12-18 17:08:36 -02:00
Eduardo Sganzerla
611de3dbd8 Update PickerModule.java 2016-12-16 12:05:55 -02:00
Eduardo Sganzerla
00f6400891 Update README.md 2016-12-16 12:04:45 -02:00
Eduardo Sganzerla
b586cec00d add support to uCrop setCircleDimmedLayer()
set the setCircleDimmedLayer to "cropCircleOverlay" option on react-native.
2016-12-16 12:01:21 -02:00
Ivan Pusic
b3494ad5be (Android) Add default write permission to manifest v0.10.8 2016-12-06 18:31:33 +01:00
Ivan Pusic
36f5816af9 (Android) Ask for required permissions v0.10.7 2016-12-06 01:20:37 +01:00
Ivan Pusic
65f3eccd42 (Android) Permissions cleanup v0.10.6 2016-12-06 00:57:59 +01:00
Ivan Pusic
69d3ed4504 Merge pull request #140 from theseansy/master
Allow choice of default camera (front vs. back) on iOS
2016-12-05 20:24:34 +01:00
Ivan Pusic
0e7f318cb5 Merge pull request #148 from theseansy/camera-cropper-tint-color
Allow user to specify brand color for cropper
2016-11-18 03:09:48 +01:00
Sean Holbert
77dc7f2c5a Allow user to specify brand color for cropper
- Default colors for the cropper are less aggressive (not UCrop's orange)
- If cropperTintColor is passed in, this overrides status bar, toolbard, and widget UX items.
2016-11-17 17:28:48 -08:00
Ivan Pusic
9422efb78a version bump v0.10.5 2016-11-17 21:36:16 +01:00
Ivan Pusic
e5b3bd128f Merge pull request #147 from theseansy/crop-cancel-bug
Fixed bug where user couldn't cancel out of cropping (ios)
2016-11-17 19:58:39 +01:00
Sean Holbert
0d5491feef Fixed bug where user couldn't cancel out of cropping 2016-11-17 10:55:19 -08:00
Ivan Pusic
757db5aee9 version bump v0.10.4 2016-11-16 23:13:13 +01:00
Ivan Pusic
f5bd23033e Merge pull request #144 from theseansy/no-animation-to-crop
Remove slide-down/slide-up animation between choosing image and cropping
2016-11-16 23:07:23 +01:00
Sean Holbert
84b912cf4f Remove slide-down/slide-up animation between choosing image and cropping
Instead, cross-dissolve from image picker to cropper. User should feel continuous experience in taking/choosing picture to cropping.
2016-11-16 12:30:25 -08:00
Sean Holbert
26cc4a01b5 Allow choice of default camera (front vs. back) on iOS 2016-11-14 13:03:51 -08:00
Ivan Pusic
09379f222e Merge branch 'master' of github.com:ivpusic/react-native-image-crop-picker v0.10.3 2016-11-14 20:36:18 +01:00
Ivan Pusic
9db793daa3 (iOS) Run UI code on main thread 2016-11-14 20:35:51 +01:00
Ivan Pusic
b51f9160f1 (Android) Use lower request codes 2016-11-09 12:28:59 +01:00
Ivan Pusic
8c770b9f14 (Android) Fixing Camera on Android SDK 24+ v0.10.2 2016-11-06 20:55:02 +01:00
Ivan Pusic
aea2141cd1 Merge pull request #128 from ksti/master
add if (mPickerPromise == null) to croppingResult
2016-11-05 10:41:57 +01:00
GJS
b8d1b12d8c add if (mPickerPromise == null) to croppingResult just like other result calling:imagePickerResult 2016-11-05 17:19:10 +08:00
Ivan Pusic
c1d691f797 version bump v0.10.1 2016-10-15 02:03:15 +02:00
Ivan Pusic
9361dec983 Merge pull request #112 from kylejones/prevent-activity-event-listener-request-collisions
Setting ActivityEventListener requestCodes to large ints to prevent c…
2016-10-15 02:02:41 +02:00
kylejones
d29285a4d6 Setting ActivityEventListener requestCodes to large ints to prevent collisions with other modules 2016-10-14 18:56:36 -05:00
Ivan Pusic
d6c023fbed (Android) Asking user for camera/storage permissions v0.10.0 2016-10-13 20:47:28 +02:00
nickythorne
6bc5b2d9c8 Changed permission check to use react native request permission and added permission listener to handle async permission requests. 2016-10-13 11:43:41 +01:00
Ivan Pusic
378ae183fa bump package version 2016-09-28 23:48:40 +02:00
Ivan Pusic
7a039978fb (iOS) Deployment target set to 8.0 v0.9.7 2016-09-28 23:47:19 +02:00
Ivan Pusic
6d59b8408a (Android) Fix example project build 2016-09-28 16:17:23 +02:00
Ivan Pusic
d31c6f8fda Merge branch 'master' of github.com:ivpusic/react-native-image-crop-picker v0.9.6 2016-09-28 11:41:42 +02:00
Vitaly Rotari
0c1f1e4f90 (iOS) iCloud photos support 2016-09-28 11:39:59 +02:00
Vitaly Rotari
d6e2f7d2d1 # This is a combination of 9 commits.
# The first commit's message is:
Update ImageCropPicker.m

fix camera request exception iOS 10 #79

# This is the 2nd commit message:

Update ISSUE_TEMPLATE.md

# This is the 3rd commit message:

Try to add support of icloud image

# This is the 4th commit message:

Wrong param to PHImageRequestOptions

# This is the 5th commit message:

wrong setter name

# This is the 6th commit message:

Add Spinner when fetcting icloud image

# This is the 7th commit message:

change thread

# This is the 8th commit message:

Remove progressHandler

# This is the 9th commit message:

Fix Spinner don't appear when fecthing image form icould
2016-09-28 11:39:14 +02:00
Ivan Pusic
e253b4dad3 Update ISSUE_TEMPLATE.md 2016-09-27 09:59:15 +02:00
Ivan Pusic
eb6653c18e Merge pull request #82 from vitalyrotari/master
Update ImageCropPicker.m
2016-09-23 11:45:59 +02:00
Vitaly Rotari
5a94230f56 Update ImageCropPicker.m
fix camera request exception iOS 10 #79
2016-09-23 12:19:15 +03:00
Ivan Pusic
362126ba99 (iOS) Check if image data is present before processing it v0.9.5 2016-09-22 21:26:31 +02:00
Ivan Pusic
be66ad165c (Android) remove useSupportLibrary v0.9.4 2016-09-16 13:36:23 +02:00
Ivan Pusic
adb6542e63 using the same error code format for ios/android v0.9.3 2016-09-12 23:02:58 +02:00
Ivan Pusic
4b0adcf67c version bump v0.9.2 2016-09-12 09:08:38 +02:00