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:44 UTC

[13/50] docs commit: [CB-3820] rm PGB-specific icon/splash content

[CB-3820] rm PGB-specific icon/splash content


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

Branch: refs/heads/master
Commit: fba8aa981c023dcc32f5cb62e0eebaeec0e56fc3
Parents: 156d34b
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 19 12:43:28 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:01:51 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/config_ref/index.md                |  1 -
 docs/en/edge/guide/platforms/android/config.md  | 19 ----------
 .../edge/guide/platforms/blackberry10/config.md | 16 ---------
 docs/en/edge/guide/platforms/ios/config.md      | 29 ---------------
 docs/en/edge/guide/platforms/wp8/config.md      | 38 --------------------
 5 files changed, 103 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/fba8aa98/docs/en/edge/config_ref/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/config_ref/index.md b/docs/en/edge/config_ref/index.md
index 6ba6eca..98c71e4 100644
--- a/docs/en/edge/config_ref/index.md
+++ b/docs/en/edge/config_ref/index.md
@@ -40,7 +40,6 @@ See the following sections for platform-specific options:
 - iOS Configuration
 - Android Configuration
 - BlackBerry Configuration
-- Windows Phone Configuration
 
 ## Core Configuration Elements
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/fba8aa98/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 e973780..90e44e0 100644
--- a/docs/en/edge/guide/platforms/android/config.md
+++ b/docs/en/edge/guide/platforms/android/config.md
@@ -24,25 +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.
 
-## Icons and Splash Screens
-
-Cordova supports images for _ldpi_, _mdpi_, _hdpi_, and _xhdpi_
-displays. The following defines icons for each type of screen:
-
-        <icon src="icons/android/ldpi.png"  gap:platform="android" gap:density="ldpi"  />
-        <icon src="icons/android/mdpi.png"  gap:platform="android" gap:density="mdpi"  />
-        <icon src="icons/android/hdpi.png"  gap:platform="android" gap:density="hdpi"  />
-        <icon src="icons/android/xhdpi.png" gap:platform="android" gap:density="xhdpi" />
-
-The following defines splash screens for each screen type:
-
-        <gap:splash src="splash/android/ldpi.png"  gap:platform="android" gap:density="ldpi"  />
-        <gap:splash src="splash/android/mdpi.png"  gap:platform="android" gap:density="mdpi"  />
-        <gap:splash src="splash/android/hdpi.png"  gap:platform="android" gap:density="hdpi"  />
-        <gap:splash src="splash/android/xhdpi.png" gap:platform="android" gap:density="xhdpi" />
-
-## Android Preferences
-
 <!-- QUERY A: is useBrowserHistory deprecated?
 
 * `UseBrowserHistory` (boolean, defaults to `true`): set to `false` if

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/fba8aa98/docs/en/edge/guide/platforms/blackberry10/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/blackberry10/config.md b/docs/en/edge/guide/platforms/blackberry10/config.md
index f254c88..7126428 100644
--- a/docs/en/edge/guide/platforms/blackberry10/config.md
+++ b/docs/en/edge/guide/platforms/blackberry10/config.md
@@ -24,22 +24,6 @@ across each application and CordovaWebView instance. This section
 details preferences that only apply to BlackBerry 10 builds. See The
 config.xml File for information on global configuration options.
 
