GitHub user bryanhiggins opened a pull request:
https://github.com/apache/cordova-plugin-file/pull/44
CB-3440 [BlackBerry10] Proxy based implementation
This is a re-write of the file plugin for BB10. Rather than clobbering the
window objects this utilizes the exec proxy to handle requests from common
JS in the content webview. All operations are handled by the webkit HTML5
file system API. The setSandbox function in index.js allows the file system
to be toggled between full device filesystem access and the app's local
sandbox.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/blackberry-webworks/cordova-plugin-file
bb10-1.0
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-file/pull/44.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 #44
----
commit b7ba108f08b90ead2efb55bd40e1215fdde10cca
Author: Bryan Higgins <[email protected]>
Date: 2014-03-29T22:57:27Z
CB-3440 [BlackBerry10] Proxy based implementation
This is a re-write of the file plugin for BB10. Rather than clobbering the
window objects this utilizes the exec proxy to handle requests from common
JS in the content webview. All operations are handled by the webkit HTML5
file system API. The setSandbox function in index.js allows the file system
to be toggled between full device filesystem access and the app's local
sandbox.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---