33 Commits
Author SHA1 Message Date
Ivan Pusic 2437d998ac started android 11 support 2021-07-19 20:13:23 +02:00
Ivan Pusic 9d86adea70 (android) float variant of latitude/longitude exif data on android 2021-05-04 11:15:55 +02:00
Ivan Pusic ef61eac63b version bump 2020-09-15 23:31:42 +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 aef83f98d1 read sdk version from config for example project 2020-05-02 01:31:08 +02:00
+1 1ddd03e5a9 support for android sdk 29 (#1284)
* Switch Android SDK 29 deprecated methods to alternatives (ivpusic#1110)

Android SDK 29 deprecated the following method for getting external directories
that we use repeatedly.
https://developer.android.com/reference/android/os/Environment#getExternalStoragePublicDirectory(java.lang.String)

I converted the various use cases to use the suggested alternative in
the Context API.
https://developer.android.com/reference/android/content/Context.html#getExternalFilesDir(java.lang.String)

* Updated podspec

* Added iOS 13 DarkMode for picker (#1129)

* Update README.md

* version bump

* Removed isMovingToParentViewController so scroll to bottom works (#1137)

* Fix deprecated RCTImageLoader.h import (#1142)

* upgrade example project to react-native 0.61

* version bump

* Update README.md

* Fix crash after video recording in ios13 & xcode11 (#1145)

* Fix crash after video recording in ios13 & xcode11

UI-related code should run in main thread, as exception says:

`Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'threading violation: expected the main thread'`

* Typo fix

* Fix xCode warnings about main thread execution (#1146)

This kind of warnings also presents in output console if Main Thread Checker is active

* ignore iml files

* version bump

* Fix typo (#1150)

Changed the word "noticable" to "noticeable".

* update type (#1200)

* CocoaPods - Properly Interpolate Tag Version (#1174)

Why?
* Ruby uses `"` quotes when interpolation is required.  Using `'` will mean `v#{version}` 
  is used directly rather than providing the version number.

Changes:
1. User Ruby string interpolation when setting the tag version for the source.

* small typing improvements

* version bump

* fix typings for writeTempFile

* version bump

* (ios) changing images sort order

* upgrade react-native-cli

* using local QBImagePicker as podspec

* Update README.md (#1265)

Clarify that avoidEmptySpaceAroundImage option is (ios only)

* testing with sdk 29

* update yarn.lock

* version bump

Co-authored-by: Phil Simmons <phil@flyclops.com>
Co-authored-by: Yury Korzun <yury@flyclops.com>
Co-authored-by: cr1s3c <yannre1210@gmail.com>
Co-authored-by: Filipe Merker <filipesmerker@gmail.com>
Co-authored-by: Artur Eshenbrener <strate@yandex.ru>
Co-authored-by: Suraneti Rodsuwan <suraneti.rod@gmail.com>
Co-authored-by: mikunimaru <43168745+mikunimaru@users.noreply.github.com>
Co-authored-by: Peter Lucak <login@peterlucak.com>
Co-authored-by: Ivan Pusic <ivpusic@users.noreply.github.com>
Co-authored-by: Mujtaba F. Radhi <al.mujtaba@hotmail.com>
2020-05-02 00:21:48 +02:00
Ivan Pusic 08aa94c463 finishing support for react-native 0.60 2019-07-11 23:52:42 +02:00
Ivan Pusic b55bc5b1bc example project support for android 9 2019-05-10 14:16:25 +02:00
Ivan Pusic 23ffafa2c4 upgrade example project to react-native 0.59 2019-03-20 22:04:56 +01:00
Ivan Pusic 4c94c5f0ec android libs and package.json version bump 2019-02-28 00:42:27 +01:00
Ivan Pusic 43740398f4 (android) cropping and resizing improvements 2019-02-28 00:26:27 +01: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
Ivan Pusic 874faa0aa1 (android) Upgrade ucrop to 2.2.2. Upgrade react-native for example project. Cleanup picker module 2018-05-16 18:20:58 +02:00
Ivan Pusic b01a3504d9 upgrade android to support latest version 2017-12-07 01:54:25 +01:00
Ivan Pusic b47232befa (android) Android 8 support 2017-10-21 22:13:09 +02:00
Ivan Pusic b8ae847074 (android) upgrade to latest package versions 2017-06-24 00:41:29 +02:00
Ivan Pusic c483a3f2f0 (android) fix resolving external storage paths 2017-03-06 11:14:02 +01:00
Ivan Pusic 007068555e (ios/android) cropping only improvements 2017-02-08 12:28:48 +01:00
Ivan Pusic 65f3eccd42 (Android) Permissions cleanup 2016-12-06 00:57:59 +01:00
Ivan Pusic 8c770b9f14 (Android) Fixing Camera on Android SDK 24+ 2016-11-06 20:55:02 +01:00
Ivan Pusic d6c023fbed (Android) Asking user for camera/storage permissions 2016-10-13 20:47:28 +02:00
Ivan Pusic 6d59b8408a (Android) Fix example project build 2016-09-28 16:17:23 +02:00
Ivan Pusic 457c0efbd5 [FEATURE] Video support 2016-09-11 18:49:44 +02:00
Ivan Pusic e0f0745954 [iOS/Android] RNPM support. Dropped cocoa-pods support 2016-08-26 01:04:38 +02:00
Ivan Pusic 79d3dab7e5 [Android] Cleanup PickerModule 2016-08-11 23:45:33 +02:00
Ivan Pusic 11ebebd86d [ANDROID] Add MainApplication.java 2016-07-27 02:31:09 +02:00
Ivan Pusic 5d3b7672f3 [ANDROID] Upgrade to RN 0.30 2016-07-27 02:30:48 +02:00
Ivan Pusic cb79ffc98f [ANDROID] show only local files 2016-07-24 01:17:43 +02:00
Ivan Pusic 234b0f385b (ios) fix showing picker when modal is opened 2016-06-29 23:43:14 +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 0340aecf86 fix ifdef 2016-05-31 18:13:55 +02:00
Ivan Pusic 1b98174f95 support RN 0.26 2016-05-22 02:23:26 +02:00
Ivan Pusic a166b5d75f first commit 2016-05-18 12:07:36 +02:00