You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/10/21 23:41:09 UTC

[1/4] docs commit: [CB-4203] loadingDialog preference removed

Updated Branches:
  refs/heads/master 2393c9390 -> b606a5ef8


[CB-4203] loadingDialog preference removed


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

Branch: refs/heads/master
Commit: 3dd4fbf292b5542e3781c4cdfcc6298869cc0e49
Parents: 2393c93
Author: Mike Sierra <ms...@adobe.com>
Authored: Mon Sep 30 14:41:32 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Oct 21 14:41:04 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/config.md | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3dd4fbf2/docs/en/edge/guide/platforms/android/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/config.md b/docs/en/edge/guide/platforms/android/config.md
index f30886c..28fc87d 100644
--- a/docs/en/edge/guide/platforms/android/config.md
+++ b/docs/en/edge/guide/platforms/android/config.md
@@ -37,11 +37,6 @@ config.xml File for information on global configuration options.
 
         <preference name="ErrorUrl" value="error.html"/>
 
-- `LoadingDialog`: Display a native dialog when loading the app. The
-  value's format is _Title, Message_
-
-        <preference name="LoadingDialog" value="Please wait, the app is loading"/>
-
 - `LoadingPageDialog`: Display a native dialog when loading sub-pages
   within an app. The value's format is _Title, Message_
 


[3/4] docs commit: [CB-4203] added InAppBrowserStorageEnabled pref

Posted by mw...@apache.org.
[CB-4203] added InAppBrowserStorageEnabled pref


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

Branch: refs/heads/master
Commit: b606a5ef8995a1b40a8ecdf524d84387f40d1832
Parents: 87ced99
Author: Mike Sierra <ms...@adobe.com>
Authored: Mon Sep 30 15:23:11 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Oct 21 14:41:05 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/config.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b606a5ef/docs/en/edge/guide/platforms/android/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/config.md b/docs/en/edge/guide/platforms/android/config.md
index 25db6b0..8e62985 100644
--- a/docs/en/edge/guide/platforms/android/config.md
+++ b/docs/en/edge/guide/platforms/android/config.md
@@ -47,3 +47,7 @@ config.xml File for information on global configuration options.
 
         <preference name="SplashScreenDelay" value="10000"/>
 
+- `InAppBrowserStorageEnabled` (boolean, defaults to `true`): Controls
+  whether pages opened within an InAppBrowser can access the same
+  localStorage and WebSQL storage as pages opened with the default
+  browser.


[2/4] docs commit: [CB-4203] loadingPageDialog preference removed

Posted by mw...@apache.org.
[CB-4203] loadingPageDialog preference removed


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

Branch: refs/heads/master
Commit: 3676d5b8396d543d422eb991193d5e33785008b7
Parents: 3dd4fbf
Author: Mike Sierra <ms...@adobe.com>
Authored: Mon Sep 30 14:41:55 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Oct 21 14:41:05 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/config.md | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3676d5b8/docs/en/edge/guide/platforms/android/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/config.md b/docs/en/edge/guide/platforms/android/config.md
index 28fc87d..6d63efb 100644
--- a/docs/en/edge/guide/platforms/android/config.md
+++ b/docs/en/edge/guide/platforms/android/config.md
@@ -37,11 +37,6 @@ config.xml File for information on global configuration options.
 
         <preference name="ErrorUrl" value="error.html"/>
 
-- `LoadingPageDialog`: Display a native dialog when loading sub-pages
-  within an app. The value's format is _Title, Message_
-
-        <preference name="LoadingPageDialog" value="Please wait, the data is loading"/>
-
 - `LoadUrlTimeoutValue` (number, default is `20000`): When loading a
   page, the amount of time to wait before throwing a timeout error.
   This example specifies 10 seconds rather than 20:


[4/4] docs commit: [CB-4203] errorUrl preference removed

Posted by mw...@apache.org.
[CB-4203] errorUrl preference removed


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

Branch: refs/heads/master
Commit: 87ced9975811ea86dd5b2bd10c33e0a765bbe2b5
Parents: 3676d5b
Author: Mike Sierra <ms...@adobe.com>
Authored: Mon Sep 30 14:42:24 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Oct 21 14:41:05 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/config.md | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/87ced997/docs/en/edge/guide/platforms/android/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/config.md b/docs/en/edge/guide/platforms/android/config.md
index 6d63efb..25db6b0 100644
--- a/docs/en/edge/guide/platforms/android/config.md
+++ b/docs/en/edge/guide/platforms/android/config.md
@@ -30,13 +30,6 @@ config.xml File for information on global configuration options.
 
         <preference name="KeepRunning" value="false"/>
 
-- `ErrorUrl`: Specifies an error page that displays in response to
-  standard HTTP errors in the 400-500 range. Place the specified file
-  in the top-level directory containing the home page and other web
-  assets.
-
-        <preference name="ErrorUrl" value="error.html"/>
-
 - `LoadUrlTimeoutValue` (number, default is `20000`): When loading a
   page, the amount of time to wait before throwing a timeout error.
   This example specifies 10 seconds rather than 20: