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

reorient image if image disoriented

github.com/react-native-image-picker/react-native-image-picker - 8caed679bd3ede64ab2ec10b2ea63d9e979cef63 authored almost 9 years ago by Jeremy Eaton <[email protected]>
Merge branch 'master' of github.com:marcshilling/react-native-image-picker

github.com/react-native-image-picker/react-native-image-picker - d0a70147b4355a9440d06389b8d3ad5540251f6b authored almost 9 years ago by Marc Shilling <[email protected]>
new cross-platform example project on RN 0.21

github.com/react-native-image-picker/react-native-image-picker - 970d8e35a81710586c5dd92e91ea07117bc9b65f authored almost 9 years ago by Marc Shilling <[email protected]>
Add custom buttons feature on Android

(cherry picked from commit cb556e4)

github.com/react-native-image-picker/react-native-image-picker - 2ee3f5bd35b06d4af92e114621cd356a91291d5b authored almost 9 years ago by Jimmy Mayoukou <[email protected]>
Merge pull request #128 from apprennet/ios-UIImagePickerController-error

Invoke response callbacks after UIImagePickerController dismiss animation has completed

github.com/react-native-image-picker/react-native-image-picker - 00589fb0ec7fda5c9f344466dd42231dabf5ac93 authored almost 9 years ago by Marc Shilling <[email protected]>
ImagePickerManager response callbacks should only be called after the UIImagePickerController dismiss animation has completed.

github.com/react-native-image-picker/react-native-image-picker - aaf9920ed3a99951474c9d88e30e55a677ec2886 authored almost 9 years ago by PJ Cabrera <[email protected]>
Add note about absolute uri persistence on iOS

github.com/react-native-image-picker/react-native-image-picker - 9dcb257110a4d0d2e357c2426bdfac0c7e8abe13 authored almost 9 years ago by Marc Shilling <[email protected]>
[Android] use current Activity instead of mainActivity

github.com/react-native-image-picker/react-native-image-picker - f777abaa6cc6a0aa9caa731324c2e046bdffea73 authored almost 9 years ago by yfuks <[email protected]>
[Android] refactor cropping + lint

- crop directly from library/camera intent instead of using "com.android.camera.action.CROP" sin...

github.com/react-native-image-picker/react-native-image-picker - 61d7d434e79e29198fb0323f9dde0c4b733d5028 authored almost 9 years ago by yfuks <[email protected]>
[Android] read options in a function since the code is the same for library/camera

github.com/react-native-image-picker/react-native-image-picker - 5355d7ce48822fecd7272ad0f12029a87fe2bf60 authored almost 9 years ago by yfuks <[email protected]>
[Android] installation change

- upgrade react-native compilation to 0.20.+
- set version name from package.json
- manage onAct...

github.com/react-native-image-picker/react-native-image-picker - fbac95b1490fd82f66ab3097789a449fc9cb1a75 authored almost 9 years ago by yfuks <[email protected]>
[Android] fix crop image cannot write Exception

doc: http://stackoverflow.com/a/24418124

fix #117

github.com/react-native-image-picker/react-native-image-picker - d7527e455e474f9a1ea082d62f0926d436ccf383 authored almost 9 years ago by yfuks <[email protected]>
changed native module name from UIImagePickerManager to ImagePickerManager

github.com/react-native-image-picker/react-native-image-picker - 04b09ea995c95de8fa546998c564ed25394b3b19 authored almost 9 years ago by Marc Shilling <[email protected]>
update Android installation instructions for React Native 0.18+

github.com/react-native-image-picker/react-native-image-picker - 7f1afbd0094db9a61cbda8757dea0d0627077476 authored almost 9 years ago by Marc Shilling <[email protected]>
add required authors field

github.com/react-native-image-picker/react-native-image-picker - 7b7d3b2fb7c89bd8a62a26b88efca235f65562dc authored almost 9 years ago by Marc Shilling <[email protected]>
Merge pull request #110 from incxventures/master

Android: Add null checks for options

github.com/react-native-image-picker/react-native-image-picker - b4ea534efd09098e899b3a6b879ffe946f7a7211 authored almost 9 years ago by Yoann Fuks <[email protected]>
Added null checks

Checking nulls for options: takePhotoButtonTitle and
chooseFromLibraryButtonTitle

github.com/react-native-image-picker/react-native-image-picker - af77ffe58e4227314f81a50124f6d9a832c8b778 authored almost 9 years ago by davidjeffries <[email protected]>
fixed issue with photos taken with camera

