Ivan Pusic
a2bd2fac1f
version bump
v0.15.2
2017-08-23 14:25:13 +02:00
Ivan Pusic
6525850999
Update README.md
2017-08-10 23:20:32 +02:00
Chaitanya Bhagvan
ba6df59d5b
Add podspec ( #409 )
...
* Added a conditional include
Added a conditional include to handle compile if installed using podspec
* Podspec
Using https://github.com/ivpusic/react-native-image-crop-picker/pull/372 as reference added a podspec.
* Update README.md
Add steps to install using Cocoapods
* Update README.md
Add installation step using cocoapods
* Update README.md
2017-08-10 23:18:07 +02:00
Ivan Pusic
d0c481ec74
cleanup error codes
v0.15.1
2017-08-10 00:03:50 +02:00
Ivan Pusic
43f05ac3bd
version bump
v0.15.0
2017-08-09 13:56:48 +02:00
Ivan Pusic
101d485f71
Merge branch 'master' of github.com:ivpusic/react-native-image-crop-picker
2017-08-09 13:56:11 +02:00
Ivan Pusic
6f24955b80
0.47 backward compatibile android support
2017-08-09 13:55:55 +02:00
Ivan Pusic
4b63f421e8
Merge pull request #408 from gameboyVito/fix-empty-sourceURL
...
bug fixed - check if the source URL is empty or nil
2017-08-04 12:21:59 +02:00
CHEN Jiajie
b4e17df95d
bug fixed - check if the source URL is empty or nil
2017-08-04 18:17:50 +08:00
Ivan Pusic
6b79866963
Merge pull request #407 from gameboyVito/min-files
...
added minFiles option, and a new response called sourceURL
2017-08-04 11:23:31 +02:00
CHEN Jiajie
296190e608
added minFiles option, and a new response called sourceURL
2017-08-04 15:23:59 +08:00
Ivan Pusic
2651916845
Merge pull request #398 from Hizoul/patch-1
...
Fix Compilation Error in React Native 0.47.0
2017-08-01 20:24:10 +02:00
Hizoul
c240c37dfa
Fix Compilation Error in React Native 0.47.0
...
createJSModules was removedin React Native 0.47.0 and results in the attached Build Error.
removing `@Override` fixes build (didn't remove function because I don't know if it should be kept for downard compatability?)
```
node_modules/react-native-image-crop-picker/android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerPackage.java:18: error: method does not override or implement a method from a supertype
@Override
^
Note: /home/mmb/git/climbz2/climbz-reactnative/node_modules/react-native-image-crop-picker/android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
:react-native-image-crop-picker:compileReleaseJavaWithJavac FAILED
```
2017-08-01 19:35:30 +02:00
Ivan Pusic
da7a89098b
version bump
v0.14.4
2017-07-31 16:42:04 +02:00
Ivan Pusic
54f139fb46
Merge pull request #397 from zkrige/patch-1
...
Fix for crash on ios when selecting image
2017-07-31 16:41:39 +02:00
Zayin Krige
787fd02046
Fix for crash on ios when selecting image
...
Dictionary was being created with nil values. Added nil check and initialize with empty string instead
2017-07-31 16:12:08 +02:00
Ivan Pusic
443a231803
version bump
2017-07-31 15:45:42 +02:00
Ivan Pusic
f19e0a5892
Merge pull request #396 from zkrige/patch-1
...
Fix crash when taking photo from camera on ios
v0.14.3
2017-07-31 15:42:43 +02:00
Zayin Krige
d7bf02f2b3
Fix crash when taking photo from camera
...
Dictionary was being initialized with nil values which causes crash in Obj-C. I've put a ternary in that will send empty string values for the possible nil values
2017-07-31 15:30:39 +02:00
Ivan Pusic
ff18678081
release 0.14.2
v0.14.2
2017-07-25 19:35:21 +02:00
Ivan Pusic
aef62b862a
Merge pull request #386 from ZmicierBiesau/master
...
Fix for adding files more than 30 at once for iOS
2017-07-25 15:39:47 +02:00
Źmicier Biesau
83add6fbe0
Merge remote-tracking branch 'upstream/master'
2017-07-25 16:21:40 +03:00
Ivan Pusic
1b1cb2eb80
Merge pull request #385 from gameboyVito/original-path
...
returned localIdentifier and filename in response
2017-07-25 10:07:45 +02:00
CHEN Jiajie
57e57c7ca6
returned localIdentifier and filename in response
...
localIdentifier is the unique id for each PHAsset and the filename of each file, and updated the README
2017-07-25 15:30:37 +08:00
Źmicier Biesau
fba3617b7b
Memory clean added
2017-07-24 19:07:01 +03:00
Ivan Pusic
18d5403771
Merge pull request #380 from deathemperor/master
...
fixed a bug when using openCamera with [multiple: true]
2017-07-20 16:47:38 +02:00
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