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 A9A4FDDE4 for ; Fri, 1 Feb 2013 00:56:46 +0000 (UTC) Received: (qmail 20184 invoked by uid 500); 1 Feb 2013 00:56:45 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 20165 invoked by uid 500); 1 Feb 2013 00:56:45 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 20154 invoked by uid 99); 1 Feb 2013 00:56:45 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2013 00:56:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 801E7828938; Fri, 1 Feb 2013 00:56:45 +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 X-Mailer: ASF-Git Admin Mailer Subject: docs commit: Updated config.xml documentation as per CB-2315 Message-Id: <20130201005645.801E7828938@tyr.zones.apache.org> Date: Fri, 1 Feb 2013 00:56:45 +0000 (UTC) Updated Branches: refs/heads/master b67351891 -> 0dec28ffc Updated config.xml documentation as per CB-2315 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/0dec28ff Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/0dec28ff Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/0dec28ff Branch: refs/heads/master Commit: 0dec28ffc64b412d15f41e1710cd6fc76599bded Parents: b673518 Author: Joe Bowser Authored: Thu Jan 31 16:56:32 2013 -0800 Committer: Joe Bowser Committed: Thu Jan 31 16:56:32 2013 -0800 ---------------------------------------------------------------------- .../edge/guide/project-settings/android/index.md | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/0dec28ff/docs/en/edge/guide/project-settings/android/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/project-settings/android/index.md b/docs/en/edge/guide/project-settings/android/index.md index 44215f0..197b139 100644 --- a/docs/en/edge/guide/project-settings/android/index.md +++ b/docs/en/edge/guide/project-settings/android/index.md @@ -40,3 +40,7 @@ a. **useBrowserHistory (boolean, defaults to true)** - set to false if you want b. **loadingDialog** - Display a native loading dialog when loading the app. Format for the value is "Title, Message" c. **loadingPageDialog** - Display a native loading dialog when loading sub-pages. Format for the value is "Title, Message" d. **errorUrl** - Set the error page for your application. Should be located in your Android project in file://android_asset/www/ +e. **backgroundColor** - Set the background color for your application. Supports a four-byte hex value, with the first byte representing alpha value, and the following three bytes with standard RGB values. (i.e. 0x00000000 = Black) +f. **loadUrlTimeoutValue** - How much time Cordova should wait before throwing a timeout error on the application. +g. **keepRunning (boolean, defaults to true)** - Determines whether Cordova will keep running in the background or not +h. **splashscreen** - The name of the file minus its extension in the res/drawable directory. If you have multiple assets, they all must share this common name in their respective directories.