109 Commits

Author SHA1 Message Date
Mujtaba F. Radhi
b517626437
Update README.md (#1265)
Clarify that avoidEmptySpaceAroundImage option is (ios only)
2020-04-08 09:28:03 +02:00
Ivan Pusic
9278de8931
using local QBImagePicker as podspec 2020-01-28 14:56:46 +01:00
Ivan Pusic
d51e089c2d
(ios) changing images sort order 2020-01-19 22:18:34 +01:00
Suraneti Rodsuwan
323edd4a11 Fix typo (#1150)
Changed the word "noticable" to "noticeable".
2019-10-22 12:04:01 +02:00
Ivan Pusic
938c74dd42
Update README.md 2019-10-11 23:13:16 +02:00
Ivan Pusic
ebf61079f8
Update README.md 2019-10-03 16:33:06 +02:00
Yuriy Khvishchuk
abcf7d37b1 fixed jitpack.io url in readme.md (#1115) 2019-09-25 12:41:35 +02:00
Ivan Pusic
bc72e5b366
Revert "Adds a sortOrder flag to sort by creation date on iOS (#1090)"
This reverts commit 33fd5265e065006f1e5228d5e28ad575182f1310.
2019-09-11 10:43:08 +02:00
Miguel
33fd5265e0 Adds a sortOrder flag to sort by creation date on iOS (#1090)
* Adds a sortOrder flag to sort by creation date on iOS

* Removes extraneous sortOrder access
2019-08-01 10:17:08 +02:00
Andrey
42e14536d8 Clarify README.md (#1058) (#1074)
Not all Android devices handle useFrontCamera
2019-07-23 20:43:19 +02:00
jesster2k10
5871580647 Clarify README.md (#1065)
React Native 0.60 higher requires you to manually install the pods after auto linking
2019-07-16 16:33:47 +02:00
Ivan Pusic
881f96623b
add installation notes for react-native 0.60 2019-07-11 23:57:04 +02:00
Ivan Pusic
08aa94c463
finishing support for react-native 0.60 2019-07-11 23:52:42 +02:00
Wilson
326e1809ba (android) add showCropFrame option (#972) 2019-03-28 23:54:18 +01:00
mieszko4
e50f7dd995 Simplify includeBase64 (#918)
If `image.data` is already base64 encoded string, why do we need this wrapper?
The proposed change worked for me on ios and android.
2019-01-19 15:05:39 +01:00
Ivan Pusic
c188889b12
Update README.md 2019-01-19 02:13:16 +01:00
Ivan Pusic
e5622719c2
(feature) video recording (#917)
* Android: Add video recording support

- Caveats:
  - Wont work if cropping is enabled
- Video recording will be used if mediaType is set to 'video'
  - Mediatype any is not supported since there is no standard intent for capture image or video

* IOS: Add video recording support

- Caveats:
  - Cropping does not work

Video recording will be enabled if mediaType is set to `video` or `any`. Note: With any the native ui
allows the user to choose whether to take a photo or record a video. This differs from android where
mediaType any will just allow taking photos.

* IOS: Set camera video quality to high

* Update README.md (#851)

* Update PickerModule.java (#862)

Fix for default values being kept when calling cropPicker from multiple locations.

Now default values if not passed will be reverted to default.

* version bump

* Add front camera support for android (#876)

* Add front camera support for android

* Update readme

* Update readme

* Update README.md

* Added missing flags to support front camera on some android phones (#891)

* Remove problematic step from manual post-install steps (#821)

* (ios) fix images are not resized after cropping. Fixes #843

* (ios) add example project xcshareddata

* (ios) fixes for camera recording. updated example project with camera recording. updated readme with camera recording

* unify ios and android camera response. Fixes #872
2019-01-18 22:17:23 +01:00
Michael Diodone
e1f4fa4371 Remove problematic step from manual post-install steps (#821) 2018-12-07 09:19:03 +01:00
Ivan Pusic
36e8056fbe
Update README.md 2018-11-19 11:14:05 +01:00
Oleh Misuna
de3a52c41c Add front camera support for android (#876)
* Add front camera support for android

* Update readme

* Update readme
2018-11-09 14:04:45 +01:00
Ali Piry
51ed43f511 Update README.md (#851) 2018-10-16 18:34:50 +02:00
Ishigamii
07d321e3bc Update README.md (#826)
Add optional configuration details about default ios text button for the camera and the gallery
2018-09-15 09:51:01 +02:00
Ivan Pusic
1eb4412300
Update README.md 2018-09-07 10:30:37 +02:00
Ivan Pusic
b3256e3498
add license scan 2018-08-22 13:38:17 +02:00
Miguel
729e1caed3 Adds forceJpg flag to convert live photos (#791)
* Adds property to filter live photos

* Force JPG image conversion

* Renames forceJPG -> forceJpg
2018-08-20 14:33:06 +02:00
Ivan Pusic
097956b288
Update README.md 2018-07-18 13:13:14 +02:00
mansya
eb471cc736 Add new logo/icon (#768)
* Upload new logo

* Add new logo to README

* Add new to mipmap hdpi

* Add new to mipmap mdpi

* Add new to mipmap mdpi

* Add new to mipmap mdpi

* add new to mipmap mdpi

* Add new to mipmap mdpi

* Add new to mipmap mdpi

* Add new to mipmap mdpi

* Add new to mipmap xhdpi

* Add new to mipmap xhdpi

* Add new to mipmap xhdpi

* Add new to mipmap xhdpi

* Add new to mipmap xxhdpi

* Add new to mipmap xxhdpi

* Add new to mipmap xxhdpi

* Add new to mipmap xxhdpi

* Add new to mipmap xxhdpi

* Add new to mipmap xxhdpi

* Add new to mipmap xxhdpi

* Upload new logo svg

* Update README with new logo

* delete

* Upload New logo svg

* Update README
2018-07-18 13:10:25 +02:00
Calvin Cheng
05662bef75 Added option to configure avoidEmptySpaceAroundImage (#765)
* Added option to configure avoidEmptySpaceAround image

* Added missing interface option

* Fixes uncasted bool value
2018-07-17 10:10:02 +02:00
Phil Gebauer
ad5357b0a2 Reduce size of default compressed files, update README (#736) 2018-06-26 10:20:26 +02:00
Ivan Pusic
d7bef85a32
Update README.md 2018-05-24 13:39:14 +02:00
Ivan Pusic
3d166ed6d0
Update README.md 2018-05-17 17:21:22 +02:00
Ivan Pusic
15f270732b
Update README.md 2018-05-17 17:20:31 +02:00
Ivan Stroganov
dfa5e5d0ca Add chooseText and cancelText properties: rebased (#699)
* Add cancel and choose buttons text properties

* Change props names to ‘cancelText’,’chooseText’

* Add cancel and choose buttons text props

* Fix properties names IOS

* Add cropper prefix and update readme
2018-05-16 11:43:03 +02:00
khrizt
b5520cc7cb Flag to disable color setters fro Ucrop (#662)
* Disabled cropper color assigning from code in Module

* Disable cropper color setters with a variable flag

* Update README
2018-03-27 11:53:43 +02:00
Ivan Pusic
62014a9873
Update README.md 2018-03-06 10:54:35 +01:00
Ivan Pusic
700c3cdfcd
Update README.md 2018-03-05 23:35:06 +01:00
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