You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2013/06/12 23:36:42 UTC

[2/2] 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/841c9e57
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/841c9e57
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/841c9e57

Branch: refs/heads/master
Commit: 841c9e5774d49f66ebf2416c10aaf84e2c3656eb
Parents: 5ecbfab e58827d
Author: Joe Bowser <bo...@apache.org>
Authored: Wed Jun 12 14:36:31 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Wed Jun 12 14:36:31 2013 -0700

----------------------------------------------------------------------
 plugin.xml                       |   89 ++-
 src/ios/CDVFile.h                |  106 +++
 src/ios/CDVFile.m                | 1414 +++++++++++++++++++++++++++++++++
 www/DirectoryEntry.js            |  106 +++
 www/DirectoryReader.js           |   63 ++
 www/Entry.js                     |  220 +++++
 www/File.js                      |   77 ++
 www/FileEntry.js                 |   80 ++
 www/FileError.js                 |   46 ++
 www/FileReader.js                |  387 +++++++++
 www/FileSystem.js                |   38 +
 www/FileUploadOptions.js         |   41 +
 www/FileUploadResult.js          |   32 +
 www/FileWriter.js                |  274 +++++++
 www/Flags.js                     |   36 +
 www/LocalFileSystem.js           |   34 +
 www/Metadata.js                  |   31 +
 www/ProgressEvent.js             |   67 ++
 www/ios/Entry.js                 |   32 +
 www/requestFileSystem.js         |   61 ++
 www/resolveLocalFileSystemURI.js |   64 ++
 21 files changed, 3296 insertions(+), 2 deletions(-)
----------------------------------------------------------------------