You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ld...@apache.org on 2014/07/07 19:50:49 UTC

[12/17] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-file

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 <ld...@us.ibm.com>
Authored: Wed Jun 11 09:57:22 2014 -0400
Committer: ldeluca <ld...@us.ibm.com>
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(-)
----------------------------------------------------------------------