You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/10/11 05:00:17 UTC

svn commit: r1811791 [3/8] - in /cordova/site/public: ./ announcements/2017/09/27/ blog/ docs/en/7.x/config_ref/ docs/en/7.x/guide/support/ docs/en/7.x/plugin_ref/ docs/en/7.x/reference/cordova-cli/ docs/en/7.x/reference/cordova-plugin-battery-status/ ...

Modified: cordova/site/public/docs/en/7.x/reference/cordova-plugin-splashscreen/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/7.x/reference/cordova-plugin-splashscreen/index.html?rev=1811791&r1=1811790&r2=1811791&view=diff
==============================================================================
--- cordova/site/public/docs/en/7.x/reference/cordova-plugin-splashscreen/index.html (original)
+++ cordova/site/public/docs/en/7.x/reference/cordova-plugin-splashscreen/index.html Wed Oct 11 05:00:16 2017
@@ -2730,19 +2730,21 @@
 
 <table><thead>
 <tr>
-<th style="text-align: center">Android</th>
-<th style="text-align: center">iOS</th>
-<th style="text-align: center">Windows 8.1 Store</th>
-<th style="text-align: center">Windows 8.1 Phone</th>
+<th style="text-align: center">Android 4.4</th>
+<th style="text-align: center">Android 5.1</th>
+<th style="text-align: center">Android 6.0</th>
+<th style="text-align: center">iOS 9.3</th>
+<th style="text-align: center">iOS 10.0</th>
 <th style="text-align: center">Windows 10 Store</th>
 <th style="text-align: center">Travis CI</th>
 </tr>
 </thead><tbody>
 <tr>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-splashscreen/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-splashscreen" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-splashscreen/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-splashscreen" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-splashscreen/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-splashscreen" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-splashscreen/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-splashscreen" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-4.4,PLUGIN=cordova-plugin-splashscreen/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-4.4,PLUGIN=cordova-plugin-splashscreen" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-5.1,PLUGIN=cordova-plugin-splashscreen/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-5.1,PLUGIN=cordova-plugin-splashscreen" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-6.0,PLUGIN=cordova-plugin-splashscreen/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-6.0,PLUGIN=cordova-plugin-splashscreen" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios-9.3,PLUGIN=cordova-plugin-splashscreen/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios-9.3,PLUGIN=cordova-plugin-splashscreen" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios-10.0,PLUGIN=cordova-plugin-splashscreen/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios-10.0,PLUGIN=cordova-plugin-splashscreen" alt="Build Status"></a></td>
 <td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-splashscreen/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-splashscreen" alt="Build Status"></a></td>
 <td style="text-align: center"><a href="https://travis-ci.org/apache/cordova-plugin-splashscreen"><img src="https://travis-ci.org/apache/cordova-plugin-splashscreen.svg?branch=master" alt="Build Status"></a></td>
 </tr>
@@ -2775,6 +2777,500 @@ cordova plugin add https://github.com/ap
 
 <p><strong>Note</strong>: Extended splashscreen does not require the plugin on Windows (as opposed to Android and iOS) in case you don&#39;t use the plugin API, i.e. programmatic hide/show.</p>
 
