259 Commits

Author SHA1 Message Date
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
Ivan Pusic
a67b067c86 Merge pull request #68 from superandrew213/original-without-loader
Add smart album option iOS only
2016-09-12 08:16:12 +02:00
Andrew Shini
e2ab3b03cd Merge remote-tracking branch 'ivpusic/master' into original-without-loader 2016-09-12 09:35:13 +10:00
Ivan Pusic
394a1c2698 (Android) add useSupportLibrary v0.9.1 2016-09-11 21:46:17 +02:00
Ivan Pusic
67241b9ca5 RN 0.33 Support v0.9.0 2016-09-11 21:37:40 +02:00
Ivan Pusic
457c0efbd5 [FEATURE] Video support v0.8.3 2016-09-11 18:49:44 +02:00
Andrew Shini
357d87c275 Add missing album 2016-09-11 08:52:18 +10:00
Andrew Shini
6bfaeaa19b Update readme 2016-09-11 08:51:05 +10:00
Andrew Shini
acbd0963ac Add smart album version 2016-09-11 08:47:19 +10:00
Andrew Shini
31d90cc6eb Remove loader 2016-09-11 08:46:57 +10:00
Andrew Shini
e45feb3423 Merge remote-tracking branch 'ivpusic/master' 2016-09-11 07:58:56 +10:00
Ivan Pusic
3b7f2c4c21 add post install instructions if using cocoapods 2016-09-08 17:53:19 +02:00
Ivan Pusic
a663a83887 Merge branch 'master' of github.com:ivpusic/react-native-image-crop-picker v0.8.2 2016-09-07 21:41:42 +02:00
Ivan Pusic
1096f22843 Option to cleanup tmp directory 2016-09-07 21:41:31 +02:00
Ivan Pusic
7a043bf270 more details about production build 2016-09-07 17:03:37 +02:00
Ivan Pusic
7be283ba8c add production-build notice to readme 2016-09-07 02:43:05 +02:00
Andrew Shini
3c026220c8 Merge remote-tracking branch 'ivpusic/master' 2016-09-07 08:04:12 +10:00