26 Commits

Author SHA1 Message Date
Ivan Pusic
2b7a0851c9
update podfile.lock. update import in app.js 2020-08-24 23:49:10 +02:00
Ahmed Mohamed AbdelMagied
ec953f887a
Add Cropper Toolbar title color (#1320)
* fix: change example `Podfile.lock` package version to the latest one

* chore: update README and example

* feat: add crop toolbar widget color prop
2020-06-17 20:32:51 +02:00
Ivan Pusic
87a043210d
(android) set cropper colors only if provided. remote default colors 2020-06-10 19:56:17 +02:00
Ivan Pusic
d51e089c2d
(ios) changing images sort order 2020-01-19 22:18:34 +01:00
Ivan Pusic
43740398f4 (android) cropping and resizing improvements 2019-02-28 00:26:27 +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
Ivan Pusic
16f435a32a (ios) fix images are not resized after cropping. Fixes #843 2019-01-18 19:41:41 +01:00
Miguel
fab0164e1b Fix typo on example (#809) 2018-08-30 17:50:20 -04: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
d3da5de487 extract exif data from image 2017-09-27 20:26:09 +02:00
Ivan Pusic
f340f358e9 configurable waiting for animation completion 2017-03-03 02:26:25 +01:00
Ivan Pusic
007068555e (ios/android) cropping only improvements 2017-02-08 12:28:48 +01:00
Ivan Pusic
7ca2e0b62d rn 0.40 support 2017-01-19 23:43:22 +01:00
Ivan Pusic
c03895ca8e [FEATURE ios/android] Configurable compression 2016-12-29 16:41:41 +01:00
Ivan Pusic
6c29fb2291 (ios/android) Update exapmle project to latest RN version. Update example project to include circular cropper overlay. Bump version 2016-12-18 22:30:15 +01:00
Eduardo Sganzerla
87dd9ad6fc add support to cropperCircleOverlay on iOS 2016-12-18 17:08:36 -02:00
Ivan Pusic
adb6542e63 using the same error code format for ios/android 2016-09-12 23:02:58 +02:00
Ivan Pusic
457c0efbd5 [FEATURE] Video support 2016-09-11 18:49:44 +02:00
Ivan Pusic
1096f22843 Option to cleanup tmp directory 2016-09-07 21:41:31 +02:00
Ivan Pusic
79d3dab7e5 [Android] Cleanup PickerModule 2016-08-11 23:45:33 +02:00
Ivan Pusic
f1d574ca0b [iOS] Camera support 2016-08-11 22:38:42 +02:00
Ivan Pusic
e53cad9eaa dynamic base64 mime type when returning image 2016-08-05 20:43:33 +02:00
Ivan Pusic
77f71bcdad improvements for includeBase64 flag feature 2016-08-05 20:41:03 +02:00
Ivan Pusic
c84c392fa2 [iOS] Fix cropping mask on ios 2016-07-27 12:05:06 +02:00
Ivan Pusic
cb79b4adc6 [FEATURE] added size(bytes) and mime type for returned images 2016-06-20 12:33:05 +02:00
Ivan Pusic
a166b5d75f first commit 2016-05-18 12:07:36 +02:00