+<h3>iOS-specific information</h3>
+
+<p>There are two mechanisms for displaying a launch screen on iOS:</p>
+
+<ol>
+<li><p>Legacy launch images: images are sized exactly for the device&#39;s screen size. Does not support the iPad Pro 12.9&#39;s native resolution or split-screen/slide-over multitasking.</p></li>
+<li><p>Launch storyboard images: Images are sized based on scale, idiom, and size classes. Supports all devices, and can be used with split-screen/slide-over multitasking.</p></li>
+</ol>
+
+<p>Apple is moving away from legacy launch images. There is no official support for providing a native-resolution launch image for the iPad Pro 12.9 or for providing launch images that work with split-screen multitasking or slide-over. If your app doesn&#39;t need to support these contexts, then you can continue to use legacy launch images for as long as you like. </p>
+
+<p>The preferred method of providing launch images is to use a launch storyboard. For native app developers, the ideal launch storyboard is an unpopulated version of the app&#39;s user interface at launch. For non-native app developers who don&#39;t wish to learn Interface Builder, however, this plugin simulates the legacy launch image method as much as is feasible.</p>
+
+<h4>Legacy launch images</h4>
+
+<p>If you choose to use legacy launch images, you will use the following syntax in <code>config.xml</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">    &lt;splash src="res/screen/ios/Default~iphone.png" width="320" height="480"/&gt;
+    &lt;splash src="res/screen/ios/Default@2x~iphone.png" width="640" height="960"/&gt;
+    &lt;splash src="res/screen/ios/Default-Portrait~ipad.png" width="768" height="1024"/&gt;
+    &lt;splash src="res/screen/ios/Default-Portrait@2x~ipad.png" width="1536" height="2048"/&gt;
+    &lt;splash src="res/screen/ios/Default-Landscape~ipad.png" width="1024" height="768"/&gt;
+    &lt;splash src="res/screen/ios/Default-Landscape@2x~ipad.png" width="2048" height="1536"/&gt;
+    &lt;splash src="res/screen/ios/Default-568h@2x~iphone.png" width="640" height="1136"/&gt;
+    &lt;splash src="res/screen/ios/Default-667h.png" width="750" height="1334"/&gt;
+    &lt;splash src="res/screen/ios/Default-736h.png" width="1242" height="2208"/&gt;
+</code></pre></div>
+<p>Technically the filename for the <code>src</code> attribute can be anything you want; the filenames are used because they match what will be used when your project is compiled. The width and height attributes determine which launch images are displayed on which devices as follows:</p>
+
+<table><thead>
+<tr>
+<th style="text-align: center">width</th>
+<th style="text-align: center">height</th>
+<th style="text-align: center">device (orientation)</th>
+</tr>
+</thead><tbody>
+<tr>
+<td style="text-align: center">320</td>
+<td style="text-align: center">480</td>
+<td style="text-align: center">All non-retina iPhones and iPods</td>
+</tr>
+<tr>
+<td style="text-align: center">640</td>
+<td style="text-align: center">960</td>
+<td style="text-align: center">iPhone 4/4s/5/5s (portrait)</td>
+</tr>
+<tr>
+<td style="text-align: center">750</td>
+<td style="text-align: center">1334</td>
+<td style="text-align: center">iPhone 6/6s/7 (portrait)</td>
+</tr>
+<tr>
+<td style="text-align: center">1242</td>
+<td style="text-align: center">2208</td>
+<td style="text-align: center">iPhone 6+/6s+/7+ (portrait)</td>
+</tr>
+<tr>
+<td style="text-align: center">2208</td>
+<td style="text-align: center">1242</td>
+<td style="text-align: center">iPhone 6+/6s+/7+ (landscape)</td>
+</tr>
+<tr>
+<td style="text-align: center">768</td>
+<td style="text-align: center">1024</td>
+<td style="text-align: center">All non-retina iPads (portrait)</td>
+</tr>
+<tr>
+<td style="text-align: center">1024</td>
+<td style="text-align: center">768</td>
+<td style="text-align: center">All non-retina iPads (landscape)</td>
+</tr>
+<tr>
+<td style="text-align: center">1536</td>
+<td style="text-align: center">2048</td>
+<td style="text-align: center">All retina iPads (portrait)</td>
+</tr>
+<tr>
+<td style="text-align: center">2048</td>
+<td style="text-align: center">1536</td>
+<td style="text-align: center">All retina iPads (landscape)</td>
+</tr>
+</tbody></table>
+
+<p>Note: It is vitally important that the source image actually matches the size specified in the <code>width</code> and <code>height</code> attributes. If it does not, the device may fail to render it properly, if at all.</p>
+
+<h4>Launch storyboard images</h4>
+
+<p>In order to support newer form factors and split-screen/slide-over multitasking, you should use launch storyboard images. These are similar to the legacy launch images above, but there are crucial differences:</p>
+
+<ul>
+<li><p>images are not specific to a given device.</p></li>
+<li><p>images are scaled to fill the available viewport (while maintaining the aspect ratio).</p></li>
+<li><p>the outer edges of the images will be cropped, and the amount will vary based on device an viewport.</p></li>
+<li><p>there is no need to provide an image for each possible device, viewport, and orientation; iOS will choose the best image for the situation automatically.</p></li>
+</ul>
+
+<h5>Designing launch storyboard images</h5>
+
+<p>The key to designing a launch storyboard image is understanding that the edges of the image will almost certainly be cropped. Therefore, one should not place any important information near the edges of any images provided to the launch storyboard. Only the center is a safe area, and this all but guarantees that following Apple&#39;s advice of presenting an unpopulated user interface will not work well.</p>
+
+<p>Instead, the following tips should enable you to create a launch image that works across a multitude of form factors, viewports, and orientations:</p>
+
+<ul>
+<li><p>Important graphics (logos, icons, titles) should be centered. The safe bounding region will vary, so you will need to test to ensure that the important graphics are never cropped. Better yet, don&#39;t supply any important graphics in the first place.</p>
+
+<ul>
+<li>You <em>can</em> fine-tune the placement and size of these graphics, but you don&#39;t have the same fine-grained control as you did with legacy launch images.</li>
+</ul></li>
+<li><p>Use a simple color wash. If you use two colors, you&#39;ll want one color to fill the top half of the image, and the second to fill the bottom half.  If you use a gradient, you&#39;ll probably want to ensure that the middle of the gradient lines up with the center of the image. </p></li>
+<li><p>Don&#39;t worry about pixel perfection -- because the images are scaled, there&#39;s almost no chance the images will be perfectly fit to the pixel grid. Since all supported iOS devices use retina screens, users will be hard pressed to notice it anyway.</p></li>
+</ul>
+
+<p>It is important to understand the concept of scale, idiom, and size class traits in order to use launch storyboard images effectively. Of the images supplied to the launch storyboard, iOS will choose the image that best matches the device and viewport and render that image. It is possible to supply only one launch image if so desired, but it is also possible to fine-tune the displayed launch image based on traits. When fine-tuning, one can ignore traits that aren&#39;t targeted or supported by the app.</p>
+
+<blockquote>
+<p>Note: If you are using launch storyboard images, there is no need to include legacy images. If you do, the legacy images will be copied, but not used.</p>
+</blockquote>
+
+<h5>Scale</h5>
+
+<table><thead>
+<tr>
+<th style="text-align: center">scale</th>
+<th style="text-align: center">devices</th>
+</tr>
+</thead><tbody>
+<tr>
+<td style="text-align: center">1x</td>
+<td style="text-align: center">All non-retina devices</td>
+</tr>
+<tr>
+<td style="text-align: center">2x</td>
+<td style="text-align: center">Most retina devices</td>
+</tr>
+<tr>
+<td style="text-align: center">3x</td>
+<td style="text-align: center">iPhone 6+/6s+,7s+</td>
+</tr>
+</tbody></table>
+
+<p>In general, you&#39;ll want to supply 2x and 3x images. Cordova only supports retina devices now, so there&#39;s no point in supplying 1x images.</p>
+
+<h5>Idioms</h5>
+
+<table><thead>
+<tr>
+<th style="text-align: center">idiom</th>
+<th style="text-align: center">devices</th>
+</tr>
+</thead><tbody>
+<tr>
+<td style="text-align: center">ipad</td>
+<td style="text-align: center">All iPads</td>
+</tr>
+<tr>
+<td style="text-align: center">iphone</td>
+<td style="text-align: center">All iPhones and iPod Touches</td>
+</tr>
+<tr>
+<td style="text-align: center">universal</td>
+<td style="text-align: center">All devices</td>
+</tr>
+</tbody></table>
+
+<p>You only need to provide universal images unless you need to fine-tune for a specific device idiom.</p>
+
+<h5>Size classes</h5>
+
+<p>There are two size classes applies to both screen axes. Narrow viewports are considered to be the &quot;compact&quot; size class, and remaining viewports are considered &quot;regular&quot;. When supplying images to Xcode, however, one must choose between &quot;any &amp; compact&quot; and &quot;any &amp; regular&quot;. To stay consistent with the native terminology, this feature will match based on &quot;any&quot; and &quot;compact&quot;. <code>any</code> will match regular-sized viewports. </p>
+
+<p>Note: this feature uses <code>com</code> as an abbreviation for &quot;compact&quot; classes.</p>
+
+<p>The following classes are supported by this feature:</p>
+
+<table><thead>
+<tr>
+<th style="text-align: center">width</th>
+<th style="text-align: center">height</th>
+<th style="text-align: center">orientation</th>
+</tr>
+</thead><tbody>
+<tr>
+<td style="text-align: center">any</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">any</td>
+</tr>
+<tr>
+<td style="text-align: center">com</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">portrait</td>
+</tr>
+<tr>
+<td style="text-align: center">any</td>
+<td style="text-align: center">com</td>
+<td style="text-align: center">landscape (wide)</td>
+</tr>
+<tr>
+<td style="text-align: center">com</td>
+<td style="text-align: center">com</td>
+<td style="text-align: center">landscape (narrow)</td>
+</tr>
+</tbody></table>
+
+<p>To see the complete list of size classes associated with devices and viewports, see <a href="http://www.sizeclasses.com">http://www.sizeclasses.com</a>.</p>
+
+<h5>Single-image launch screen</h5>
+
+<p>If your launch image is simple, you may be able to avoid creating a lot of different launch images and supply only one. The launch image needs to meet the following requirements:</p>
+
+<ul>
+<li><p>the image should be square</p></li>
+<li><p>the image should be large enough to fit on an iPad Pro 12.9&quot;: 2732x2732</p></li>
+<li><p>anything important should fit within the center</p></li>
+</ul>
+
+<p>Keep in mind that the image will be cropped, possibly quite severely, depending upon the viewport. </p>
+
+<p>Once the image is created, you can include it in your project by adding the following to <code>config.xml</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">    &lt;splash src="res/screen/ios/Default@2x~universal~anyany.png" /&gt;
+</code></pre></div>
+<p>Because only one image is provided, iOS will utilize it in every context.</p>
+
+<h5>Multi-image launch screen</h5>
+
+<p>If a single launch image won&#39;t meet your needs, you will probably need to supply at least six images, if not more. Furthermore, keep in mind that it will not be possible to fine tune the image to a specific device, but only to a device class, display factor, and viewport size.</p>
+
+<p>If you don&#39;t need to target images to a specific idiom, you should create six images, as follows:</p>
+
+<table><thead>
+<tr>
+<th style="text-align: center">scale</th>
+<th style="text-align: center">idiom</th>
+<th style="text-align: center">width</th>
+<th style="text-align: center">height</th>
+<th style="text-align: center">size</th>
+<th style="text-align: center">filename</th>
+</tr>
+</thead><tbody>
+<tr>
+<td style="text-align: center">2x*</td>
+<td style="text-align: center">universal</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">2732x2732</td>
+<td style="text-align: center"><code>Default@2x~universal~anyany.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">2x</td>
+<td style="text-align: center">universal</td>
+<td style="text-align: center">com</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">1278x2732</td>
+<td style="text-align: center"><code>Default@2x~universal~comany.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">2x</td>
+<td style="text-align: center">universal</td>
+<td style="text-align: center">com</td>
+<td style="text-align: center">com</td>
+<td style="text-align: center">1334x750</td>
+<td style="text-align: center"><code>Default@2x~universal~comcom.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">3x*</td>
+<td style="text-align: center">universal</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">2208x2208</td>
+<td style="text-align: center"><code>Default@3x~universal~anyany.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">3x</td>
+<td style="text-align: center">universal</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">com</td>
+<td style="text-align: center">2208x1242</td>
+<td style="text-align: center"><code>Default@3x~universal~anycom.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">3x</td>
+<td style="text-align: center">universal</td>
+<td style="text-align: center">com</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">1242x2208</td>
+<td style="text-align: center"><code>Default@3x~universal~comany.png</code></td>
+</tr>
+</tbody></table>
+
+<p>* this image is required in order for iOS utilize the other images within this scale and idiom.</p>
+
+<blockquote>
+<p>Note: If the 3x sizes look small too you, that&#39;s because there&#39;s only one device class that currently has a 3x density: the iPhone 6+/6s+/7+.</p>
+</blockquote>
+
+<p>The above looks like the following snippet when present in <code>config.xml</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">    &lt;splash src="res/screen/ios/Default@2x~universal~anyany.png" /&gt;
+    &lt;splash src="res/screen/ios/Default@2x~universal~comany.png" /&gt;
+    &lt;splash src="res/screen/ios/Default@2x~universal~comcom.png" /&gt;
+    &lt;splash src="res/screen/ios/Default@3x~universal~anyany.png" /&gt;
+    &lt;splash src="res/screen/ios/Default@3x~universal~anycom.png" /&gt;
+    &lt;splash src="res/screen/ios/Default@3x~universal~comany.png" /&gt;
+</code></pre></div>
+<p>Should one need to further fine tune based upon device idiom, one can do so. This might look like so:</p>
+
+<table><thead>
+<tr>
+<th style="text-align: center">scale</th>
+<th style="text-align: center">idiom</th>
+<th style="text-align: center">width</th>
+<th style="text-align: center">height</th>
+<th style="text-align: center">size</th>
+<th style="text-align: center">filename</th>
+</tr>
+</thead><tbody>
+<tr>
+<td style="text-align: center">2x*</td>
+<td style="text-align: center">iphone</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">1334x1334</td>
+<td style="text-align: center"><code>Default@2x~iphone~anyany.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">2x</td>
+<td style="text-align: center">iphone</td>
+<td style="text-align: center">com</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">750x1334</td>
+<td style="text-align: center"><code>Default@2x~iphone~comany.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">2x</td>
+<td style="text-align: center">iphone</td>
+<td style="text-align: center">com</td>
+<td style="text-align: center">com</td>
+<td style="text-align: center">1334x750</td>
+<td style="text-align: center"><code>Default@2x~iphone~comcom.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">3x*</td>
+<td style="text-align: center">iphone</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">2208x2208</td>
+<td style="text-align: center"><code>Default@3x~iphone~anyany.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">3x</td>
+<td style="text-align: center">iphone</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">com</td>
+<td style="text-align: center">2208x1242</td>
+<td style="text-align: center"><code>Default@3x~iphone~anycom.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">3x</td>
+<td style="text-align: center">iphone</td>
+<td style="text-align: center">com</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">1242x2208</td>
+<td style="text-align: center"><code>Default@3x~iphone~comany.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">2x*</td>
+<td style="text-align: center">ipad</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">2732x2732</td>
+<td style="text-align: center"><code>Default@2x~ipad~anyany.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">2x</td>
+<td style="text-align: center">ipad</td>
+<td style="text-align: center">com</td>
+<td style="text-align: center">any</td>
+<td style="text-align: center">1278x2732</td>
+<td style="text-align: center"><code>Default@2x~ipad~comany.png</code></td>
+</tr>
+</tbody></table>
+
+<p>* this image is required in order for iOS utilize the other images within this scale and idiom.</p>
+
+<p>The above looks like the following in <code>config.xml</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">    &lt;splash src="res/screen/ios/Default@2x~iphone~anyany.png" /&gt;
+    &lt;splash src="res/screen/ios/Default@2x~iphone~comany.png" /&gt;
+    &lt;splash src="res/screen/ios/Default@2x~iphone~comcom.png" /&gt;
+    &lt;splash src="res/screen/ios/Default@3x~iphone~anyany.png" /&gt;
+    &lt;splash src="res/screen/ios/Default@3x~iphone~anycom.png" /&gt;
+    &lt;splash src="res/screen/ios/Default@3x~iphone~comany.png" /&gt;
+    &lt;splash src="res/screen/ios/Default@2x~ipad~anyany.png" /&gt;
+    &lt;splash src="res/screen/ios/Default@2x~ipad~comany.png" /&gt;
+</code></pre></div>
+<h5>Quirks and Known Issues</h5>
+
+<ol>
+<li><p><strong>App on target may not reflect changes to images</strong>
+Once you run the app on a target, iOS caches the launch image. Unfortunately, when you chance the images, iOS does <em>not</em> invalidate the cache, which means you&#39;ll still see the old launch image. You should either: delete the app, or reset content &amp; settings (simulator).</p></li>
+<li><p><strong>Simulator may not show expected images when launched from CLI</strong>
+When Xcode deploys to a specific simulator, it only copies the assets that match the simulator&#39;s characteristics. For example, if you try to run an app on the iPhone 6s Plus simulator, only @3x launch images are copied. When compiling from the CLI, however, the default is to assume an iPhone 5s, which means only @2x launch images are copied. Unless your launch images are markedly different, chances are good the difference would go unnoticed, but this does mean that the only accurate method of testing is to test on a physical device.</p></li>
+<li><p><strong><code>anyany</code> must be provided for other variations to be used</strong>
+If you don&#39;t provide an <code>anyany</code> version of the launch image for a specific scale and idiom, the other variations (like <code>anycom</code>, <code>comany</code>, and <code>comcom</code>) will ignored. </p></li>
+</ol>
+
+<h2>Windows-specific information</h2>
+
+<p>Splash screen images can be defined using the <a href="https://cordova.apache.org/docs/en/dev/config_ref/images.html#windows">MRT</a> concept.<br>
+If you specify src=&quot;res/windows/splashscreen.png&quot; the following files will be copied into the application&#39;s images folder:<br>
+<code>res/windows/splashscreen.png</code> | <code>res/windows/splashscreen.scale-100.png</code>, <code>res/windows/splashscreen.scale-125.png</code>, etc.<br>
+The following are supported:</p>
+
+<table><thead>
+<tr>
+<th style="text-align: center">Scale, %</th>
+<th style="text-align: center">Project</th>
+<th style="text-align: center">Width</th>
+<th style="text-align: center">Height</th>
+<th style="text-align: center">Filename</th>
+</tr>
+</thead><tbody>
+<tr>
+<td style="text-align: center">100</td>
+<td style="text-align: center">Windows 10/8.1</td>
+<td style="text-align: center">620</td>
+<td style="text-align: center">300</td>
+<td style="text-align: center"><code>splashscreen.png</code> \</td>
+</tr>
+<tr>
+<td style="text-align: center">125</td>
+<td style="text-align: center">Windows 10</td>
+<td style="text-align: center">775</td>
+<td style="text-align: center">375</td>
+<td style="text-align: center"><code>splashscreen.scale-125.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">150</td>
+<td style="text-align: center">Windows 10</td>
+<td style="text-align: center">930</td>
+<td style="text-align: center">450</td>
+<td style="text-align: center"><code>splashscreen.scale-150.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">200</td>
+<td style="text-align: center">Windows 10</td>
+<td style="text-align: center">1240</td>
+<td style="text-align: center">600</td>
+<td style="text-align: center"><code>splashscreen.scale-200.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">400</td>
+<td style="text-align: center">Windows 10</td>
+<td style="text-align: center">2480</td>
+<td style="text-align: center">1200</td>
+<td style="text-align: center"><code>splashscreen.scale-400.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">140</td>
+<td style="text-align: center">Windows 8.1</td>
+<td style="text-align: center">868</td>
+<td style="text-align: center">420</td>
+<td style="text-align: center"><code>splashscreen.scale-140.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">180</td>
+<td style="text-align: center">Windows 8.1</td>
+<td style="text-align: center">1116</td>
+<td style="text-align: center">540</td>
+<td style="text-align: center"><code>splashscreen.scale-180.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">100</td>
+<td style="text-align: center">Windows Phone 8.1</td>
+<td style="text-align: center">480</td>
+<td style="text-align: center">800</td>
+<td style="text-align: center"><code>splashscreenphone.png</code> \</td>
+</tr>
+<tr>
+<td style="text-align: center">140</td>
+<td style="text-align: center">Windows Phone 8.1</td>
+<td style="text-align: center">672</td>
+<td style="text-align: center">1120</td>
+<td style="text-align: center"><code>splashscreenphone.scale-140.png</code></td>
+</tr>
+<tr>
+<td style="text-align: center">240</td>
+<td style="text-align: center">Windows Phone 8.1</td>
+<td style="text-align: center">1152</td>
+<td style="text-align: center">1920</td>
+<td style="text-align: center"><code>splashscreenphone.scale-240.png</code></td>
+</tr>
+</tbody></table>
+
+<p><strong>Note</strong>: SplashScreens size for Windows 10 project should not exceed 200 KBytes.<br>
+<strong>Note</strong>: Supported formats are <code>.png</code>, <code>.jpg</code>, <code>.jpeg</code>. Mixing of the extensions within a target is not supported. I.e. you can have <code>splashscreen.jpg</code> and <code>splashscreenphone.png</code> but not <code>splashscreen.scale-100.png</code>, <code>splashscreen.scale-400.jpg</code>.<br>
+<strong>Note</strong>: You may need to reopen Visual Studio solution after changing the images and doing a <code>cordova prepare</code> for the changes to take effect.</p>
+
 <h2>Example Configuration</h2>
 
 <p>In the top-level <code>config.xml</code> file (not the one in <code>platforms</code>), add configuration elements like those specified here.</p>
