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:40 UTC

[03/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/1ec2faac
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/1ec2faac
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/1ec2faac

Branch: refs/heads/master
Commit: 1ec2faacd422718a04d4c2f5e59421de4bcdd415
Parents: bec4a11 21e1196
Author: ldeluca <ld...@us.ibm.com>
Authored: Tue Mar 4 12:43:03 2014 -0500
Committer: ldeluca <ld...@us.ibm.com>
Committed: Tue Mar 4 12:43:03 2014 -0500

----------------------------------------------------------------------
 NOTICE                                        |   5 +
 RELEASENOTES.md                               |  21 ++++
 doc/index.md                                  |  40 ++++++-
 doc/plugins.md                                | 101 +++++++++++++++++
 plugin.xml                                    |  15 ++-
 src/android/ContentFilesystem.java            | 125 +++++++++++++--------
 src/android/FileUtils.java                    | 105 ++++++++++-------
 src/android/Filesystem.java                   |  14 ++-
 src/android/LocalFilesystem.java              |  28 +++--
 src/android/LocalFilesystemURL.java           |  10 +-
 src/ios/CDVAssetLibraryFilesystem.m           |  32 ++++--
 src/ios/CDVFile.h                             |   4 +
 src/ios/CDVFile.m                             |  79 +++++++++----
 src/ios/CDVLocalFilesystem.m                  |  38 +++++--
 www/DirectoryEntry.js                         |   8 +-
 www/DirectoryReader.js                        |   1 +
 www/Entry.js                                  |  25 ++++-
 www/FileEntry.js                              |   4 +-
 www/Metadata.js                               |  13 ++-
 www/android/FileSystem.js                     |   2 +-
 www/blackberry10/DirectoryEntry.js            |  91 +++++++--------
 www/blackberry10/Entry.js                     |   6 +-
 www/blackberry10/FileReader.js                |   2 +-
 www/blackberry10/FileWriter.js                |   2 +-
 www/blackberry10/requestFileSystem.js         |  27 +++--
 www/blackberry10/resolveLocalFileSystemURI.js |  38 ++++---
 www/requestFileSystem.js                      |   2 +-
 www/resolveLocalFileSystemURI.js              |   2 +-
 28 files changed, 595 insertions(+), 245 deletions(-)
----------------------------------------------------------------------