Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

React Native Image Picker

image picker library for react-native
Collective - Host: opensource - https://opencollective.com/react-native-image-picker - Code: https://github.com/react-native-image-picker/react-native-image-picker

Fix Android to bypass GIF image compression (#725)

github.com/react-native-image-picker/react-native-image-picker - 7fc3e3b4c109fd402e92b43a6b102e3e8ad46b0d authored over 6 years ago
Update README.md (#940)

If MainActivity is not instance of ReactActivity, you will need to let ReactInstanceManager hand...

github.com/react-native-image-picker/react-native-image-picker - 943a69017163e0f1cbbfcb93efb95d8698d89f1e authored over 6 years ago
Add declaration for default export (#851)

github.com/react-native-image-picker/react-native-image-picker - abcd82982889cc28aaf3b8b680c547cbd6da19dd authored over 6 years ago
[iOS] Fix Xcode value conversion warnings (#817)

github.com/react-native-image-picker/react-native-image-picker - cc216e87dd68f312c9d6ecb3a15661f3e489bc93 authored over 6 years ago
Specify full path to AndroidManifest.xml (#852)

Especially considering this is a file that must be edited manually, good idea to have the full p...

github.com/react-native-image-picker/react-native-image-picker - 3293e349bce9cf36a9a7fea0e1b96c671e2481ab authored over 6 years ago
Use filestorage.path on android #885 (#886)

* Add support for fileStorage.path on Android

* Update README.md

github.com/react-native-image-picker/react-native-image-picker - 7b9ff643c7c7353eda4a9e010efc62ad7a355314 authored over 6 years ago
Fixed wrong image orientation when saved to camera roll (#887)

github.com/react-native-image-picker/react-native-image-picker - 97ea8fa9e7bf353243878657182d19b72a7f5f0c authored over 6 years ago
Fix runtime crashe for Android 7. (#918)

Crash message:
Tried to read an int but got non-integral double.

github.com/react-native-image-picker/react-native-image-picker - 78bf08cd7b5cc73ec8286472cb72d3613c689499 authored over 6 years ago
Check for presence of project-wide gradle configuration properties

github.com/react-native-image-picker/react-native-image-picker - 8187eaf1ca308c0737ed13e96f98bd0033ca160e authored over 6 years ago
Merge pull request #939 from webtaculars/patch-1

Update README.md

github.com/react-native-image-picker/react-native-image-picker - f579f929e9e26bdf4440008d80245a5eb15b4f0b authored over 6 years ago
Update README.md

Update README.md as `cancelButtonTitle` works for both android and iOS

github.com/react-native-image-picker/react-native-image-picker - 54202c3a9c15a813f8a18eef25549f8a859579f8 authored over 6 years ago
Merge pull request #938 from react-community/develop

Merge develop into master

github.com/react-native-image-picker/react-native-image-picker - 8a92ccd91b0c36ee6f65789494c7e829e5e3d44d authored over 6 years ago
Merge pull request #937 from react-community/master

Merge master into develop

github.com/react-native-image-picker/react-native-image-picker - 4a5fcdc236609dc9d99f6c1b163500a1605bb9ef authored over 6 years ago
Move README badges below title. (#880)

They were getting long and wrapping.

github.com/react-native-image-picker/react-native-image-picker - 46b3c6be181fa891d249dfd5b05adb8aef4d124c authored over 6 years ago
Added missing comma in README.md (#922)

github.com/react-native-image-picker/react-native-image-picker - ab60113c87bdda953d847ba683f5e12d78d25bb2 authored over 6 years ago
Move non-optional step above the (optional) header (#925)

This step is not an optional step, but was below the optional heading and this tripped me up. Ho...

github.com/react-native-image-picker/react-native-image-picker - 5e2b54e3b7057d981f599513733b20205e9463ab authored over 6 years ago
Merge pull request #775 from hasaxena/patch-1

Error while generating build.

github.com/react-native-image-picker/react-native-image-picker - 96ce16d7a1157564ce9601711bf810017a74a4f4 authored almost 7 years ago
Merge pull request #571 from rigdern/rigdern/fileprovider-conflict

Avoid conflicting with other FileProviders

github.com/react-native-image-picker/react-native-image-picker - 60169dc5dfcea47094703fe4adf54be262540b6b authored almost 7 years ago
Merge pull request #682 from cheapsteak/patch-1

Link downloads badge to npmcharts.com

github.com/react-native-image-picker/react-native-image-picker - 003b8f8b1b0d5959aa67d6a1a31fe68143a233e4 authored about 7 years ago
Merge pull request #703 from geirman/pr/tweakSetupInstructions

remove step 3 from important note for android. it was automatically d…

github.com/react-native-image-picker/react-native-image-picker - 24bb9bfffb2e9a12149763159f84fd59f19ebb1b authored about 7 years ago
Merge pull request #723 from IgorMing/develop

Fixed typo on README.md related to themes/style customization file on…

github.com/react-native-image-picker/react-native-image-picker - 3f25a73433f026079a116b067bdf08f3375dd8ea authored about 7 years ago
Merge pull request #733 from ayildirim/develop

Documentation fix on response object

github.com/react-native-image-picker/react-native-image-picker - 05764b4b6a3d09bd50001fade8c86bfd811932fa authored about 7 years ago
Merge pull request #727 from cpfeiffer/develop

Avoid copying image data when saving and close the stream!

github.com/react-native-image-picker/react-native-image-picker - 560176d927767faf88967e1adfed9263cdd2c97e authored about 7 years ago
Documentation fix on response object

Width & height dimensions are only returned for photos

github.com/react-native-image-picker/react-native-image-picker - 74f24232f3d1d05282e79e181c1d14c9f4beb390 authored about 7 years ago
Avoid copying image data when saving and close the stream!

Instead of duplicating the entire image in memory with
ByteArrayOutputStream.toByteArray(), writ...

github.com/react-native-image-picker/react-native-image-picker - 876c193871d22f46869b363dc6d21a240f984a6e authored about 7 years ago
Fixed typo on README.md related to themes/style customization file on android customization settings

github.com/react-native-image-picker/react-native-image-picker - d6b92003932f623e6d9120c95c352a33df3369cf authored about 7 years ago
add NSPhotoLibraryAddUsageDescription to list of permissions along with an example of how the plist would be updated

github.com/react-native-image-picker/react-native-image-picker - 8ec880abab34669fe5fa2d2fd7310b47cabddd1b authored about 7 years ago
remove step 3 from important note for android. it was automatically done with react-native link

github.com/react-native-image-picker/react-native-image-picker - 54a9b0bff0889dee3892450f339fb3f6d7106aed authored over 7 years ago
Fix Flow type for optional parameter (#679)

Per documentation:
> The first arg is the options object for customization (it can also be null...

github.com/react-native-image-picker/react-native-image-picker - 497ca664e17e823f7ccef63b22d1db8a8d5c2fcc authored over 7 years ago
Link downloads badge to npmcharts.com

https://npmcharts.com/compare/react-native-image-picker?minimal=true

github.com/react-native-image-picker/react-native-image-picker - 1f58ea03cb19b5d1a2e1e5b663f4bfe84e4909ba authored over 7 years ago
Add support for KitKat (API level 19) (#583)

github.com/react-native-image-picker/react-native-image-picker - d25c17f3ed562a302b5c76599759b59f6f9c3625 authored over 7 years ago
null checker for some old phones (#621)

github.com/react-native-image-picker/react-native-image-picker - f37d92508561644cc080c58b37590a80fd7e4614 authored over 7 years ago
Update ImagePickerManager.m (#573)

modify the way to get root view controller.

github.com/react-native-image-picker/react-native-image-picker - 55051321b268eafab3a60ae71cebd23155ad98ff authored over 7 years ago
Update documentation for storageOptions.waitUntilSaved (#658)

github.com/react-native-image-picker/react-native-image-picker - d7ffd2a38cded2c9c93f8997681c2d4d7194d633 authored over 7 years ago
disable permission dialog when permissionDenied=null (#622)

github.com/react-native-image-picker/react-native-image-picker - a95cbe65046186135e674253722b5ac0677a43c0 authored over 7 years ago
Merge pull request #565 from react-community/android-image-sampling

[Android] Subsample image to save memory.

github.com/react-native-image-picker/react-native-image-picker - fd4a3d18f8e25e37811d99a432959a5b0e5ea28d authored over 7 years ago
Remove createJSModules @overide marker - RN 0.47 compatibility (#653)

github.com/react-native-image-picker/react-native-image-picker - 15c4e2a7185ce1abfee72ea53db1e62349e791f7 authored over 7 years ago
Avoid conflicting with other FileProviders

If multiple AndroidManifest.xml files specify FileProviders (e.g. the app, a library like react-...

github.com/react-native-image-picker/react-native-image-picker - 48e868324552416520d30aa058984a2e30e93508 authored over 7 years ago
[Android] Subsample image to save memory.

github.com/react-native-image-picker/react-native-image-picker - 2eb0ebca4d00e1b0581e955465b82758d2d2e2e7 authored over 7 years ago
remove unnecessary import that was causing build to fail

github.com/react-native-image-picker/react-native-image-picker - bdcbb09900ee3ccfdc863c5aad264d8f989c440d authored almost 8 years ago
[ ANDROID ] Added support of storageOptions key (#513)

* Fixed saving photo path

* Removed Logs

* Recovered Example

* NOTES:

* Refactored o...

github.com/react-native-image-picker/react-native-image-picker - e644eac84f21596dd51607e5ddc0d7dd4223a18d authored almost 8 years ago
Allow saving to camera roll on Android (#516)

* Allow saving to camera roll on Android

* Move the new file so it also works for files that ...

github.com/react-native-image-picker/react-native-image-picker - f5d379f8b1b64c2fd5499fb407ee3a151c60909a authored almost 8 years ago
Clarify which folders will be used with `storageOptions` (#511)

As discussed in https://github.com/marcshilling/react-native-image-picker/issues/508.

github.com/react-native-image-picker/react-native-image-picker - beccc12f67fcbc94f7faa833f230ed9144ce622c authored almost 8 years ago
Android: fix cancellation handling (#506)

- This was broken by #496.
- Currently, the response object is empty, lacking the `didCancel` f...

github.com/react-native-image-picker/react-native-image-picker - 646e427633879d38ed32dc81e28a1314ebb28a8c authored almost 8 years ago
Fixed minimal version for FileProvider (#500)

github.com/react-native-image-picker/react-native-image-picker - 92e35a6ea2fcef425fa71cc0b03b63d0831523a6 authored almost 8 years ago
Undo commit bf79750 to solve thw Warning 'provider#android.support.v4.content.FileProvider@android:authorities was tagged at AndroidManifest.xml:8 to replace other declarations but no other declaration present' (#497)

github.com/react-native-image-picker/react-native-image-picker - cd89afed738ecccc8a0a36d020912afbc9bd9d5a authored almost 8 years ago
[ANDROID] Refactoring of Code plus bug fixes (#496)

* Fixed issue#485
Fixed issue#478

* Removed useless file

* Recoverd options for launchCam...

github.com/react-native-image-picker/react-native-image-picker - 7eaa65dc6dded4eb62591866bc9167c2fd578fdf authored almost 8 years ago
Fixed bug of getting authority for Android 5.1 (#486)

github.com/react-native-image-picker/react-native-image-picker - bf797503956008bd5d2ca31b26d8ff7b442003ec authored almost 8 years ago
Merge pull request #479 from ligaz/patch-2

Fix TypeScript module export

github.com/react-native-image-picker/react-native-image-picker - 98c2af2d1e01032eddfbe7f965b8ec35bea4b8cf authored almost 8 years ago
Fix TypeScript module export

The current TypeScript declaration exports the module as a `default` export. This is incorrect b...

github.com/react-native-image-picker/react-native-image-picker - 4535b152af8adb47b3dd438e2ff6b59786dd1d8a authored almost 8 years ago
Merge branch 'master' of https://github.com/rusfearuth/react-native-image-picker into pr

github.com/react-native-image-picker/react-native-image-picker - a561e1e125a8e81d6f52047c276c108f285352d0 authored almost 8 years ago
there is no longer a need to remove the file:// prefix on the iOS uris

github.com/react-native-image-picker/react-native-image-picker - a27cb093498c746a55b53f4c68fe1d63fecee87f authored almost 8 years ago
Add missing Response property (#461)

github.com/react-native-image-picker/react-native-image-picker - b99cf0e460f4ff6046c531799ba29b7bf348ce7d authored almost 8 years ago
Added support Android higher 6.0

Implemented of getting real path from react-native-image-crop-picker
Extended react-native-image-...

github.com/react-native-image-picker/react-native-image-picker - a5fd097f6d9aadbf8c34070473b9f5b55cdbaa37 authored almost 8 years ago