@@ -2809,7 +3305,9 @@ cordova plugin add https://github.com/ap
 <span class="nt">&lt;/platform&gt;</span>
 
 <span class="nt">&lt;platform</span> <span class="na">name=</span><span class="s">"ios"</span><span class="nt">&gt;</span>
-    <span class="c">&lt;!-- images are determined by width and height. The following are supported --&gt;</span>
+    <span class="c">&lt;!-- There are two mechanisms for showing launch images.
+      -- Legacy method (supports all devices except iPad Pro 12.9):
+      -- Note: Images are determined by width and height. The following are supported --&gt;</span>
     <span class="nt">&lt;splash</span> <span class="na">src=</span><span class="s">"res/screen/ios/Default~iphone.png"</span> <span class="na">width=</span><span class="s">"320"</span> <span class="na">height=</span><span class="s">"480"</span><span class="nt">/&gt;</span>
     <span class="nt">&lt;splash</span> <span class="na">src=</span><span class="s">"res/screen/ios/Default@2x~iphone.png"</span> <span class="na">width=</span><span class="s">"640"</span> <span class="na">height=</span><span class="s">"960"</span><span class="nt">/&gt;</span>
     <span class="nt">&lt;splash</span> <span class="na">src=</span><span class="s">"res/screen/ios/Default-Portrait~ipad.png"</span> <span class="na">width=</span><span class="s">"768"</span> <span class="na">height=</span><span class="s">"1024"</span><span class="nt">/&gt;</span>
