Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 349A3200C3A for ; Fri, 3 Mar 2017 00:56:27 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 331E3160B83; Thu, 2 Mar 2017 23:56:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 06B2E160B6F for ; Fri, 3 Mar 2017 00:56:25 +0100 (CET) Received: (qmail 99556 invoked by uid 500); 2 Mar 2017 23:56:20 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 99540 invoked by uid 99); 2 Mar 2017 23:56:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2017 23:56:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1B4D7DFE60; Thu, 2 Mar 2017 23:56:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Thu, 02 Mar 2017 23:56:20 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] cordova-plugin-file git commit: Set VERSION to 4.3.3-dev (via coho) archived-at: Thu, 02 Mar 2017 23:56:27 -0000 Set VERSION to 4.3.3-dev (via coho) 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/69487ada Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/69487ada Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/69487ada Branch: refs/heads/master Commit: 69487adaae0b8541a5aa3b39543fb6833c0b42a8 Parents: 25464e9 Author: Steve Gill Authored: Tue Feb 28 17:56:00 2017 -0800 Committer: Steve Gill Committed: Thu Mar 2 14:33:18 2017 -0800 ---------------------------------------------------------------------- package.json | 2 +- plugin.xml | 698 +++++++++++++++++++++++++++++--------------------- tests/plugin.xml | 56 +++- 3 files changed, 445 insertions(+), 311 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/69487ada/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 84172a8..7c41f1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-file", - "version": "4.3.2", + "version": "4.3.3-dev", "description": "Cordova File Plugin", "types": "./types/index.d.ts", "cordova": { http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/69487ada/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 6a889d6..66ccc66 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,320 +1,424 @@ - - - File - Cordova File Plugin - Apache 2.0 - cordova,file - https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git - https://issues.apache.org/jira/browse/CB/component/12320651 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -The Android Persistent storage location now defaults to "Internal". Please check this plugin's README to see if your application needs any changes in its config.xml. + + - "<preference name="AndroidPersistentFileLocation" value="Compatibility" />" + + File + Cordova File Plugin + Apache 2.0 + cordova,file + https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git + https://issues.apache.org/jira/browse/CB/component/12320651 + -to config.xml in order for the application to find previously stored files. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + + - - + + + - - + + + - - + + + - - + + + - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - + + + - - - - + + + - - - + + + - - - - + + + - - - + + + + + + - - + + + - - - - + + + - - + + + + + - - - + + + - - + + + + - + + + + +The Android Persistent storage location now defaults to "Internal". Please check this plugin's README to see if your application needs any changes in its config.xml. + +If this is a new application no changes are required. + +If this is an update to an existing application that did not specify an "AndroidPersistentFileLocation" you may need to add: + + "<preference name="AndroidPersistentFileLocation" value="Compatibility" />" + +to config.xml in order for the application to find previously stored files. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/69487ada/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index b38fb04..d9233c5 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -1,14 +1,44 @@ - - - Cordova File Plugin Tests - Apache 2.0 - - - - - - - - - + + + + + + Cordova File Plugin Tests + Apache 2.0 + + + + + + + + + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org