You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2013/01/30 01:12:09 UTC

docs commit: Adding settings after further inspecting CB-2296

Updated Branches:
  refs/heads/master 258bc4653 -> 461f74e5a


Adding settings after further inspecting CB-2296


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/461f74e5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/461f74e5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/461f74e5

Branch: refs/heads/master
Commit: 461f74e5a98ac806b06e81493cbbec14b6d5db2e
Parents: 258bc46
Author: Joe Bowser <bo...@apache.org>
Authored: Tue Jan 29 16:11:54 2013 -0800
Committer: Joe Bowser <bo...@apache.org>
Committed: Tue Jan 29 16:11:54 2013 -0800

----------------------------------------------------------------------
 .../edge/guide/project-settings/android/index.md   |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/461f74e5/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 0b3ba48..44215f0 100644
--- a/docs/en/edge/guide/project-settings/android/index.md
+++ b/docs/en/edge/guide/project-settings/android/index.md
@@ -37,3 +37,6 @@ The **config.xml settings file** controls various settings of Cordova. This is a
 3. Various **other** preferences (as **&lt;preference&gt;** tags) defaults err on not breaking existing apps)
 
 a. **useBrowserHistory (boolean, defaults to true)** - set to false if you want to use the history shim that was used to work around the hashtag error present in Android 3.x prior to the history fix.  (Note: This setting will be deprecated in April 2013)
+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/