github.com/react-native-image-picker/react-native-image-picker - 489c9959a6296430cf5aa7df13b449a83a724cb6 authored almost 9 years ago by Marc Shilling <[email protected]>
Merge pull request #105 from umfana/master

Fix iOS7 crash

github.com/react-native-image-picker/react-native-image-picker - 5ddc0c830bd44fae7a39d3550ca5febdabf4d3e2 authored almost 9 years ago by Marc Shilling <[email protected]>
Fix iOS7 crash

containsString is an iOS8+ method and as such crashes on iOS7. Using
rangeOfString fixes that.

github.com/react-native-image-picker/react-native-image-picker - 4eeb2702c3027683b7aa13905cf7ecc31620f556 authored almost 9 years ago by umfana <[email protected]>
[Android] fix java.lang.OutOfMemoryError Exception

github.com/react-native-image-picker/react-native-image-picker - ff09909727040b4f1910b4fed5e6381798308ff1 authored almost 9 years ago by Yoann Fuks <[email protected]>
Merge pull request #99 from songyouwei/master

[Android] add options of image crop: aspectX & aspectY

github.com/react-native-image-picker/react-native-image-picker - 4eb072baa2b4a50eb969b20643709982f675d86d authored almost 9 years ago by Yoann Fuks <[email protected]>
Merge branch 'master' of github.com:marcshilling/react-native-image-picker

github.com/react-native-image-picker/react-native-image-picker - 30374522de2c5f47414c36640ab2f8aa017bc42c authored almost 9 years ago by Marc Shilling <[email protected]>
Merge pull request #98 from apprennet/fix-ios-video-filepath-bugs

Fix iOS bugs with skipBackup and moving video files to the Documents folder.

github.com/react-native-image-picker/react-native-image-picker - 839012da4c292e34bf0b64c527ce9683df6d9b4a authored almost 9 years ago by Marc Shilling <[email protected]>
add options of image crop: aspectX & aspectY

github.com/react-native-image-picker/react-native-image-picker - fe9529b0b52e23692b0eba83c27a63b53bd3919e authored almost 9 years ago by 宋有伟 <[email protected]>
Fix bugs with skipBackup and moving video files to the Documents folder.

github.com/react-native-image-picker/react-native-image-picker - 8721a4217785adfc554a8e2d1ff19e0815c53f57 authored almost 9 years ago by PJ Cabrera <[email protected]>
[Android] Update readme with last enhancements

github.com/react-native-image-picker/react-native-image-picker - ff483b7481403d5899232af54ddff64ffec4745c authored almost 9 years ago by Yoann Fuks <[email protected]>
[Android] add comment and storage options to camera Launch

github.com/react-native-image-picker/react-native-image-picker - ad84eca177c112ec151d11ae8409c4f46d317b34 authored almost 9 years ago by Yoann Fuks <[email protected]>
Merge pull request #93 from pedro/pedro-resize-tweaks

Resize tweaks

github.com/react-native-image-picker/react-native-image-picker - 0880cf5225425cf6dcc43017db84f90907fcbdb5 authored almost 9 years ago by Yoann Fuks <[email protected]>
keep previous behavior, check storageOptions before going for tmp

github.com/react-native-image-picker/react-native-image-picker - caa48dedf4186bdf72cfc53a393eda5696fbee8d authored almost 9 years ago by Pedro Belo <[email protected]>
fix file reference when resizing images

make sure the path still points to the right file

github.com/react-native-image-picker/react-native-image-picker - f033e0eebd338390c729809dc20681b7cdd51683 authored almost 9 years ago by Pedro Belo <[email protected]>
use a temporary file for the resized image

github.com/react-native-image-picker/react-native-image-picker - af740ca4d0c4b2e3f58576f2430645d69ef7bdba authored almost 9 years ago by Pedro Belo <[email protected]>
Remove useless mark (RN Android Support Repository >= 17)

github.com/react-native-image-picker/react-native-image-picker - 2f0c66f7775d461f70a5cb8072241fc7c8065bd7 authored almost 9 years ago by Yoann Fuks <[email protected]>
Merge pull request #89 from pedro/handle-null-path-v2

[Android] Handle case where we can't extract the image path and url path in Android (v2)

github.com/react-native-image-picker/react-native-image-picker - 64248028e8a1df094f3f901a113c443eef21a09a authored almost 9 years ago by Yoann Fuks <[email protected]>
Merge pull request #92 from pedro/pedro-handle-activity-not-found-v2

[Android] Tweak activity not found handler

