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/95a4b656 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/95a4b656 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/95a4b656 Branch: refs/heads/master Commit: 95a4b656c4129ff4cf97f20fcbcfd8c1fe20ac5b Parents: 4dce382 429d072 Author: ldeluca <[email protected]> Authored: Wed Jun 11 09:57:22 2014 -0400 Committer: ldeluca <[email protected]> Committed: Wed Jun 11 09:57:22 2014 -0400 ---------------------------------------------------------------------- CONTRIBUTING.md | 21 ++ RELEASENOTES.md | 30 ++ doc/index.md | 2 +- plugin.xml | 12 +- src/android/ContentFilesystem.java | 25 +- src/ios/CDVFile.h | 2 +- src/ios/CDVFile.m | 2 +- src/ubuntu/file.cpp | 477 +++++++++++++++++++++----------- src/ubuntu/file.h | 50 ++-- www/FileReader.js | 2 +- www/ubuntu/DirectoryEntry.js | 26 -- www/ubuntu/Entry.js | 32 --- www/ubuntu/FileSystem.js | 34 +++ www/ubuntu/fileSystems-roots.js | 53 ++++ 14 files changed, 509 insertions(+), 259 deletions(-) ----------------------------------------------------------------------