@@ -2820,14 +3318,32 @@ cordova plugin add https://github.com/ap
     <span class="nt">&lt;splash</span> <span class="na">src=</span><span class="s">"res/screen/ios/Default-667h.png"</span> <span class="na">width=</span><span class="s">"750"</span> <span class="na">height=</span><span class="s">"1334"</span><span class="nt">/&gt;</span>
     <span class="nt">&lt;splash</span> <span class="na">src=</span><span class="s">"res/screen/ios/Default-736h.png"</span> <span class="na">width=</span><span class="s">"1242"</span> <span class="na">height=</span><span class="s">"2208"</span><span class="nt">/&gt;</span>
     <span class="nt">&lt;splash</span> <span class="na">src=</span><span class="s">"res/screen/ios/Default-Landscape-736h.png"</span> <span class="na">width=</span><span class="s">"2208"</span> <span class="na">height=</span><span class="s">"1242"</span><span class="nt">/&gt;</span>
+    <span class="c">&lt;!-- Storyboard method (supports all devices):
+      -- Important: If you use the storyboard method, legacy images are 
+      -- copied but ignored.
+      -- Note: images are determined by scale, idiom, and size traits. The following
+      -- are suggested based on current device form factors --&gt;</span>
+    <span class="nt">&lt;splash</span> <span class="na">src=</span><span class="s">"res/screen/ios/Default@2x~universal~anyany.png"</span> <span class="nt">/&gt;</span>
+    <span class="nt">&lt;splash</span> <span class="na">src=</span><span class="s">"res/screen/ios/Default@2x~universal~comany.png"</span> <span class="nt">/&gt;</span>
+    <span class="nt">&lt;splash</span> <span class="na">src=</span><span class="s">"res/screen/ios/Default@2x~universal~comcom.png"</span> <span class="nt">/&gt;</span>
+    <span class="nt">&lt;splash</span> <span class="na">src=</span><span class="s">"res/screen/ios/Default@3x~universal~anyany.png"</span> <span class="nt">/&gt;</span>
+    <span class="nt">&lt;splash</span> <span class="na">src=</span><span class="s">"res/screen/ios/Default@3x~universal~anycom.png"</span> <span class="nt">/&gt;</span>
+    <span class="nt">&lt;splash</span> <span class="na">src=</span><span class="s">"res/screen/ios/Default@3x~universal~comany.png"</span> <span class="nt">/&gt;</span>
+
 <span class="nt">&lt;/platform&gt;</span>
 
+<span class="c">&lt;!-- Configuration using MRT concept (Recommended, see "Windows-specific information" section for details): --&gt;</span>
 <span class="nt">&lt;platform</span> <span class="na">name=</span><span class="s">"windows"</span><span class="nt">&gt;</span>
-    <span class="c">&lt;!-- images are determined by width and height. The following are supported --&gt;</span>
-    <span class="nt">&lt;splash</span> <span class="na">src=</span><span class="s">"res/screen/windows/splashscreen.png"</span> <span class="na">width=</span><span class="s">"620"</span> <span class="na">height=</span><span class="s">"300"</span><span class="nt">/&gt;</span>
-    <span class="nt">&lt;splash</span> <span class="na">src=</span><span class="s">"res/screen/windows/splashscreenphone.png"</span> <span class="na">width=</span><span class="s">"1152"</span> <span class="na">height=</span><span class="s">"1920"</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;splash</span> <span class="na">src=</span><span class="s">"res/screen/windows/splashscreen.png"</span> <span class="na">target=</span><span class="s">"SplashScreen"</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;splash</span> <span class="na">src=</span><span class="s">"res/screen/windows/splashscreenphone.png"</span> <span class="na">target=</span><span class="s">"SplashScreenPhone"</span><span class="nt">/&gt;</span>
 <span class="nt">&lt;/platform&gt;</span>
 
+<span class="c">&lt;!-- Configuration using image size: --&gt;</span>
+<span class="c">&lt;!--&lt;platform name="windows"&gt;
+    &lt;splash src="res/screen/windows/splashscreen.png" width="620" height="300"/&gt;
+    &lt;splash src="res/screen/windows/splashscreenphone.png" width="1152" height="1920"/&gt;
+&lt;/platform&gt;--&gt;</span>
+
 <span class="nt">&lt;platform</span> <span class="na">name=</span><span class="s">"blackberry10"</span><span class="nt">&gt;</span>
     <span class="c">&lt;!-- Add a rim:splash element for each resolution and locale you wish --&gt;</span>
     <span class="c">&lt;!-- http://developer.blackberry.com/html5/documentation/rim_splash_element.html --&gt;</span>
@@ -2855,6 +3371,9 @@ cordova plugin add https://github.com/ap
 <p>To disable the splashscreen add the following preference to <code>config.xml</code>:</p>
 <div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;preference</span> <span class="na">name=</span><span class="s">"SplashScreenDelay"</span> <span class="na">value=</span><span class="s">"0"</span><span class="nt">/&gt;</span>
 </code></pre></div>
+<p><strong>Windows Quirk</strong>: You should disable the splashscreen in case you are updating the entire document body dynamically (f.e. with a SPA router) to avoid affecting UI/controls.<br>
+Note that you should also directly reference <code>WinJS/base.js</code> in the page HTML in this case to avoid the issues with activation context (<a href="https://issues.apache.org/jira/browse/CB-11658">CB-11658</a>).</p>
+
 <p><strong>iOS Quirk</strong>: to disable the splashscreen on <code>ios</code> platform you should also add <code>&lt;preference name=&quot;FadeSplashScreenDuration&quot; value=&quot;0&quot;/&gt;</code> to <code>config.xml</code>.</p>
 
 <ul>

Modified: cordova/site/public/docs/en/7.x/reference/cordova-plugin-statusbar/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/7.x/reference/cordova-plugin-statusbar/index.html?rev=1811791&r1=1811790&r2=1811791&view=diff
==============================================================================
--- cordova/site/public/docs/en/7.x/reference/cordova-plugin-statusbar/index.html (original)
+++ cordova/site/public/docs/en/7.x/reference/cordova-plugin-statusbar/index.html Wed Oct 11 05:00:16 2017
@@ -2730,19 +2730,21 @@
 
 <table><thead>
 <tr>
