259 Commits

Author SHA1 Message Date
Ivan Pusic
391465efcc Merge pull request #381 from Howard-Wang-Hao/master
[iOS] Fix  a bug that cause a {0,0} size image
2017-07-20 10:02:47 +02:00
竹上之霜
8416d56692 [iOS] Fix a bug that cause a {0,0} size image
-[origin] if ([maxWidth integerValue] == 0 || [maxHeight integerValue] == 0) {
-when pick a width< height image and only set "compressImageMaxWidth",will cause a {0,0}size image
-Now fix it
2017-07-20 15:38:06 +08:00
deathemperor
63e6f71db1 fixed a bug when using openCamera with [multiple: true]
related issue: https://github.com/ivpusic/react-native-image-crop-picker/issues/353
2017-07-20 11:41:49 +07:00
Ivan Pusic
ae0abe8bcd Merge pull request #369 from magrinj/fix-compilation-error
Fix RSKImageCropper not found
2017-07-10 09:48:36 +02:00
Jérémy Magrin
a80f5c7a8d Fix import 2017-07-10 09:28:33 +02:00
Ivan Pusic
b3e4dc3c63 (ios) when cancelling cropping, do not exit picker completely. Instead go back to select new image. v0.14.1 2017-06-29 01:28:36 +02:00
Ivan Pusic
1a6a997a81 Merge pull request #361 from itinance/remove_team_id
Removed TeamID from XCode-project-file.
2017-06-26 12:57:36 +02:00
Hagen Hübel
8ad75d3602 Removed TeamID from projectfile 2017-06-26 12:45:57 +02:00
Ivan Pusic
6b881b3cf6 version bump v0.14.0 2017-06-24 00:42:34 +02:00
Ivan Pusic
b8ae847074 (android) upgrade to latest package versions 2017-06-24 00:41:29 +02:00
Ivan Pusic
98e625ae2a Merge pull request #347 from nikolay-radkov/master
Update index.d.ts
2017-06-12 14:31:05 +02:00
Nikolay Radkov
f509253916 Add cleanSingle function to typescript definition file 2017-06-12 14:44:00 +03:00
Ivan Pusic
24488ca7d1 Merge pull request #345 from GNarek/patch-1
Update PickerModule.java
2017-06-08 14:16:40 +02:00
GNarek
1f27482988 Update PickerModule.java
As type of activeWidgetColor is int and type of DEFAULT_TINT is String it's causing error like: int cannot be dereferenced
2017-06-08 15:56:05 +04:00
Ivan Pusic
c06f4de963 Merge pull request #335 from sahil290791/feature/add-more-color-options-for-ucrop
Add more color options in RN Image crop picker
2017-05-31 13:26:39 +02:00
Sahil Prajapati
a640c51567 Replace cropperTintColor with cropperActiveWidgetColor 2017-05-31 15:37:29 +05:30
Sahil Prajapati
da90c3363d Add options to control statusbar, toolbar and active widget color 2017-05-31 15:30:42 +05:30
Sahil Prajapati
846d22d971 Update readme with new options for android 2017-05-31 14:26:37 +05:30
Ivan Pusic
199831b6e1 version bump v0.13.1 2017-05-20 17:09:38 +02:00
Ivan Pusic
d2f8f00a07 Merge pull request #315 from johncblandii/patch-1
Fix misspelling in package.json
2017-05-09 09:07:59 +02:00
John C. Bland II
3967ff95dd Fix misspelling in package.json 2017-05-08 23:59:43 -05:00
Ivan Pusic
da439e0ec1 Merge pull request #314 from TZXZ/master
fix orientation (iOS)
2017-05-06 23:50:04 +02:00
TZXZ
042af73248 fix orientation (iOS) 2017-05-03 09:49:16 +08:00
Ivan Pusic
1f8e6de32f Delete react-native-image-crop-picker.podspec 2017-05-02 15:49:28 +02:00
Ivan Pusic
06665da47b Merge pull request #308 from johncblandii/podspec
Add podspec
v0.13.0
2017-04-23 19:58:35 +02:00
John C. Bland II
5a06142a98 Add podspec 2017-04-22 00:37:02 -05:00
Ivan Pusic
ed07e3e1e9 Merge pull request #304 from jakehasler/patch-1
Update HEADER_SEARCH_PATHS to be more compatible
2017-04-18 22:25:28 +02:00
Jake Hasler
41f9a77dab Update HEADER_SEARCH_PATHS to be more compatible 2017-04-16 20:59:14 -06:00
Ivan Pusic
62d772e035 Merge pull request #300 from Lxxyx/master
Add missing function for typescript definition file
2017-04-14 11:36:35 +02:00
Lxxyx
d26da9737f fix return types error 2017-04-14 10:12:14 +08:00
Lxxyx
a20f2e89ac Perfect typescript definition file 2017-04-14 10:10:28 +08:00
Ivan Pusic
30d34cda8c version bump v0.12.10 2017-04-06 22:41:17 +02:00
Ivan Pusic
073293426f Merge pull request #292 from andrevargas/issue-283
#283 Create DIRECTORY_PICTURES if it doesn't exist
2017-04-06 21:00:46 +02:00
André Vargas
81be2bd3b5 #283 (android) Create DIRECTORY_PICTURES if it doesn't exist 2017-04-06 14:19:50 -03:00
Ivan Pusic
6c216e0587 Merge pull request #290 from wcandillon/patch-1
Add typescript definition file
2017-04-04 23:32:10 +02:00
William Candillon
97b74d1f9a Add typescript definition file 2017-04-04 20:24:55 +02:00
Ivan Pusic
34d80f2327 Merge pull request #289 from ollija/master
(android) Add 'hideBottomControls' & 'enableRotationGesture' -options
2017-04-03 23:49:12 +02:00
Olli Jaakkola
3d12a4510d (android) Add 'hideBottomControls' & 'enableRotationGesture' -options 2017-04-03 23:24:05 +03:00
Ivan Pusic
e53a51d02a Merge pull request #288 from ollija/master
Add possibility to hide crop guidelines
2017-04-03 13:37:51 +02:00
Olli Jaakkola
6725db0147 Update README on showCropGuidelines-option 2017-04-03 14:27:58 +03:00
Olli Jaakkola
f7dc45c45d Add possibility to hide crop guidelines 2017-04-03 14:10:23 +03:00
Ivan Pusic
9975a71d82 version bump 2017-03-29 15:06:31 +02:00
Ivan Pusic
033f3d2cb9 Merge pull request #282 from magrinj/fix-rkimagecropper
Fix RSKImageCropper build failed
v0.12.9
2017-03-29 15:04:49 +02:00
Jérémy Magrin
1acf41e2ff Fix RSKImageCropper build failed 2017-03-29 14:16:30 +02:00
Ivan Pusic
3308a97477 Merge pull request #269 from superandrew213/android-add-media-type
Android add media type
2017-03-13 13:47:58 +01:00
Andrew Shini
228bcaaea0 Add mediaType for Android 2017-03-13 22:42:05 +10:00
Andrew Shini
6fe916f628 Merge remote-tracking branch 'ivpusic/master' 2017-03-13 22:34:41 +10:00
Ivan Pusic
3ba640d106 Merge pull request #266 from magicismight/master
Add `mediaType` and `showsSelectedCount` options for ios
2017-03-09 10:12:46 +01:00
Horcrux
ef68e61d97 Add mediaType and showsSelectedCount options for ios 2017-03-09 16:03:15 +08:00
Ivan Pusic
2b04e10b4f (android) more efficient bitmap decoding v0.12.8 2017-03-07 10:00:20 +01:00