GitHub user infil00p opened a pull request:

    https://github.com/apache/cordova-plugin-camera/pull/128

    Marshmallow/Cordova Android 5.0.x compatibility changes 

    This patch also fixes a long-standing issue with files not actually being 
returned, and instead Content URIs being returned instead.  Since the 
CordovaResourceApi should already be able to handle this, we use it to find the 
file.  However, this doesn't work with files in the cloud that may not be in 
the device.  

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/infil00p/cordova-plugin-camera smores

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-camera/pull/128.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 #128
    
----
commit e41e037bc940af9ee1e6294bc0997300b09f224a
Author: Joe Bowser <bows...@apache.org>
Date:   2015-09-02T22:33:36Z

    CB-9583: Permissions for Marshmallow

commit 8828b0d02b4e3e7b45ff4bc2ffbdae024d90e5c8
Author: Joe Bowser <bows...@apache.org>
Date:   2015-09-03T16:08:47Z

    Fix permission handling

commit 4561867309f22f5d016e4c685696cccac5882f5f
Author: Joe Bowser <bows...@apache.org>
Date:   2015-09-24T22:07:57Z

    Add engine tag for Cordova-Android 5.0.x

commit d950769f2423f464878361a6a6f6c88b0505f49c
Author: Joe Bowser <bows...@apache.org>
Date:   2015-10-01T23:19:06Z

    Using the CordovaResourceApi to fine paths of files in the background 
thread.  If the file doesn't exist, return the content URI
    We also do a refactor to bring this in line.  This code got bike-shedded
    a bit.

----


---
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

Reply via email to