github.com/react-native-image-picker/react-native-image-picker - fc58442c5b95243753237d0e4f6e2df325ed0b33 authored almost 9 years ago by Yoann Fuks <[email protected]>
better error description here

github.com/react-native-image-picker/react-native-image-picker - c24002ab855cb57bdf59342eebffee15dc526ed4 authored almost 9 years ago by Pedro Belo <[email protected]>
explicitly check if the library intent can execute

github.com/react-native-image-picker/react-native-image-picker - d49b502094259aa7630dbfd8a63b8b8cf0309195 authored almost 9 years ago by Pedro Belo <[email protected]>
oops, cannot trigger the callback here

apparently even though the activity doesn't exist, the activity
result might still run on anothe...

github.com/react-native-image-picker/react-native-image-picker - 9357fc6434da9c47ddb0297631bce9d52e9da79d authored almost 9 years ago by Pedro Belo <[email protected]>
Merge pull request #91 from pedro/pedro-handle-activity-not-found

[Android] handle ActivityNotFoundException

github.com/react-native-image-picker/react-native-image-picker - a32da75d0164cc365c63e6a5d419a0628ea1d27a authored almost 9 years ago by Yoann Fuks <[email protected]>
attempt to create a file off url paths too

github.com/react-native-image-picker/react-native-image-picker - 8cef8ea26d0359548142fd787131b5e15728895e authored almost 9 years ago by Pedro Belo <[email protected]>
send the uri here regardless

this way consumers can still try to render if they want

github.com/react-native-image-picker/react-native-image-picker - 3f4da32204cabdea4d807d78cb81719350b8eaaa authored almost 9 years ago by Pedro Belo <[email protected]>
handle ActivityNotFoundException

when starting intents to get a photo from the camera or photo
album

github.com/react-native-image-picker/react-native-image-picker - 579d95c4a24815ab435432cabce15401f97813b4 authored almost 9 years ago by Pedro Belo <[email protected]>
no need for special isUrl handler

now that we're copying whatever is on the url to a file it should
always work (or fail in the ex...

github.com/react-native-image-picker/react-native-image-picker - fd1a510ed7625e5343368384dda5b75a9f23a656 authored almost 9 years ago by Pedro Belo <[email protected]>
handle different types of image urls

avoid issue getting a path for some image urls returned by the
intent on Android 4.4+ - just cre...

github.com/react-native-image-picker/react-native-image-picker - ef490b6ffbf3ab5c75aa19fc16726a5ba4379780 authored almost 9 years ago by Pedro Belo <[email protected]>
gif support and code cleanup

github.com/react-native-image-picker/react-native-image-picker - f2b4173eb255d0b614fa9ab712dcff7ea7d35786 authored almost 9 years ago by Marc Shilling <[email protected]>
replace my IP with localhost...this probably stumped people

github.com/react-native-image-picker/react-native-image-picker - fd4714b6529c0979fb43e8a3e7582f1ccd4f03c6 authored almost 9 years ago by Marc Shilling <[email protected]>
add support for animated gifs

apps (like Giphy) can save animated gifs to the camera roll, but
attempting to resize gifs in th...

github.com/react-native-image-picker/react-native-image-picker - ba4514291426510597cc815c0812a8701b35dc75 authored almost 9 years ago by Keith Grennan <[email protected]>
fixed indentation and other styling. Add modal presentation fix to the iOS 7 implementation

github.com/react-native-image-picker/react-native-image-picker - da686b80549812687c96ad76805e28a2e2ea011f authored almost 9 years ago by Marc Shilling <[email protected]>
Removed "Required iOS 8 or higher" note

github.com/react-native-image-picker/react-native-image-picker - d4a387ccafda4acd309264f3db09580461f616fe authored almost 9 years ago by Kevin Stumpf <[email protected]>
Added cancel callback to iOS 7 support

github.com/react-native-image-picker/react-native-image-picker - 1ffff2d2f4207b0b6d533cf4361a9de65b34d23e authored almost 9 years ago by Kevin Stumpf <[email protected]>
[Android] Library open a gallery app

github.com/react-native-image-picker/react-native-image-picker - 5352dd741eb2e088cd6be0e59f25d6b0f1b03002 authored almost 9 years ago by Yoann Fuks <[email protected]>
[Android] multiples fix and enhancements

###enhancements
- match iOS breaking point (didCancel, response) into (response)
- put android u...

github.com/react-native-image-picker/react-native-image-picker - 01406f2753272e2f90ad99739f1b34e5fa134bf0 authored about 9 years ago by Yoann Fuks <[email protected]>