GitHub user infil00p opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/235
Fixes Camera issue w.r.t. content URIs by introducing android-commons dependency <!-- Please make sure the checklist boxes are all checked before submitting the PR. The checklist is intended as a quick reference, for complete details please see our Contributor Guidelines: http://cordova.apache.org/contribute/contribute_guidelines.html Thanks! --> ### Platforms affected Android ### What does this PR do? This fixes the Camera Plugin for Android Nougat ### What testing has been done on this change? Testing against master. ### Checklist - [x ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and submitted to secret...@apache.org. - [ x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database - [ x] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected. - [ ] Added automated test coverage as appropriate for this change. (There is none yet :( ) You can merge this pull request into a Git repository by running: $ git pull https://github.com/infil00p/cordova-plugin-camera nougat_camera Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-camera/pull/235.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 #235 ---- commit 3d26986bfd5b7894ee16c6785f7996ef8c4b5c4f Author: Joe Bowser <bows...@apache.org> Date: 2016-07-27T21:06:07Z CB-11625: Working on fix to API 24 no longer allowing File URIs to be passed across intents commit 744d72a33bfb13b6c75e48385a9cec3435cbdd41 Author: Joe Bowser <bows...@apache.org> Date: 2016-07-29T16:07:03Z Partially modified plugin.xml commit b62fdf50f7bd18ed5c4cb9ae72fb92908529fbfb Author: Joe Bowser <bows...@apache.org> Date: 2016-07-29T20:33:51Z Adding provider_paths.xml so this works commit 00e0a7dc469133faf92b46f0d72112d4d873844e Author: Joe Bowser <bows...@apache.org> Date: 2016-08-03T21:43:11Z CB-11625: Managed to get Content Providers to work with a weird mix of Content Providers and non-Content Providers commit f010394af8921052d565c4baf3ed40bd1170f9de Author: Joe Bowser <bows...@apache.org> Date: 2016-08-04T18:16:29Z WTF. Directory, not file. Not sure why I did that commit 3ed3d887ca7336534cfeb7d2146731f4e81a1203 Author: Joe Bowser <bows...@apache.org> Date: 2016-08-04T18:35:39Z BuildConfig from test project crept in source code thanks to Android Studio, removing commit b63a0d83e05b81deb09429776e621f0a713af43f Author: Joe Bowser <bows...@apache.org> Date: 2016-09-01T22:11:33Z Merging API 24 code with master including large refactor ---- --- 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