-<th style="text-align: center">Android</th>
-<th style="text-align: center">iOS</th>
-<th style="text-align: center">Windows 8.1 Store</th>
-<th style="text-align: center">Windows 8.1 Phone</th>
+<th style="text-align: center">Android 4.4</th>
+<th style="text-align: center">Android 5.1</th>
+<th style="text-align: center">Android 6.0</th>
+<th style="text-align: center">iOS 9.3</th>
+<th style="text-align: center">iOS 10.0</th>
 <th style="text-align: center">Windows 10 Store</th>
 <th style="text-align: center">Travis CI</th>
 </tr>
 </thead><tbody>
 <tr>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-statusbar/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-statusbar" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-statusbar/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-statusbar" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-statusbar/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-statusbar" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-statusbar/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-statusbar" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-4.4,PLUGIN=cordova-plugin-statusbar/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-4.4,PLUGIN=cordova-plugin-statusbar" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-5.1,PLUGIN=cordova-plugin-statusbar/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-5.1,PLUGIN=cordova-plugin-statusbar" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-6.0,PLUGIN=cordova-plugin-statusbar/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-6.0,PLUGIN=cordova-plugin-statusbar" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios-9.3,PLUGIN=cordova-plugin-statusbar/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios-9.3,PLUGIN=cordova-plugin-statusbar" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios-10.0,PLUGIN=cordova-plugin-statusbar/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios-10.0,PLUGIN=cordova-plugin-statusbar" alt="Build Status"></a></td>
 <td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-statusbar/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-statusbar" alt="Build Status"></a></td>
 <td style="text-align: center"><a href="https://travis-ci.org/apache/cordova-plugin-statusbar"><img src="https://travis-ci.org/apache/cordova-plugin-statusbar.svg?branch=master" alt="Build Status"></a></td>
 </tr>