-## Icons and Splash Screens
-
-BlackBerry icons __must be smaller__ than 16K. BlackBerry also defines
-an optional hover state that allows a separate icon to display when
-users roll a trackpad cursor over the icon image. By default, the
-non-hover icon displays for the hover state. Define icons as follows:
-
-        <icon src="icons/bb/icon.png"       gap:platform="blackberry" />
-        <icon src="icons/bb/icon_hover.png" gap:platform="blackberry" gap:state="hover"/>
-
-BlackBerry supports a single splash screen image:
-
-        <gap:splash src="splash/bb/splash.png" gap:platform="blackberry" />
-
-## BlackBerry 10 Preferences
-
 * `ChildBrowser`: Disables child browser windows. By default, when the
   content attempts to open a resource in a new window or tab (by using
   window.open(), or by specifying `_blank` as the target of an

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/fba8aa98/docs/en/edge/guide/platforms/ios/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/config.md b/docs/en/edge/guide/platforms/ios/config.md
index 3f6ac4b..2743e65 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -24,35 +24,6 @@ across each application and CordovaWebView instance. This section
 details preferences that only apply to iOS builds. See The config.xml
 File for information on global configuration options.
 
-## Icons and Splash Screens
-
-Cordova supports icons for _classic_, _retina_, _iPad_, and _retina
-iPad_ displays (the latter as of Cordova 2.5). The following defines
-icons for each type of screen:
-
-        <icon src="icons/ios/icon.png"          gap:platform="ios" width="57"  height="57"  />
-        <icon src="icons/ios/icon-72.png"       gap:platform="ios" width="72"  height="72"  />
-        <icon src="icons/ios/icon_at_2x.png"    gap:platform="ios" width="114" height="114" />
-        <!-- retina iPad -->
-	<icon src="icons/ios/icon-72_at_2x.png" gap:platform="ios" width="144" height="144" />
-
-Cordova supports splash screens for _classic_, _retina_, _iPhone 5_,
-and _iPad_ displays. Standard iPads have two different splash screens
-for portrait and landscape orientation. Retina iPads have two
-additional splash screens: retina portrait and retina landscape. The
-following defines splash screens for each type of screen:
-
-        <gap:splash src="splash/ios/Default.png"                 gap:platform="ios" width="320"  height="480"  />
-        <gap:splash src="splash/ios/Default_at_2x.png"           gap:platform="ios" width="640"  height="960"  />
-        <gap:splash src="splash/ios/Default_iphone5.png"         gap:platform="ios" width="640"  height="1136" />
-        <gap:splash src="splash/ios/Default-Landscape.png"       gap:platform="ios" width="1024" height="748"  />
-        <gap:splash src="splash/ios/Default-Portrait.png"        gap:platform="ios" width="768"  height="1004" />
-        <!-- retina iPad -->
-        <gap:splash src="splash/ios/Default-Landscape_at_2x.png" gap:platform="ios" width="2048" height="1496" />
-        <gap:splash src="splash/ios/Default-Portrait_at_2x.png"  gap:platform="ios" width="1536" height="2008" />
-
-## iOS Preferences
-
 * `TopActivityIndicator` (string, defaults to `gray`): controls the
   appearance of the small spinning icon that appears in the
   status/battery bar to indicate a demanding process is executing.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/fba8aa98/docs/en/edge/guide/platforms/wp8/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/wp8/config.md b/docs/en/edge/guide/platforms/wp8/config.md
deleted file mode 100644
index 6b8fe1b..0000000
--- a/docs/en/edge/guide/platforms/wp8/config.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-license: Licensed to the Apache Software Foundation (ASF) under one
-         or more contributor license agreements.  See the NOTICE file
-         distributed with this work for additional information
-         regarding copyright ownership.  The ASF licenses this file
-         to you under the Apache License, Version 2.0 (the
-         "License"); you may not use this file except in compliance
-         with the License.  You may obtain a copy of the License at
-         
-           http://www.apache.org/licenses/LICENSE-2.0
-         
-         Unless required by applicable law or agreed to in writing,
-         software distributed under the License is distributed on an
-         "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-         KIND, either express or implied.  See the License for the
-         specific language governing permissions and limitations
-         under the License.
----
-
-# Windows Phone Configuration
-
-The `config.xml` file controls an app's basic settings that apply
-across each application and CordovaWebView instance. This section
-lists image-related settings that only apply to Windows Phone builds.
-See The config.xml File for information on global configuration
-options.
-
-Cordova supports two kinds of Windows Phone icons, a regular icon and
-a background tile image:
-
-        <icon src="icons/winphone/icon.png"     gap:platform="winphone" />
-        <icon src="icons/winphone/tileicon.png" gap:platform="winphone" gap:role="background" />
-
-Windows Phone supports a single splash screen image as shown below.
-Unlike other platforms, the image should be in _jpg_ format:
-
-        <gap:splash src="splash/winphone/splash.jpg" gap:platform="winphone" />
-