Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-file
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/46bf9075 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/46bf9075 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/46bf9075 Branch: refs/heads/master Commit: 46bf9075a70ed681bb14f01b117fb88c51a52ed4 Parents: 1ec2faa 6de11c0 Author: ldeluca <[email protected]> Authored: Mon May 5 10:01:10 2014 -0400 Committer: ldeluca <[email protected]> Committed: Mon May 5 10:01:10 2014 -0400 ---------------------------------------------------------------------- CONTRIBUTING.md | 16 + RELEASENOTES.md | 28 + doc/index.md | 46 + doc/plugins.md | 19 + plugin.xml | 40 +- src/android/ContentFilesystem.java | 35 +- src/android/FileUtils.java | 87 +- src/android/Filesystem.java | 35 +- src/android/LocalFilesystem.java | 34 +- src/android/LocalFilesystemURL.java | 18 + src/blackberry10/index.js | 20 + src/ios/CDVAssetLibraryFilesystem.m | 8 +- src/ios/CDVFile.h | 3 +- src/ios/CDVFile.m | 274 +- src/ios/CDVLocalFilesystem.m | 35 +- src/windows8/FileProxy.js | 17 +- test/autotest/html/HtmlReporter.js | 101 - test/autotest/html/HtmlReporterHelpers.js | 60 - test/autotest/html/ReporterView.js | 164 - test/autotest/html/SpecView.js | 79 - test/autotest/html/SuiteView.js | 22 - test/autotest/html/TrivialReporter.js | 192 -- test/autotest/index.html | 59 - test/autotest/jasmine.css | 81 - test/autotest/jasmine.js | 2530 -------------- test/autotest/pages/.DS_Store | Bin 6148 -> 0 bytes test/autotest/pages/file.html | 90 - test/autotest/test-runner.js | 62 - test/autotest/tests/.DS_Store | Bin 6148 -> 0 bytes test/autotest/tests/file.tests.js | 3590 -------------------- test/cordova-incl.js | 86 - test/index.html | 64 - test/main.js | 162 - test/master.css | 164 - www/DirectoryEntry.js | 8 +- www/Entry.js | 53 +- www/File.js | 2 +- www/FileEntry.js | 2 +- www/FileSystem.js | 8 +- www/Metadata.js | 4 +- www/blackberry10/DirectoryEntry.js | 4 + www/blackberry10/Entry.js | 2 +- www/blackberry10/requestFileSystem.js | 4 + www/blackberry10/resolveLocalFileSystemURI.js | 55 +- www/blackberry10/resolveLocalFileSystemURL.js | 78 + www/fileSystems-roots.js | 44 + www/fileSystems.js | 25 + www/ios/Entry.js | 35 - www/requestFileSystem.js | 10 +- www/resolveLocalFileSystemURI.js | 8 +- 50 files changed, 767 insertions(+), 7796 deletions(-) ----------------------------------------------------------------------
