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/09/21 14:06:46 UTC

[15/50] docs commit: [CB-3820] removed deprecated UseBrowserHistory pref

[CB-3820] removed deprecated UseBrowserHistory 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/46c6deb9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/46c6deb9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/46c6deb9

Branch: refs/heads/master
Commit: 46c6deb9596d6b9333934f11676317e2110b3518
Parents: 26615ea
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 19 12:59:48 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:02:05 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/46c6deb9/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 9e43ad9..91e3aea 100644
--- a/docs/en/edge/guide/platforms/android/config.md
+++ b/docs/en/edge/guide/platforms/android/config.md
@@ -24,17 +24,6 @@ across each application and CordovaWebView instance. This section
 details preferences that only apply to Android builds. See The
 config.xml File for information on global configuration options.
 
-<!-- QUERY A: is useBrowserHistory deprecated?
-
-* `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)
-
-        <preference name="UseBrowserHistory" value="false"/>
-
--->
-
 * `LoadingDialog`: Display a native loading dialog when loading the
   app. The value's format is _Title, Message_