@@ -2830,6 +2832,12 @@ function onDeviceReady() {
 <li>StatusBar.isVisible</li>
 </ul>
 
+<h2>Events</h2>
+
+<ul>
+<li>statusTap</li>
+</ul>
+
 <h2>Permissions</h2>
 
 <h4>config.xml</h4>
@@ -3000,6 +3008,19 @@ StatusBar.backgroundColorByHexString("#F
 <li>Windows Phone 8.1</li>
 </ul>
 
+<h1>statusTap</h1>
+
+<p>Listen for this event to know if the statusbar was tapped.</p>
+<div class="highlight"><pre><code class="language-" data-lang="">window.addEventListener('statusTap', function() {
+    // scroll-up with document.body.scrollTop = 0; or do whatever you want
+});
+</code></pre></div>
+<h2>Supported Platforms</h2>
+
+<ul>
+<li>iOS</li>
+</ul>
+
 
                 </div>
             </div>

Modified: cordova/site/public/docs/en/7.x/reference/cordova-plugin-vibration/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/7.x/reference/cordova-plugin-vibration/index.html?rev=1811791&r1=1811790&r2=1811791&view=diff
==============================================================================
--- cordova/site/public/docs/en/7.x/reference/cordova-plugin-vibration/index.html (original)
+++ cordova/site/public/docs/en/7.x/reference/cordova-plugin-vibration/index.html Wed Oct 11 05:00:16 2017
@@ -2730,19 +2730,21 @@
 
 <table><thead>
 <tr>
-<th style="text-align: center">Android</th>
-<th style="text-align: center">iOS</th>
-<th style="text-align: center">Windows 8.1 Store</th>
-<th style="text-align: center">Windows 8.1 Phone</th>
+<th style="text-align: center">Android 4.4</th>
+<th style="text-align: center">Android 5.1</th>
+<th style="text-align: center">Android 6.0</th>
+<th style="text-align: center">iOS 9.3</th>
+<th style="text-align: center">iOS 10.0</th>
 <th style="text-align: center">Windows 10 Store</th>
 <th style="text-align: center">Travis CI</th>
 </tr>
 </thead><tbody>
 <tr>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-vibration/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-vibration" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-vibration/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-vibration" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-vibration/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-vibration" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-vibration/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-vibration" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-4.4,PLUGIN=cordova-plugin-vibration/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-4.4,PLUGIN=cordova-plugin-vibration" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-5.1,PLUGIN=cordova-plugin-vibration/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-5.1,PLUGIN=cordova-plugin-vibration" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-6.0,PLUGIN=cordova-plugin-vibration/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-6.0,PLUGIN=cordova-plugin-vibration" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios-9.3,PLUGIN=cordova-plugin-vibration/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios-9.3,PLUGIN=cordova-plugin-vibration" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios-10.0,PLUGIN=cordova-plugin-vibration/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios-10.0,PLUGIN=cordova-plugin-vibration" alt="Build Status"></a></td>
 <td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-vibration/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-vibration" alt="Build Status"></a></td>
 <td style="text-align: center"><a href="https://travis-ci.org/apache/cordova-plugin-vibration"><img src="https://travis-ci.org/apache/cordova-plugin-vibration.svg?branch=master" alt="Build Status"></a></td>
 </tr>

Modified: cordova/site/public/docs/en/dev/reference/cordova-cli/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-cli/index.html?rev=1811791&r1=1811790&r2=1811791&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/reference/cordova-cli/index.html (original)
+++ cordova/site/public/docs/en/dev/reference/cordova-cli/index.html Wed Oct 11 05:00:16 2017
@@ -2757,7 +2757,7 @@
 </tr>
 <tr>
 <td>config</td>
-<td>Store and retrieve environment variables</td>
+<td>Set, get, delete, edit, and list global cordova options</td>
 </tr>
 </tbody></table>
 
@@ -2852,14 +2852,12 @@
 <div class="highlight"><pre><code class="language-" data-lang=""># Create a cordova project
 cordova create myApp com.myCompany.myApp myApp
 cd myApp
-# Add camera plugin to the project and remember that in config.xml
-cordova plugin add cordova-plugin-camera --save
-# Add camera plugin to the project and remember that in config.xml. Use npm install to fetch.
-cordova plugin add cordova-plugin-camera --save --fetch
-# Add android platform to the project and remember that in config.xml
-cordova platform add android --save
-# Add android platform to the project and remember that in config.xml. Use npm install to fetch.
-cordova platform add android --save --fetch
+# Add camera plugin to the project and remember that in config.xml &amp; package.json. Do not use npm install to fetch.
+cordova plugin add cordova-plugin-camera --nofetch
+# Add camera plugin to the project and remember that in config.xml and package.json. Uses pre cordova@7 fetching methods instead of cordova-fetch which uses npm install under the hood.
+cordova plugin add cordova-plugin-camera --nofetch
+# Add android platform to the project and remember that in config.xml &amp; package.json. Uses pre cordova@7 fetching methods instead of cordova-fetch which uses npm install under the hood
+cordova platform add android --nofetch
 # Check to see if your system is configured for building android platform.
 cordova requirements android
 # Build the android and emit verbose logs.
@@ -2985,7 +2983,7 @@ www/
 
 <h4>Version control</h4>
 
-<p>It is recommended not to check in <code>platforms/</code> and <code>plugins/</code> directories into version control as they are considered a build artifact. Instead, you should save the platform/plugin spec in the <code>config.xml</code> and they will be downloaded when on the machine when <code>cordova prepare</code> is invoked.</p>
+<p>It is recommended not to check in <code>platforms/</code> and <code>plugins/</code> directories into version control as they are considered a build artifact. Your platforms and plugins will be saved in config.xml &amp; package.json automatically. These platforms/plugins will be downloaded when on the machine when <code>cordova prepare</code> is invoked.</p>
 
 <h3>Examples</h3>
 
@@ -3027,8 +3025,8 @@ www/
 </tr>
 <tr>
 <td></td>
-<td>--save</td>
-<td>Save <code>&lt;platform-spec&gt;</code> into <code>config.xml</code> after installing them using <code>&lt;engine&gt;</code> tag</td>
+<td>--nosave</td>
+<td>Do not save <code>&lt;platform-spec&gt;</code> into <code>config.xml</code> &amp; <code>package.json</code> after installing them using <code>&lt;engine&gt;</code> tag</td>
 </tr>
 <tr>
 <td></td>
@@ -3037,8 +3035,8 @@ www/
 </tr>
 <tr>
 <td></td>
-<td>--fetch</td>
-<td>Fetches the platform using <code>npm install</code> and stores it into the apps <code>node_modules</code> directory</td>
+<td>--nofetch</td>
+<td>Do not fetch the platform using <code>npm install</code> and do not store it into the apps <code>node_modules</code> directory</td>
 </tr>
 <tr>
 <td>remove <code>&lt;platform&gt;</code> [...]</td>
@@ -3047,13 +3045,13 @@ www/
 </tr>
 <tr>
 <td></td>
-<td>--save</td>
-<td>Delete specified platforms from <code>config.xml</code> after removing them</td>
+<td>--nosave</td>
+<td>Do not delete specified platforms from <code>config.xml</code> &amp; <code>package.json</code> after removing them</td>
 </tr>
 <tr>
 <td></td>
-<td>--fetch</td>
-<td>Removes the platform using <code>npm uninstall</code> and removes it from the apps <code>node_modules</code> directory</td>
+<td>--nofetch</td>
+<td>Prevent removing the platform using <code>npm uninstall</code> and prevent removing it from the apps <code>node_modules</code> directory</td>
 </tr>
 <tr>
 <td>update <code>platform</code> [...]</td>
@@ -3067,8 +3065,8 @@ www/
 </tr>
 <tr>
 <td></td>
-<td>--fetch</td>
-<td>Fetches the platform using <code>npm install</code> and stores it into the apps <code>node_modules</code> directory</td>
+<td>--nofetch</td>
+<td>Do not fetch the platform using <code>npm install</code> and do not store it into the apps <code>node_modules</code> directory</td>
 </tr>
 <tr>
 <td>list</td>
@@ -3143,15 +3141,14 @@ www/
 <h3>Examples</h3>
 
 <ul>
-<li><p>Add pinned version of the <code>android</code> and <code>ios</code> platform and save the downloaded version to <code>config.xml</code>:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova platform add android ios --save
+<li><p>Add pinned version of the <code>android</code> and <code>ios</code> platform and save the downloaded version to <code>config.xml</code> &amp; <code>package.json</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova platform add android ios
 </code></pre></div></li>
-<li><p>Add pinned version of the <code>android</code> and <code>ios</code> platform and save the downloaded version to <code>config.xml</code>. Install
-to the project using <code>npm install</code> and store it in the apps <code>node_modules</code> directory:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova platform add android ios --save --fetch
+<li><p>Add pinned version of the <code>android</code> and <code>ios</code> platform and save the downloaded version to <code>config.xml</code> &amp; <code>package.json</code>. Do not install to the project using <code>npm install</code> and do not store it in the apps <code>node_modules</code> directory:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova platform add android ios --nofetch
 </code></pre></div></li>
-<li><p>Add <code>android</code> platform with <a href="http://semver.org/">semver</a> version ^5.0.0 and save it to <code>config.xml</code>:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova platform add android@^5.0.0 --save
+<li><p>Add <code>android</code> platform with <a href="http://semver.org/">semver</a> version ^5.0.0 and save it to <code>config.xml</code> &amp; <code>package.json</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova platform add android@^5.0.0
 </code></pre></div></li>
 <li><p>Add platform by cloning the specified git repo and checkout to the <code>4.0.0</code> tag:</p>
 <div class="highlight"><pre><code class="language-" data-lang="">cordova platform add https://github.com/myfork/cordova-android.git#4.0.0
@@ -3162,17 +3159,19 @@ to the project using <code>npm install</
 <li><p>Add platform using the specified tarball:</p>
 <div class="highlight"><pre><code class="language-" data-lang="">cordova platform add ../cordova-android.tgz
 </code></pre></div></li>
-<li><p>Remove <code>android</code> platform from the project and from <code>config.xml</code>:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova platform rm android --save
+<li><p>Remove <code>android</code> platform from the project and remove from <code>config.xml</code> &amp; <code>package.json</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova platform rm android
 </code></pre></div></li>
-<li><p>Remove <code>android</code> platform from the project and from <code>config.xml</code>. Run <code>npm uninstall</code> to remove it
-from the <code>node_modules</code> directory.</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova platform rm android --save --fetch
+<li><p>Remove <code>android</code> platform from the project and do NOT remove from <code>config.xml</code> &amp; <code>package.json</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova platform rm android --nosave
+</code></pre></div></li>
+<li><p>Remove <code>android</code> platform from the project and do NOT remove from <code>config.xml</code> &amp; &#39;package.json. Do not run <code>npm uninstall</code> to remove it</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova platform rm android --nosave --nofetch
 </code></pre></div></li>
 <li><p>List available and installed platforms with version numbers. This is useful to find version numbers when reporting issues:</p>
 <div class="highlight"><pre><code class="language-" data-lang="">cordova platform ls
 </code></pre></div></li>
-<li><p>Save versions of all platforms currently added to the project to <code>config.xml</code>.</p>
+<li><p>Save versions of all platforms currently added to the project to <code>config.xml</code> &amp; <code>package.json</code></p>
 <div class="highlight"><pre><code class="language-" data-lang="">cordova platform save
 </code></pre></div></li>
 </ul>
@@ -3185,8 +3184,8 @@ from the <code>node_modules</code> direc
 
 <h3>Syntax</h3>
 <div class="highlight"><pre><code class="language-bash" data-lang="bash">cordova <span class="o">{</span>plugin | plugins<span class="o">}</span> <span class="o">[</span>
-    add &lt;plugin-spec&gt; <span class="o">[</span>..] <span class="o">{</span><span class="nt">--searchpath</span><span class="o">=</span>&lt;directory&gt; | <span class="nt">--noregistry</span> | <span class="nt">--link</span> | <span class="nt">--save</span> | <span class="nt">--browserify</span> | <span class="nt">--force</span> | <span class="nt">--fetch</span><span class="o">}</span> |
-    <span class="o">{</span>remove | rm<span class="o">}</span> <span class="o">{</span>&lt;pluginid&gt; | &lt;name&gt;<span class="o">}</span> <span class="nt">--save</span> <span class="nt">--fetch</span> |
+    add &lt;plugin-spec&gt; <span class="o">[</span>..] <span class="o">{</span><span class="nt">--searchpath</span><span class="o">=</span>&lt;directory&gt; | <span class="nt">--noregistry</span> | <span class="nt">--link</span> | <span class="nt">--save</span> | <span class="nt">--browserify</span> | <span class="nt">--force</span> | <span class="nt">--nofetch</span><span class="o">}</span> |
+    <span class="o">{</span>remove | rm<span class="o">}</span> <span class="o">{</span>&lt;pluginid&gt; | &lt;name&gt;<span class="o">}</span> <span class="nt">--save</span> <span class="nt">--nofetch</span> |
     <span class="o">{</span>list | <span class="nb">ls</span><span class="o">}</span> |
     search <span class="o">[</span>&lt;keyword&gt;] |
     save |
@@ -3221,8 +3220,8 @@ from the <code>node_modules</code> direc
 </tr>
 <tr>
 <td></td>
-<td>--save</td>
-<td>Save the <code>&lt;plugin-spec&gt;</code> as part of the <code>plugin</code> element  into <code>config.xml</code>.</td>
+<td>--nosave</td>
+<td>Do NOT save the <code>&lt;plugin-spec&gt;</code> as part of the <code>plugin</code> element  into <code>config.xml</code> or <code>package.json</code>.</td>
 </tr>
 <tr>
 <td></td>
@@ -3236,8 +3235,8 @@ from the <code>node_modules</code> direc
 </tr>
 <tr>
 <td></td>
-<td>--fetch</td>
-<td>Fetches the plugin using <code>npm install</code> and stores it into the apps <code>node_modules</code> directory</td>
+<td>--nofetch</td>
+<td>Do not fetch the plugin using <code>npm install</code> and do not store it into the apps <code>node_modules</code> directory</td>
 </tr>
 <tr>
 <td>remove `<pluginid></td>
@@ -3246,13 +3245,13 @@ from the <code>node_modules</code> direc
 </tr>
 <tr>
 <td></td>
-<td>--save</td>
-<td>Remove the specified plugin from config.xml</td>
+<td>--nosave</td>
+<td>Do NOT remove the specified plugin from config.xml or package.json</td>
 </tr>
 <tr>
 <td></td>
-<td>--fetch</td>
-<td>Removes the plugin using <code>npm uninstall</code> and removes it from the apps <code>node_modules</code> directory</td>
+<td>--nofetch</td>
+<td>Do not remove the plugin using <code>npm uninstall</code> and do not remove it from the apps <code>node_modules</code> directory</td>
 </tr>
 <tr>
 <td>list</td>
@@ -3319,7 +3318,7 @@ based on the following criteria (listed
 
 <ol>
 <li>The <code>plugin-spec</code> given in the command (e.g. <code>cordova plugin add pluginID@version</code>)</li>
-<li>The <code>plugin-spec</code> saved in <code>config.xml</code> (i.e. if the plugin was previously added with <code>--save</code>)</li>
+<li>The <code>plugin-spec</code> saved in <code>config.xml</code> &amp; <code>package.json</code> (i.e. if the plugin was previously added without <code>--nosave</code>)</li>
 <li>As of Cordova version 6.1, the latest plugin version published to npm that the current project can support (only applies to plugins that list their <a href="http://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/index.html#specifying-project-requirements">Cordova dependencies</a> in their <code>package.json</code>)</li>
 <li>The latest plugin version published to npm</li>
 </ol>
@@ -3327,29 +3326,29 @@ based on the following criteria (listed
 <h3>Examples</h3>
 
 <ul>
-<li><p>Add <code>cordova-plugin-camera</code> and <code>cordova-plugin-file</code> to the project and save it to <code>config.xml</code>. Use <code>../plugins</code> directory to search for the plugins.</p>
+<li><p>Add <code>cordova-plugin-camera</code> and <code>cordova-plugin-file</code> to the project and it be be saved to <code>config.xml</code> &amp; <code>package.json</code>. Use <code>../plugins</code> directory to search for the plugins.</p>
 <div class="highlight"><pre><code class="language-" data-lang="">cordova plugin add cordova-plugin-camera cordova-plugin-file --save --searchpath ../plugins
 </code></pre></div></li>
-<li><p>Add <code>cordova-plugin-camera</code> with <a href="http://semver.org/">semver</a> version ^2.0.0 and save it to <code>config.xml</code>:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin add cordova-plugin-camera@^2.0.0 --save
+<li><p>Add <code>cordova-plugin-camera</code> with <a href="http://semver.org/">semver</a> version ^2.0.0 and save it to <code>config.xml</code> &amp; <code>package.json</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin add cordova-plugin-camera@^2.0.0
 </code></pre></div></li>
-<li><p>Add <code>cordova-plugin-camera</code> with <a href="http://semver.org/">semver</a> version ^2.0.0 and <code>npm install</code> it. It will be stored in the <code>node_modules</code> directory:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin add cordova-plugin-camera@^2.0.0 --fetch
-</code></pre></div></li>
-<li><p>Clone the specified git repo, checkout to tag <code>2.1.0</code>, look for plugin.xml in the <code>plugin</code> directory, and add it to the project. Save the <code>plugin-spec</code> to <code>config.xml</code>:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin add https://github.com/apache/cordova-plugin-camera.git#2.1.0:plugin --save
+<li><p>Add <code>cordova-plugin-camera</code> with <a href="http://semver.org/">semver</a> version ^2.0.0 and do not<code>npm install</code> it. It will not be stored in the <code>node_modules</code> directory:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin add cordova-plugin-camera@^2.0.0 --nofetch
 </code></pre></div></li>
 <li><p>Add the plugin from the specified local directory:</p>
 <div class="highlight"><pre><code class="language-" data-lang="">cordova plugin add ../cordova-plugin-camera
 </code></pre></div></li>
 <li><p>Add the plugin from the specified tarball file:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin add ../cordova-plugin-camera.tgz --save
+<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin add ../cordova-plugin-camera.tgz
+</code></pre></div></li>
+<li><p>Remove the plugin from the project and the <code>config.xml</code> &amp; <code>package.json</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin rm camera
 </code></pre></div></li>
-<li><p>Remove the plugin from the project and the <code>config.xml</code>:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin rm camera --save
+<li><p>Remove the plugin from the project, but not the <code>config.xml</code> or <code>package.json</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin rm camera --nosave
 </code></pre></div></li>
-<li><p>Remove the plugin from the project and <code>npm uninstall</code> it. Removes it from the <code>node_modules</code> directory:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin rm camera --fetch
+<li><p>Remove the plugin from the project. Do not remove it from the node_modules directory and don&#39;t run npm uninstall under the hood:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin rm camera --nofetch
 </code></pre></div></li>
 <li><p>List all plugins installed in the project:</p>
 <div class="highlight"><pre><code class="language-" data-lang="">cordova plugin ls
@@ -3589,7 +3588,7 @@ See <a href="#cordova-run-command">cordo
 <h3>Example</h3>
 
 <ul>
-<li><p>Clean <code>android</code> platform build artifiacts:</p>
+<li><p>Clean <code>android</code> platform build artifacts:</p>
 <div class="highlight"><pre><code class="language-" data-lang="">cordova clean android
 </code></pre></div></li>
 </ul>
@@ -3677,6 +3676,24 @@ cordova build --no-telemetry
 cordova [command] -h
 cordova -h [command]
 </code></pre></div>
+<h2>cordova config command</h2>
+
+<h3>Synopsis</h3>
+
+<p>Set, get, delete, edit, and list global cordova options.</p>
+
+<h3>Syntax</h3>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova config ls
+cordova config edit
+cordova config set &lt;key&gt; &lt;value&gt;
+cordova config get &lt;key&gt;
+cordova config delete &lt;key&gt;
+</code></pre></div>
+<h3>Examples</h3>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova config set autosave false
+cordova config set browserify false
+cordova config set fetch true
+</code></pre></div>
 
                 </div>
             </div>

Modified: cordova/site/public/docs/en/dev/reference/cordova-plugin-battery-status/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-battery-status/index.html?rev=1811791&r1=1811790&r2=1811791&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/reference/cordova-plugin-battery-status/index.html (original)
+++ cordova/site/public/docs/en/dev/reference/cordova-plugin-battery-status/index.html Wed Oct 11 05:00:16 2017
@@ -2738,19 +2738,21 @@
 
 <table><thead>
 <tr>
-<th style="text-align: center">Android</th>
-<th style="text-align: center">iOS</th>
-<th style="text-align: center">Windows 8.1 Store</th>
-<th style="text-align: center">Windows 8.1 Phone</th>
+<th style="text-align: center">Android 4.4</th>
+<th style="text-align: center">Android 5.1</th>
+<th style="text-align: center">Android 6.0</th>
+<th style="text-align: center">iOS 9.3</th>
+<th style="text-align: center">iOS 10.0</th>
 <th style="text-align: center">Windows 10 Store</th>
 <th style="text-align: center">Travis CI</th>
 </tr>
 </thead><tbody>
 <tr>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-battery-status/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-battery-status" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-battery-status/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-battery-status" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-battery-status/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-battery-status" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-battery-status/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-battery-status" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-4.4,PLUGIN=cordova-plugin-battery-status/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-4.4,PLUGIN=cordova-plugin-battery-status" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-5.1,PLUGIN=cordova-plugin-battery-status/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-5.1,PLUGIN=cordova-plugin-battery-status" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-6.0,PLUGIN=cordova-plugin-battery-status/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-6.0,PLUGIN=cordova-plugin-battery-status" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios-9.3,PLUGIN=cordova-plugin-battery-status/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios-9.3,PLUGIN=cordova-plugin-battery-status" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios-10.0,PLUGIN=cordova-plugin-battery-status/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios-10.0,PLUGIN=cordova-plugin-battery-status" alt="Build Status"></a></td>
 <td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-battery-status/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-battery-status" alt="Build Status"></a></td>
 <td style="text-align: center"><a href="https://travis-ci.org/apache/cordova-plugin-battery-status"><img src="https://travis-ci.org/apache/cordova-plugin-battery-status.svg?branch=master" alt="Build Status"></a></td>
 </tr>
@@ -2799,7 +2801,7 @@ function onBatteryStatus(status) {
 <li>Android</li>
 <li>BlackBerry 10</li>
 <li>Windows Phone 7 and 8</li>
-<li>Windows (Windows Phone 8.1 only)</li>
+<li>Windows (Windows Phone 8.1 and Windows 10)</li>
 <li>Firefox OS</li>
 <li>Browser (Chrome, Firefox, Opera)</li>
 </ul>
@@ -2835,7 +2837,7 @@ function onBatteryLow(status) {
 <li>Android</li>
 <li>BlackBerry 10</li>
 <li>Firefox OS</li>
-<li>Windows (Windows Phone 8.1 only)</li>
+<li>Windows (Windows Phone 8.1 and Windows 10)</li>
 <li>Browser (Chrome, Firefox, Opera)</li>
 </ul>
 
@@ -2862,7 +2864,7 @@ function onBatteryCritical(status) {
 <li>Android</li>
 <li>BlackBerry 10</li>
 <li>Firefox OS</li>
-<li>Windows (Windows Phone 8.1 only)</li>
+<li>Windows (Windows Phone 8.1 and Windows 10)</li>
 <li>Browser (Chrome, Firefox, Opera)</li>
 </ul>
 

Modified: cordova/site/public/docs/en/dev/reference/cordova-plugin-camera/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-camera/index.html?rev=1811791&r1=1811790&r2=1811791&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/reference/cordova-plugin-camera/index.html (original)
+++ cordova/site/public/docs/en/dev/reference/cordova-plugin-camera/index.html Wed Oct 11 05:00:16 2017
@@ -2738,19 +2738,21 @@
 
 <table><thead>
 <tr>
-<th style="text-align: center">Android</th>
-<th style="text-align: center">iOS</th>
-<th style="text-align: center">Windows 8.1 Store</th>
-<th style="text-align: center">Windows 8.1 Phone</th>
+<th style="text-align: center">Android 4.4</th>
+<th style="text-align: center">Android 5.1</th>
+<th style="text-align: center">Android 6.0</th>
+<th style="text-align: center">iOS 9.3</th>
+<th style="text-align: center">iOS 10.0</th>
 <th style="text-align: center">Windows 10 Store</th>
 <th style="text-align: center">Travis CI</th>
 </tr>
 </thead><tbody>
 <tr>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-camera/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-camera" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-camera/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-camera" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-camera/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-camera" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-camera/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-camera" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-4.4,PLUGIN=cordova-plugin-camera/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-4.4,PLUGIN=cordova-plugin-camera" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-5.1,PLUGIN=cordova-plugin-camera/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-5.1,PLUGIN=cordova-plugin-camera" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-6.0,PLUGIN=cordova-plugin-camera/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-6.0,PLUGIN=cordova-plugin-camera" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios-9.3,PLUGIN=cordova-plugin-camera/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios-9.3,PLUGIN=cordova-plugin-camera" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios-10.0,PLUGIN=cordova-plugin-camera/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios-10.0,PLUGIN=cordova-plugin-camera" alt="Build Status"></a></td>
 <td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-camera/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-camera" alt="Build Status"></a></td>
 <td style="text-align: center"><a href="https://travis-ci.org/apache/cordova-plugin-camera"><img src="https://travis-ci.org/apache/cordova-plugin-camera.svg?branch=master" alt="Build Status"></a></td>
 </tr>
@@ -2800,11 +2802,11 @@ Documentation consists of template and A
 
 <h3>iOS Quirks</h3>
 
-<p>Since iOS 10 it&#39;s mandatory to add a <code>NSCameraUsageDescription</code> and <code>NSPhotoLibraryUsageDescriptionentry</code> in the info.plist.</p>
+<p>Since iOS 10 it&#39;s mandatory to add a <code>NSCameraUsageDescription</code> and <code>NSPhotoLibraryUsageDescription</code> in the info.plist.</p>
 
 <ul>
 <li><code>NSCameraUsageDescription</code> describes the reason that the app accesses the user’s camera.</li>
-<li><code>NSPhotoLibraryUsageDescriptionentry</code> describes the reason the app accesses the user&#39;s photo library. </li>
+<li><code>NSPhotoLibraryUsageDescription</code> describes the reason the app accesses the user&#39;s photo library. </li>
 </ul>
 
 <p>When the system prompts the user to allow access, this string is displayed as part of the dialog box. </p>
@@ -2813,12 +2815,11 @@ Documentation consists of template and A
 
 <ul>
 <li><code>CAMERA_USAGE_DESCRIPTION</code> for <code>NSCameraUsageDescription</code></li>
+<li><code>PHOTOLIBRARY_USAGE_DESCRIPTION</code> for <code>NSPhotoLibraryUsageDescription</code></li>
 </ul>
 
-<h2>- <code>PHOTOLIBRARY_USAGE_DESCRIPTION</code> for <code>NSPhotoLibraryUsageDescriptionentry</code></h2>
-
 <p>Example:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin add cordova-plugin-camera --variable CAMERA_USAGE_DESCRIPTION="your usage message"
+<div class="highlight"><pre><code class="language-" data-lang="">cordova plugin add cordova-plugin-camera --variable CAMERA_USAGE_DESCRIPTION="your usage message" --variable PHOTOLIBRARY_USAGE_DESCRIPTION="your usage message"
 </code></pre></div>
 <p>If you don&#39;t pass the variable, the plugin will add an empty string as value.</p>
 

Modified: cordova/site/public/docs/en/dev/reference/cordova-plugin-console/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-console/index.html?rev=1811791&r1=1811790&r2=1811791&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/reference/cordova-plugin-console/index.html (original)
+++ cordova/site/public/docs/en/dev/reference/cordova-plugin-console/index.html Wed Oct 11 05:00:16 2017
@@ -2738,19 +2738,21 @@
 
 <table><thead>
 <tr>
-<th style="text-align: center">Android</th>
-<th style="text-align: center">iOS</th>
-<th style="text-align: center">Windows 8.1 Store</th>
-<th style="text-align: center">Windows 8.1 Phone</th>
+<th style="text-align: center">Android 4.4</th>
+<th style="text-align: center">Android 5.1</th>
+<th style="text-align: center">Android 6.0</th>
+<th style="text-align: center">iOS 9.3</th>
+<th style="text-align: center">iOS 10.0</th>
 <th style="text-align: center">Windows 10 Store</th>
 <th style="text-align: center">Travis CI</th>
 </tr>
 </thead><tbody>
 <tr>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-console/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-console" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-console/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-console" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-console/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-console" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-console/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-console" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-4.4,PLUGIN=cordova-plugin-console/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-4.4,PLUGIN=cordova-plugin-console" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-5.1,PLUGIN=cordova-plugin-console/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-5.1,PLUGIN=cordova-plugin-console" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-6.0,PLUGIN=cordova-plugin-console/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-6.0,PLUGIN=cordova-plugin-console" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios-9.3,PLUGIN=cordova-plugin-console/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios-9.3,PLUGIN=cordova-plugin-console" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios-10.0,PLUGIN=cordova-plugin-console/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios-10.0,PLUGIN=cordova-plugin-console" alt="Build Status"></a></td>
 <td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-console/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-console" alt="Build Status"></a></td>
 <td style="text-align: center"><a href="https://travis-ci.org/apache/cordova-plugin-console"><img src="https://travis-ci.org/apache/cordova-plugin-console.svg?branch=master" alt="Build Status"></a></td>
 </tr>

Modified: cordova/site/public/docs/en/dev/reference/cordova-plugin-contacts/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-contacts/index.html?rev=1811791&r1=1811790&r2=1811791&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/reference/cordova-plugin-contacts/index.html (original)
+++ cordova/site/public/docs/en/dev/reference/cordova-plugin-contacts/index.html Wed Oct 11 05:00:16 2017
@@ -2738,19 +2738,21 @@
 
 <table><thead>
 <tr>
-<th style="text-align: center">Android</th>
-<th style="text-align: center">iOS</th>
-<th style="text-align: center">Windows 8.1 Store</th>
-<th style="text-align: center">Windows 8.1 Phone</th>
+<th style="text-align: center">Android 4.4</th>
+<th style="text-align: center">Android 5.1</th>
+<th style="text-align: center">Android 6.0</th>
+<th style="text-align: center">iOS 9.3</th>
+<th style="text-align: center">iOS 10.0</th>
 <th style="text-align: center">Windows 10 Store</th>
 <th style="text-align: center">Travis CI</th>
 </tr>
 </thead><tbody>
 <tr>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-contacts/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-contacts" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-contacts/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-contacts" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-contacts/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-contacts" alt="Build Status"></a></td>
-<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-contacts/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-contacts" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-4.4,PLUGIN=cordova-plugin-contacts/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-4.4,PLUGIN=cordova-plugin-contacts" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-5.1,PLUGIN=cordova-plugin-contacts/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-5.1,PLUGIN=cordova-plugin-contacts" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android-6.0,PLUGIN=cordova-plugin-contacts/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android-6.0,PLUGIN=cordova-plugin-contacts" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios-9.3,PLUGIN=cordova-plugin-contacts/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios-9.3,PLUGIN=cordova-plugin-contacts" alt="Build Status"></a></td>
+<td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios-10.0,PLUGIN=cordova-plugin-contacts/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios-10.0,PLUGIN=cordova-plugin-contacts" alt="Build Status"></a></td>
 <td style="text-align: center"><a href="http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-contacts/"><img src="http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-contacts" alt="Build Status"></a></td>
 <td style="text-align: center"><a href="https://travis-ci.org/apache/cordova-plugin-contacts"><img src="https://travis-ci.org/apache/cordova-plugin-contacts.svg?branch=master" alt="Build Status"></a></td>
 </tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org