GitHub user thehuijb opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/65
Fix issue where android cordova app crashes on selecting images from dropbox Cordova android apps would crash if you picked an image from a remote system e.g. Drive, OneDrive, Mega, Dropbox. this pull request addresses that issue and also makes for more generic error messages, easier to handle in the callback method. furthermore I added an option to getImages from only a dedicated gallery type app so if you want the user to specifically get pictures from the gallery `onlyGalleries` you can now enforce this. You can merge this pull request into a Git repository by running: $ git pull https://github.com/thehuijb/cordova-plugin-camera master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-camera/pull/65.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #65 ---- commit 2df903ae611e1961968e85f75d0fe56c9ee11371 Author: Serge Huijben <thehu...@gmail.com> Date: 2015-02-19T23:32:31Z more distinguishable error messages enable dropbox images (won't crash the app anymore) option to choose only from gallery apps, to stop people from introducing new problems commit 0b3a9670f3202993cc510d307ee871c7137cd434 Author: Serge Huijben <thehu...@gmail.com> Date: 2015-02-19T23:40:22Z Merge pull request #1 from thehuijb/feature/android-stop-crashes-when-selecting-dropbox-image more distinguishable error messages commit 4636cbe2565406a36e4165662ba445c72bec1940 Author: Serge Huijben <thehu...@gmail.com> Date: 2015-02-20T09:07:21Z add doc for added property onlyGalleries commit b28651c9cf5e0d33c2f0ca5ad9183da21e993e80 Author: Serge Huijben <thehu...@gmail.com> Date: 2015-02-20T15:05:10Z Merge pull request #2 from thehuijb/feature/android-stop-crashes-when-selecting-dropbox-image add doc for added property onlyGalleries commit 8176ba3160ee2d5860c9adcace2dcfc4eb4c0806 Author: Serge Huijben <thehu...@gmail.com> Date: 2015-02-20T15:58:50Z edit index.md commit e2d655552bc24bdcf52f96ea924e65c9bed94cb5 Author: Serge Huijben <thehu...@gmail.com> Date: 2015-02-20T15:59:26Z Merge pull request #3 from thehuijb/feature/android-stop-crashes-when-selecting-dropbox-image edit index.md ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org