73 Commits

Author SHA1 Message Date
Ivan Pusic
c6d43b7fe5 (ios) Add podspec support 2018-03-05 23:15:09 +01:00
Nikola Ravic
bcb9cfda1e Updated readme.md (#621)
Added freeStyleCropEnabled option info in readme file
2018-02-22 11:14:22 +01:00
Sam
35a6aa9851 Hint full path to AndroidManifest.xml (#617) 2018-02-19 13:13:45 +01:00
Ivan Pusic
b3b9f0d7d7 (ios) Fix typo in Timelapses album 2018-02-16 10:10:36 +01:00
David-Owen-Walker
182e5e17e8 custom label for iOS (#601)
* allow crop label on iOS

* remove 'android only' from cropperToolbarTitle

* make UILabel a property

* remove whitespace
2018-02-02 10:06:40 +01:00
Phil Gebauer
3418261f73 Add option for writing temporary file (#602) 2018-02-02 10:04:31 +01:00
Ivan Pusic
ed449276ed
Update README.md 2018-02-01 10:17:41 +01:00
Ivan Pusic
b21952feb4
Update README.md 2018-02-01 10:13:55 +01:00
Ivan Pusic
025cfe55a6
add link to supported smart albums values 2018-01-09 18:11:08 +01:00
Ivan Pusic
6a0528abc8
move smart album types to dedicated section 2018-01-09 18:10:08 +01:00
Dror Dim
6465d4e0bf Add support for all types of smart albums (selfies, time lapses, etc.) (#564)
* Add support for all types of smart albums (selfies, time lapses, screenshots, etc.)

* readme - add list of supported smart albums

* fix readme layout
2018-01-09 18:03:31 +01:00
Ivan Pusic
0c2c2746fa
add docs for cropRect response object 2017-12-07 02:03:09 +01:00
Ivan Pusic
ee3ccdf575 readme cleanup 2017-12-07 01:50:54 +01:00
Ivan Magda
5633a99c4a Return cropped image rectangle (#458)
* android: Update ucrop version #457

Use latest uCrop version.

* Return cropped image rectangle #457

* Update README.md #457

Update Android installation instructions.
2017-12-07 01:47:38 +01:00
Ivan Pusic
1476fd80aa
Update README.md 2017-12-07 01:28:51 +01:00
Ivan Pusic
6f161a8307
Update README.md 2017-12-06 16:14:47 +01:00
Andrew Shini
4428eeea18 Add to do (#537)
* Add to do

* Fix markdown

* Update readme
2017-12-06 16:13:53 +01:00
Jason Gaare
b59db6bffa Add creation and modification date to response (#530)
* added creationDate and modificationDate to response object

added modificationDate to Android response

* Update Compression.m (#529)

Addition of passthrough preset option

Update README to include dates in response
2017-12-05 01:48:06 +01:00
Ricardo Fuhrmann
b34b43654f [Android] Add option to set the cropper toolbar title (#521)
* Add option to set the cropper toolbar title

I needed to change the toolbar title but didn't know any other way so I thought about adding this functionality. Currently, as my knowledge is limited to java, this is currently only available for Android.

Example usage:

```
ImagePicker.openCropper({
    path: 'image.png',
    width: 800,
    height: 800,
    cropperToolbarTitle: 'Please, crop your photo',
})
```
If no title is provided, the default one from the library will be used.

* Update docs
2017-11-26 02:11:13 +01:00
Ivan Pusic
d3da5de487 extract exif data from image 2017-09-27 20:26:09 +02:00
asood123
a233a977c5 Activating Open Collective (#462)
* Added .github/ISSUE_TEMPLATE.md (optional)

* Added CONTRIBUTING.md (optional)

* Added backers and sponsors on the README

* Added call to donate after npm install (optional)
2017-09-25 23:48:44 +02:00
Jonathan Beckman
4db46ff77d Update README.md (#442)
removed word to correct grammer
2017-09-12 13:05:20 +02:00
Lee Brindley
a6e846ab75 Added video docs (#441)
Added additional example to the code snippets provided, showing how to select videos with the ImagePicker. 

Also documented the behaviour whereby having the prop 'cropping' set to true results in no videos being shown on Android. I have stated that this issue is known to have happened, rather than stating that it happens all the time, due to the relative poor test coverage across the broad spectrum of Android devices available.
2017-09-12 01:07:56 +02:00
Ivan Pusic
be03cead6b update installation instructions 2017-08-24 21:37:53 +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
CHEN Jiajie
296190e608 added minFiles option, and a new response called sourceURL 2017-08-04 15:23:59 +08: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
Sahil Prajapati
a640c51567 Replace cropperTintColor with cropperActiveWidgetColor 2017-05-31 15:37:29 +05:30
Sahil Prajapati
846d22d971 Update readme with new options for android 2017-05-31 14:26:37 +05:30
Olli Jaakkola
3d12a4510d (android) Add 'hideBottomControls' & 'enableRotationGesture' -options 2017-04-03 23:24:05 +03:00
Olli Jaakkola
6725db0147 Update README on showCropGuidelines-option 2017-04-03 14:27:58 +03:00
Andrew Shini
228bcaaea0 Add mediaType for Android 2017-03-13 22:42:05 +10:00
Horcrux
ef68e61d97 Add mediaType and showsSelectedCount options for ios 2017-03-09 16:03:15 +08:00
Ivan Pusic
f340f358e9 configurable waiting for animation completion 2017-03-03 02:26:25 +01:00
Ivan Pusic
55097f0220 add post install android instructions 2017-03-03 01:46:32 +01:00
Ivan Pusic
fdfc27a1cc Update README.md 2017-02-08 16:44:55 +01:00
Ivan Pusic
5c70559308 add NSPhotoLibraryUsageDescription docs to readme 2017-02-08 12:45:09 +01:00
Maxime Mezrahi
af3ed8a4d1 openCropper method added 2017-02-07 15:00:39 -05:00
Joe Ferraro
48a63fdbeb Update README.md 2017-01-23 17:13:46 -05:00
Ivan Pusic
ed5eb058cc bump version 2016-12-29 16:47:27 +01:00
Ivan Pusic
c03895ca8e [FEATURE ios/android] Configurable compression 2016-12-29 16:41:41 +01:00
Eduardo Sganzerla
87dd9ad6fc add support to cropperCircleOverlay on iOS 2016-12-18 17:08:36 -02:00
Eduardo Sganzerla
00f6400891 Update README.md 2016-12-16 12:04:45 -02: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
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
Sean Holbert
26cc4a01b5 Allow choice of default camera (front vs. back) on iOS 2016-11-14 13:03:51 -08:00
Ivan Pusic
4b0adcf67c version bump 2016-09-12 09:08:38 +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
457c0efbd5 [FEATURE] Video support 2016-09-11 18:49:44 +02:00