Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C79F104F4 for ; Wed, 12 Jun 2013 21:36:41 +0000 (UTC) Received: (qmail 84692 invoked by uid 500); 12 Jun 2013 21:36:41 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 84663 invoked by uid 500); 12 Jun 2013 21:36:41 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 84582 invoked by uid 99); 12 Jun 2013 21:36:41 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jun 2013 21:36:41 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1F7CB8A4234; Wed, 12 Jun 2013 21:36:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bowserj@apache.org To: commits@cordova.apache.org Date: Wed, 12 Jun 2013 21:36:42 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Wed Jun 12 14:36:31 2013 -0700 Committer: Joe Bowser 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(-) ----------------------------------------------------------------------