You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/02/11 00:22:28 UTC

[02/50] git commit: Merge branch "android-file" into dev

Merge branch "android-file" into dev


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

Branch: refs/heads/master
Commit: 0a6adf0221920c1eb3e3635f2ba5dcfd41836f3b
Parents: 7872b9c 2550617
Author: Ian Clelland <ic...@chromium.org>
Authored: Fri Dec 13 11:15:56 2013 -0500
Committer: Ian Clelland <ic...@chromium.org>
Committed: Fri Dec 13 11:15:56 2013 -0500

----------------------------------------------------------------------
 plugin.xml                          |  10 +
 src/android/ContentFilesystem.java  | 111 ++++
 src/android/FileUtils.java          | 900 +++++++++----------------------
 src/android/Filesystem.java         |  40 ++
 src/android/LocalFilesystem.java    | 617 +++++++++++++++++++++
 src/android/LocalFilesystemURL.java |  54 ++
 src/android/ReadFileCallback.java   |   5 +
 www/Entry.js                        |   5 +-
 www/android/FileSystem.js           |  27 +
 9 files changed, 1113 insertions(+), 656 deletions(-)
----------------------------------------------------------------------