Added: cordova/site/public/news/2014/09/22/plugins-release.html URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/09/22/plugins-release.html?rev=1627058&view=auto ============================================================================== --- cordova/site/public/news/2014/09/22/plugins-release.html (added) +++ cordova/site/public/news/2014/09/22/plugins-release.html Tue Sep 23 15:35:41 2014 @@ -0,0 +1,724 @@ +<!DOCTYPE html> +<html> +<head> + <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta name = "format-detection" content = "telephone=no"> + <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" /> + <!-- Original Jekyll + <meta name="viewport" content="width=device-width"> + --> + <title>Plugins Release: September 22, 2014</title> + <!-- syntax highlighting CSS --> + <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css"> + <!-- Custom CSS --> + <link rel="stylesheet" href="//cordova.apache.org/css/main.css"> + + <!-- Cordova CSS --> + <link rel="stylesheet" type="text/css" href="//cordova.apache.org/css/master.css"> + <script src="//cordova.apache.org/js/smooth.pack.js" type="text/javascript"></script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-94271-30']); + _gaq.push(['_trackPageview']); + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> + +<body> + + <a class="scroll-point pt-top" name="top"> +</a> +<div id="header"> + <div class="wrap"> + <a class="logo" href="//cordova.apache.org/#top"></a> + <div class="menu"> + <a href="//cordova.apache.org/#about">About</a> + <a href="//cordova.apache.org/#news">News</a> + <a href="http://cordova.apache.org/docs/en/3.6.0/">Documentation</a> + <a href="http://plugins.cordova.io/">Plugins</a> + <a href="//cordova.apache.org/#links">Quick Links</a> + <a href="//cordova.apache.org/#contribute">Contribute</a> + <a href="//cordova.apache.org/#mailing-list">Mailing List</a> + </div> + <form class="menu-dropdown"> + <select onchange="location = this.options[this.selectedIndex].value;"> + <option value="//cordova.apache.org/#about">About</option> + <option value="//cordova.apache.org/#news">News</option> + <option value="http://cordova.apache.org/docs/en/3.6.0/">Documentation</option> + <option value="http://plugins.cordova.io/">Plugins</option> + <option value="//cordova.apache.org/#links">Quick Links</option> + <option value="//cordova.apache.org/#contribute">Contribute</option> + <option value="//cordova.apache.org/#mailing-list">Mailing List</option> + </select> + </form> + </div> + <div class="shadow"></div> +</div> <!-- /header --> +<div class="header-placeholder"></div> + + + <div class="site"> + <h2>Plugins Release: September 22, 2014</h2> + <div class="meta">Posted by: <a href="https://twitter.com/MarcelKinard">Marcel Kinard</a></div> + <p class="meta">22 Sep 2014</p> + <div class="post"> + +<p>The following plugins were updated today:</p> + +<ul> +<li>cordova-plugin-battery-status: 0.2.11</li> + +<li>cordova-plugin-camera: 0.3.2</li> + +<li>cordova-plugin-console: 0.2.11</li> + +<li>cordova-plugin-contacts: 0.2.13</li> + +<li>cordova-plugin-device: 0.2.12</li> + +<li>cordova-plugin-device-motion: 0.2.10</li> + +<li>cordova-plugin-device-orientation: 0.3.9</li> + +<li>cordova-plugin-dialogs: 0.2.10</li> + +<li>cordova-plugin-file: 1.3.1</li> + +<li>cordova-plugin-file-transfer: 0.4.6</li> + +<li>cordova-plugin-geolocation: 0.3.10</li> + +<li>cordova-plugin-globalization: 0.3.1</li> + +<li>cordova-plugin-inappbrowser: 0.5.2</li> + +<li>cordova-plugin-media: 0.2.13</li> + +<li>cordova-plugin-media-capture: 0.3.3</li> + +<li>cordova-plugin-network-information: 0.2.12</li> + +<li>cordova-plugin-splashscreen: 0.3.3</li> + +<li>cordova-plugin-statusbar: 0.1.8</li> + +<li>cordova-plugin-vibration: 0.3.11</li> +</ul> + +<p>Notable changes include:</p> + +<ul> +<li>There is a new framework for testing the plugins. This affects plugin developers, not plugin users.</li> + +<li>Many fixes have been made to the file plugin and other plugins that use it.</li> + +<li>Globalization plugin has been cleaned up.</li> + +<li>Brought the vibration plugin API into alignment with the W3C specification.</li> +</ul> + +<p>The plugins have been updated on our registry at <a href="http://plugins.cordova.io/">plugins.cordova.io</a>.</p> +<hr /> +<p>You can update any plugin by removing it, and then readding it. E.g. To update your file plugin:</p> + +<pre><code>cordova plugin rm org.apache.cordova.file +cordova plugin add org.apache.cordova.file</code></pre> + +<p>Other changes include: <!--more--></p> + +<p><code>[email protected]</code></p> + +<h3 id="0211_sep_17_2014">0.2.11 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> documentation translation</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> re-add accidental removed of var keyword</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6957">CB-6957</a> renamed folder to tests + added nested plugin.xml</li> + +<li>added documentation for manual tests</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6957">CB-6957</a> Style improvements on Manual tests</li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="032_sep_17_2014">0.3.2 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-4003">CB-4003</a> Add config option to not use location information in Camera plugin (and default to not use it)</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6958">CB-6958</a> Get the correct default for âqualityâ in the test</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6958">CB-6958</a> Port camera tests to plugin-test-framework</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6958">CB-6958</a> added manual tests</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7180">CB-7180</a> Update Camera plugin to support generic plugin <code>webView UIView</code> (which can be either a <code>UIWebView</code> or <code>WKWebView</code>)</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7286">CB-7286</a> <strong>BlackBerry10</strong> Use <code>getUserMedia</code> if camera card is unavailable</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7378">CB-7378</a> Use single Proxy for both <strong>Windows8</strong> and <strong>Windows</strong></li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7413">CB-7413</a> Resolve <code>ms-appdata:</code> URIs with <code>File</code> plugin</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7423">CB-7423</a> do cleanup after <code>copyImage</code> manual test</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7433">CB-7433</a> Adds missing <code>window</code> reference to prevent manual tests failure on <strong>Android</strong> and <strong>iOS</strong></li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7433">CB-7433</a> Fixes manual tests failure on <strong>Windows</strong></li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7461">CB-7461</a> Geolocation fails in Camera plugin in <strong>iOS 8</strong></li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> documentation translation</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7551">CB-7551</a> <strong>iOS 8</strong> Scaled images show a white line</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7557">CB-7557</a> Camera plugin tests is missing a <code>File</code> dependency</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7558">CB-7558</a> <code>hasPendingOperation</code> flag in Camera pluginâs <code>takePicture</code> should be reversed to fix memory errors</li> + +<li>Renamed test dir, added nested plugin.xml</li> + +<li>add documentation for manual tests</li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="0211_sep_17_2014_2">0.2.11 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> Documentation translation</li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="0213_sep_17_2014">0.2.13 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-6374">CB-6374</a> Fix <strong>iOS 6</strong> deprecation warnings</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> Empty may be expected</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7148">CB-7148</a> Added manual tests</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> Documentation translation</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7290">CB-7290</a> Adds support for universal Windows platform.</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7523">CB-7523</a> Fixing <code>ContactFieldType</code> error in the <code>config.xml</code></li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7544">CB-7544</a> <strong>iOS 8</strong> Contact picker is read-only in iOS 8</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7546">CB-7546</a> <strong>iOS</strong> <code>pickContact</code> shows exception in the console log</li> + +<li>Added documentation for manual tests</li> + +<li>Add missing test, skip some specs on <strong>WP</strong></li> + +<li>Changing <code>cdvtest</code> format to use module exports</li> + +<li>Merged changes for test framework plugin</li> + +<li>Removed <code>js-module</code> for tests from <code>plugin.xml</code></li> + +<li>Renamed test dir, added nested <code>plugin.xml</code></li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="0212_sep_17_2014">0.2.12 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-7262">CB-7262</a> Adds support for universal windows apps.</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7552">CB-7552</a> <code>device.name</code> docs have not been removed</li> + +<li><strong>FxOS</strong> Fix cordova version</li> + +<li>Added plugin support for the browser</li> + +<li>Added status box and documentation to manual tests</li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="0210_sep_17_2014">0.2.10 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-7160">CB-7160</a> Added manual tests</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7160">CB-7160</a> Move to tests dir, add nested plugin.xml</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7313">CB-7313</a> Minor tweak to documentation of watchAcceleration function parameters</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li> + +<li>Added documentation for manual tests</li> + +<li>Added support for the browser</li> + +<li>Changing cdvtest format to use module exports</li> + +<li>Feature Branch: First attempt at new-style-tests</li> + +<li>Register tests using new style</li> + +<li>Removed <code>js-module</code> for tests from <code>plugin.xml</code></li> + +<li>Updated doc for browser</li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="039_sep_17_2014">0.3.9 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-6960">CB-6960</a> Added manual tests</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6960">CB-6960</a> Port compass tests to plugin-test-framework</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7086">CB-7086</a> Renamed dir, added nested plugin.xml</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li> + +<li>Added documentation for manual tests</li> + +<li>Add support for the browser</li> + +<li>Fixed problem with watchCompass if pressed twice</li> + +<li>Updated docs for browser</li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="0210_sep_17_2014_2">0.2.10 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-6965">CB-6965</a> Added manual tests</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6965">CB-6965</a> Port notification tests to test-framework</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7538">CB-7538</a> Android beep thread fix Beep now executes in itâs own thread</li> + +<li>Added documentation for manual tests</li> + +<li>Renamed test dir, added nested plugin.xml</li> + +<li>Set dialog text dir to locale</li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="131_sep_17_2014">1.3.1 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> changed style detail on documentation</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6923">CB-6923</a> Adding support to handle relative paths</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7094">CB-7094</a> Ported File manual tests</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7094">CB-7094</a> renamed folder to tests + added nested plugin.xml</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7272">CB-7272</a> Replace confusing âr/oâ abbreviation with just ârâ</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> <a href="https://issues.apache.org/jira/browse/CB-6148">CB-6148</a>: Ensure that return values from copy and move operations reference the correct filesystem</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> Fix the filesystem name in resolveLocalFileSystemUri</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> Partial revert to resolve WP8 failures</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> Remove leading slash statement from condition</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7375">CB-7375</a> <code>Entry</code> get proper filesystem in Entry</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7413">CB-7413</a> Adds support of <code>ms-appdata://</code> URIs</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7417">CB-7417</a> <code>File tests</code> added proper matcher to compare fullPath property</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7418">CB-7418</a> <code>DirectoryEntry</code> Added <code>fullPath</code> variable as part of condition</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7419">CB-7419</a> <strong>WP8</strong> Added support to get metada from dir</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7422">CB-7422</a> <code>File Tests</code> Use proper <code>fileSystem</code> to create fullPath</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7423">CB-7423</a> encode path before attempting to resolve</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7431">CB-7431</a> Avoid calling <code>done()</code> twice in <code>file.spec.109</code> test</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7445">CB-7445</a> <strong>BlackBerry10</strong> Add default file system size to prevent quota exceeded error on initial install</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7445">CB-7445</a> <strong>BlackBerry10</strong> <code>resolveLocalFileSystemURI</code> - change <code>DEFAULT_SIZE</code> to <code>MAX_SIZE</code></li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7458">CB-7458</a> <strong>BlackBerry10</strong> <code>resolveLocalFileSystemURL</code> - add <code>filesystem</code> property</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li> + +<li>Added documentation for manual tests</li> + +<li>Added new js files to <strong>amazon-fireos</strong> platform</li> + +<li>Adds <strong>Windows</strong> platform</li> + +<li>Amazon related changes</li> + +<li>Fixes multiple mobilespec tests errors</li> + +<li>Overwrite existing file on <code>getFile</code> when <code>create</code> is <code>true</code></li> + +<li>Refactored much of the logic in <code>FileMetadata</code> constructor; <code>Directory.size</code> will return <code>0</code></li> + +<li>Removed <code>test/tests.js</code> module from main <code>plugin.xml</code></li> + +<li>Style improvements on Manual tests</li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="046_sep_17_2014">0.4.6 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-6466">CB-6466</a> Fix failing test due to recent url change</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6466">CB-6466</a> Created mobile-spec test</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6961">CB-6961</a> Port <code>file-transfer</code> tests to framework</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7316">CB-7316</a> Adds support for Windows platform, moves *Proxy files to proper directory</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7316">CB-7316</a> Improves current specs compatibility</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7316">CB-7316</a> Updates docs with actual information</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7423">CB-7423</a> fix spec28,29 <code>lastProgressEvent</code> not visible to <code>afterEach</code> function</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li> + +<li><strong>Amazon</strong> related changes</li> + +<li><strong>WP8</strong> Fixed failing <code>spec.19</code></li> + +<li>Added documentation for new test</li> + +<li>Added documentation to manual tests</li> + +<li>Remove dupe file <strong>Windows</strong> + <strong>Windows8</strong> both use the same one</li> + +<li>Renamed test dir, added nested plugin.xml and test</li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="0310_sep_17_2014">0.3.10 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-5114">CB-5114</a> <strong>Windows 8.1</strong> - Use a new proxy as old geolocation methods is deprecated</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-5114">CB-5114</a> Append <strong>Windows 8.1</strong> into <code>plugin.xml</code> + Optimize <strong>Windows 8</strong> <code>Geolocation</code> proxy</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6911">CB-6911</a> Geolocation fails in <strong>iOS 8</strong></li> + +<li>Revert <a href="https://issues.apache.org/jira/browse/CB-6911">CB-6911</a> partially (keeping <code>Info.plist</code> key installation for <strong>iOS 8</strong>)</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7146">CB-7146</a> Added manual tests</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7158">CB-7158</a> Fix geolocation for <strong>iOS 8</strong></li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7556">CB-7556</a> <strong>iOS</strong> Clearing all Watches does not stop Location Services</li> + +<li>Added documentation for manual tests</li> + +<li>Changing <code>cdvtest</code> format to use module exports</li> + +<li>Convert tests to new style</li> + +<li>Register tests using new style</li> + +<li>Removed <strong>amazon-fireos</strong> code for geolocation</li> + +<li>Removed <code>js-module</code> for tests from <code>plugin.xml</code></li> + +<li>Renamed <code>test</code> dir, added nested <code>plugin.xml</code></li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="031_sep_17_2014">0.3.1 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-6490">CB-6490</a> <strong>BlackBerry10</strong> Use <code>-</code> instead of <code>_</code> in <code>getLocaleName()</code></li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6962">CB-6962</a> Ported globalization tests to framework</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7064">CB-7064</a> Added tests that check for W3C compliance in language tags generated from <code>PreferredLanguage</code> and <code>GetLocale</code> methods</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7233">CB-7233</a> <strong>BlackBerry10</strong> Globalization is now supported</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7548">CB-7548</a> <strong>BlackBerry10</strong> Allow any numeric type as date in dateToString method.</li> + +<li>Hold the information if L10n was ready before</li> + +<li>Renamed <code>test</code> dir, added nested <code>plugin.xml</code></li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="052_sep_17_2014">0.5.2 (Sep 17, 2014)</h3> + +<ul> +<li><strong>amazon-fireos</strong> related changes</li> + +<li><strong>phonegap</strong> events supported for <code>_blank</code> target</li> + +<li>Add just a bit more logging</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7133">CB-7133</a> <strong>Android</strong> Fix some tests</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7133">CB-7133</a> clarify that <code>anchor1</code> doesnât exist</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7133">CB-7133</a> port inappbrowser to <strong>plugin-test-framework</strong></li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7424">CB-7424</a> Wrong docs: anchor tags are not supported by the <code>InAppBrowser</code></li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7490">CB-7490</a> <strong>Windows</strong> Fixes manual tests crash</li> + +<li><code>_blank</code> target position is fixed</li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="0213_sep_17_2014_2">0.2.13 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-6963">CB-6963</a> renamed folder to <code>tests</code> + added nested <code>plugin.xml</code></li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6963">CB-6963</a> Port Media manual & automated tests</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6963">CB-6963</a> Port Media tests to <strong>plugin-test-framework</strong></li> + +<li>Added documentation for manual tests</li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="033_sep_17_2014">0.3.3 (Sep 17, 2014)</h3> + +<ul> +<li>Renamed <code>test</code> dir, added nested <code>plugin.xml</code></li> + +<li>Added documentation for manual tests</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6959">CB-6959</a> Added manual tests</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6959">CB-6959</a> Port capture tests to <strong>plugin-test-framework</strong></li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="0212_sep_17_2014_2">0.2.12 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-7471">CB-7471</a> Documentation translation</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> Added documentation for manual tests</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6964">CB-6964</a> Ported manual tests</li> + +<li><strong>FxOS 2</strong> Fix network information type exception</li> + +<li>Added support for the browser</li> + +<li>Remove reference to test assets, they are optional</li> + +<li>Renamed <code>test</code> dir and added nested <code>plugin.xml</code></li> + +<li>Port network tests to <strong>plugin-test-framework</strong></li> + +<li>Fix <code>naviagtor</code> typo</li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="033_sep_17_2014_2">0.3.3 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> Documentation translation</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7196">CB-7196</a> port splashscreen tests to framework</li> + +<li>Renamed test dir, added nested plugin.xml</li> + +<li>Added documentation for manual tests</li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="018_sep_17_2014">0.1.8 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-7549">CB-7549</a> <strong>iOS 8</strong> Landscape issue</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7486">CB-7486</a> Remove <code>StatusBarBackgroundColor</code> intial preference (black background) so background will be initially transparent</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-7195">CB-7195</a> ported statusbar tests to framework</li> + +<li>Added documentation for manual tests, moved background color test below overlay test</li> + +<li>Renamed test dir, added nested plugin.xml</li> +</ul> + +<p><code>[email protected]</code></p> + +<h3 id="0311_sep_17_2014">0.3.11 (Sep 17, 2014)</h3> + +<ul> +<li><a href="https://issues.apache.org/jira/browse/CB-7249">CB-7249</a> Documentation translation</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6724">CB-6724</a> Documented <strong>Windows</strong> support for vibrate with pattern and cancel vibrate in manual test doc and moved tests to tests dir</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6963">CB-6963</a> ported vibration automated & manual tests</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6966">CB-6966</a> renamed folder to tests + added nested plugin.xml</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-6966">CB-6966</a> Ported Vibration automated & manual tests</li> + +<li>removed duplicate messaging</li> + +<li><a href="https://issues.apache.org/jira/browse/CB-5459">CB-5459</a> slight change to the vibration documentation for pattern due to merge issue</li> + +<li>Add <code>setTimeout</code> function to update <code>vibrateOn</code> var if user doesnât cancel vibrate, add note about iOS</li> + +<li>Add longer pattern sequence for testing, change expected result for old vibrate with pattern test</li> + +<li>Added âAndroid onlyâ to buttons for specific tests, changed where <code>console.log</code> is executed for user to see earlier</li> + +<li>Added more test cases, changed vibrate with pattern durations, changed where vibrateOn is set to true</li> + +<li>Added new example to documentation</li> + +<li>Added note to doc about w3c alignment and min time for Windows</li> + +<li>Added tests for old <code>vibrateWithPattern</code> and <code>cancelVibration</code> calls</li> + +<li>Added tests to ensure compliance with w3c spec</li> + +<li>Changes made to align with w3c spec</li> + +<li>Changes to <code>vibration.java</code> to align with w3c, changes to <code>vibration.js</code> for backwards compatibility</li> + +<li>Changes to how <code>0</code> is getting added to array in order to align with w3c spec</li> + +<li>Clear <code>setTimeout</code> when user cancels vibration</li> + +<li>Update doc to show <code>vibrate([num])</code> is a standard vibrate</li> + +<li>Update doc with another way to cancel vibration</li> + +<li>Updated doc for w3c alignment</li> + +<li>Updated doc with <strong>Windows</strong> support for vibrate with pattern</li> + +<li><code>vibrate([num])</code> is treated as a vibrate not vibrate with pattern</li> + +<li>changes made to align with w3c spec</li> + +<li>on/off button for cancel tests, add results box and msgs</li> +</ul> + + </div> +</div> + + + + <a class="scroll-point" name="links"></a> +<hr/> + +<div class="wrap quick-links-pane"> + <h2 class="icon icon-quick-links">Quick Links</h2> + <br/> + <ul class="quick-links-header"> + <li>General</li> + <li>Development</li> + <li class="last">Apache Software Foundation</li> + </ul> + <div class="clear"></div> +</div> + +<div class="grid"> + <div class="wrap"> + <div class="list-container"> + <ul class="list quick-links"> + <li class="corner"></li> + <li><a href="//cordova.apache.org/index.html#about">About Cordova<span></span></a></li> + + + <li><a href="http://projects.apache.org/projects/cordova.html">Apache Project Page<span></span></a></li> + + <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License<span></span></a></li> + + + <li><a href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li> + </ul> + + <ul class="list quick-links"> + <li class="corner"></li> + <li><a href="//cordova.apache.org/index.html#download">Download<span></span></a></li> + <li><a href="http://cordova.apache.org/docs/en/3.6.0/">Documentation<span></span></a></li> + + + <li><a href="https://git-wip-us.apache.org/repos/asf">Source Code<span></span></a></li> + + <li><a href="https://issues.apache.org/jira/browse/CB">Issue Tracker<span></span></a></li> + + <li><a href="http://wiki.apache.org/cordova/">Wiki<span></span></a></li> + + + <li><a href="//cordova.apache.org/index.html#mailing-list">Mailing List<span></span></a></li> + + <li><a href="http://stackoverflow.com/tags/cordova">Support<span></span></a></li> + </ul> + + <ul class="list quick-links last"> + <li class="corner"></li> + + <li><a href="http://www.apache.org/">About ASF<span></span></a></li> + + <li><a href="http://www.apache.org/foundation/thanks.html">Thanks<span></span></a></li> + + <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor<span></span></a></li> + + <li><a href="http://www.apache.org/security/">Security<span></span></a></li> + + </ul> + + <div class="clear"></div> + </div> + </div> +</div> + + + <hr/> +<div id="footer"> + <p>Copyright © 2012, 2013 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/> + Apache and the Apache feather logos are <a href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation. + </p> + <a class="closing" href="#top"></a> +</div> + + +</body> +</html>
Modified: cordova/site/public/rss.xml URL: http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1627058&r1=1627057&r2=1627058&view=diff ============================================================================== --- cordova/site/public/rss.xml (original) +++ cordova/site/public/rss.xml Tue Sep 23 15:35:41 2014 @@ -5,8 +5,8 @@ <description>Apache Cordova - Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript.</description> <atom:link href="http://cordova.apache.org/rss.xml" rel="self" type="application/rss+xml" /> <link>http://cordova.apache.org/rss.xml</link> - <lastBuildDate>Tue, 23 Sep 2014 10:17:48 +0000</lastBuildDate> - <pubDate>Tue, 23 Sep 2014 10:17:48 +0000</pubDate> + <lastBuildDate>Tue, 23 Sep 2014 15:32:54 +0000</lastBuildDate> + <pubDate>Tue, 23 Sep 2014 15:32:54 +0000</pubDate> <ttl>1800</ttl> <image> <url>http://cordova.apache.org</url> @@ -590,9 +590,9 @@ cordova plugin add org.apache.cordova.fi <li>on/off button for cancel tests, add results box and msgs</li> </ul> </description> - <link>http://cordova.apache.org/news/2014/09/17/plugins-release.html</link> - <guid>http://cordova.apache.org/news/2014/09/17/plugins-release</guid> - <pubDate>Wed, 17 Sep 2014</pubDate> + <link>http://cordova.apache.org/news/2014/09/22/plugins-release.html</link> + <guid>http://cordova.apache.org/news/2014/09/22/plugins-release</guid> + <pubDate>Mon, 22 Sep 2014</pubDate> </item> <item> @@ -1618,9 +1618,9 @@ cordova platform update android</code <li>cordova-plugin-vibration: 0.3.10</li> </ul> </description> - <link>http://cordova.apache.org/announcements/2014/09/08/cordova-361.html</link> - <guid>http://cordova.apache.org/announcements/2014/09/08/cordova-361</guid> - <pubDate>Mon, 08 Sep 2014</pubDate> + <link>http://cordova.apache.org/announcements/2014/09/22/cordova-361.html</link> + <guid>http://cordova.apache.org/announcements/2014/09/22/cordova-361</guid> + <pubDate>Mon, 22 Sep 2014</pubDate> </item> <item>
