Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Update Request preference.md & supported_platform.md #4

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions configuring/icons_and_splash.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ We support classic, retina, iPhone 5 and iPad displays.

The names below reflect the names of the destination files when they are added to the application. During app submittal you may get feedback that has a reference to these filenames.

#### iOS 8.0+
<!-- iPhone 6 Plus -->
<icon src="res/ios/[email protected]" width="180" height="180" />

#### iOS 7.0+

<!-- iPhone / iPod Touch -->
Expand Down Expand Up @@ -164,6 +168,10 @@ The names below reflect the names of the destination files when they are added t

<!-- iPhone 5 / iPod Touch (5th Generation) -->
<gap:splash src="[email protected]" gap:platform="ios" width="640" height="1136" />

<!-- iPhone 6 Plus -->
<splash src="res/screen/ios/Default-736h.png" width="1242" height="2208"/>
<splash src="res/screen/ios/Default-Landscape-736h.png" width="2208" height="1242"/>

<!-- iPad -->
<gap:splash src="Default-Portrait.png" gap:platform="ios" width="768" height="1024" />
Expand Down
19 changes: 8 additions & 11 deletions configuring/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ The
<td><code>phonegap-version</code></td>
<td>
Currently supported versions are <b>2.5.0</b>, <b>2.7.0</b>, <b>2.9.0</b>,
and <b>3.1.0</b> (default) -- all versions prior to 2.5.0 have been
deprecated. If you don't specify a version in your config, it will be set
<b>3.1.0</b>, <b>3.3.0</b> (default) and <b>3.5.0</b>-- all versions prior to 2.5.0
have been deprecated. If you don't specify a version in your config, it will be set
to the current default version. Your app will not build if you specify
an unsupported version number.
<br/><br/>
Example:
<br/>
<code>
&lt;preference name="phonegap-version" value="3.1.0" /&gt;
&lt;preference name="phonegap-version" value="3.5.0" /&gt;
</code>
</td>
</tr>
Expand Down Expand Up @@ -154,7 +154,7 @@ The
<td>
Minimum Android SDK version. Corresponds to the <code>usesSdk</code> attributes in
the <code>AndroidManifest.xml</code> file - more details are in
[the Android documentation](http://developer.android.com/guide/topics/manifest/uses-sdk-element.html). Defaults to 7 (Android 2.1).
<a href="http://developer.android.com/guide/topics/manifest/uses-sdk-element.html" target="_blank">the Android documentation</a>. Defaults to 7 (Android 2.1).
<br/><br/>
Example:
<br/>
Expand All @@ -166,8 +166,7 @@ The
<td><code>android-maxSdkVersion</code><br/>(android only)</td>
<td>
Maximum Android SDK version. Corresponds to the <code>usesSdk</code> attributes
in the <code>AndroidManifest.xml</code> file - more details are in
[the Android documentation](http://developer.android.com/guide/topics/manifest/uses-sdk-element.html). Unset by default.
in the <code>AndroidManifest.xml</code> file - more details are in <a href="http://developer.android.com/guide/topics/manifest/uses-sdk-element.html" target="_blank">the Android documentation</a>. Unset by default.
<br/><br/>
Example:
<br/>
Expand All @@ -181,8 +180,7 @@ The
Corresponds to the <code>usesSdk</code> attributes in the <code>AndroidManifest.xml</code>
file -- an integer designating the API Level that the application
targets. If not set, the default value equals that given to
minSdkVersion. More details are in
[the Android documentation](http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#target). Unset by default.
minSdkVersion. More details are in <a href="http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#target" target="_blank">the Android documentation</a>. Unset by default.
<br/><br/>
Example:
<br/>
Expand All @@ -198,8 +196,7 @@ The
Where an app can be installed - defaults to <code>internalOnly</code>
(as the Android SDK). <code>auto</code> or <code>preferExternal</code>
allow the app to be installed on an SD card - this can lead to unexpected
behavior. More details available in
[the Android documentation](http://developer.android.com/guide/appendix/install-location.html).
behavior. More details available in <a href="http://developer.android.com/guide/appendix/install-location.html" target="_blank">the Android documentation</a>.
<br/><br/>
Example:
<br/>
Expand All @@ -214,7 +211,7 @@ The
<td>
How the main window of the activity interacts with the window containing
the on-screen soft keyboard. More details, and possible values, available
in [the Android documentation](http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft).
in <a href="http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft" target="_blank">the Android documentation</a>.
<br/><br/>
Example:
<br/>
Expand Down
2 changes: 1 addition & 1 deletion introduction/supported_platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license: licensed to the apache software foundation (asf) under one

# Supported Platforms

PhoneGap Build Supports the following platforms, for version `3.1.0` of Cordova/PhoneGap.
PhoneGap Build Supports the following platforms, for version `3.1.0` of Cordova/PhoneGap. To see all supported PhoneGap version, click [here](configuring_preferences.md.html#_multi_platform).

<table class="table">
<tr>
Expand Down