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
Ivan Pusic
1b08b6046f
(iOS) Added BITCODE_GENERATION_MODE = bitcode to frameworks
v0.8.1
2016-09-06 20:36:00 +02:00
Andrew Shini
a8b6b2a03b
Merge remote-tracking branch 'ivpusic/master'
2016-09-03 12:38:37 +10:00
Ivan Pusic
54906ee8ca
(iOS) Added pre-built framework dependencies
v0.8.0
2016-09-02 14:18:32 +02:00
Andrew Shini
6c748539b5
Show loader only when multiple selection enabled
2016-08-30 14:46:12 +10:00
Andrew Shini
aa041fa038
Show loader in QBImagePicker
2016-08-30 14:24:09 +10:00
Andrew Shini
037030ee5b
Merge remote-tracking branch 'ivpusic/master'
2016-08-30 14:19:59 +10:00
Ivan Pusic
d79dbee95f
add android camera permission post-install steps
2016-08-26 15:20:27 +02:00
Ivan Pusic
98934c396a
Create ISSUE_TEMPLATE.md
2016-08-26 13:26:11 +02:00
Ivan Pusic
32c31cadcb
docs cleanup
2016-08-26 01:48:45 +02:00
Ivan Pusic
4757b30e09
resolve merge conflict
v0.7.0
2016-08-26 01:05:55 +02:00
Ivan Pusic
e0f0745954
[iOS/Android] RNPM support. Dropped cocoa-pods support
2016-08-26 01:04:38 +02:00
Ivan Pusic
50e100e4c4
add warning to not link it with rnpm
2016-08-23 12:32:10 +02:00