Author: steven
Date: Tue Nov  6 19:20:53 2018
New Revision: 1845959

URL: http://svn.apache.org/viewvc?rev=1845959&view=rev
Log:
Updated docs

Modified:
    cordova/site/public/docs/en/dev/guide/platforms/android/index.html
    cordova/site/public/docs/en/dev/reference/cordova-plugin-camera/index.html
    
cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html
    cordova/site/public/feed.xml

Modified: cordova/site/public/docs/en/dev/guide/platforms/android/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/platforms/android/index.html?rev=1845959&r1=1845958&r2=1845959&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/guide/platforms/android/index.html 
(original)
+++ cordova/site/public/docs/en/dev/guide/platforms/android/index.html Tue Nov  
6 19:20:53 2018
@@ -2728,9 +2728,23 @@ so it is recommended that you copy it ov
 <p>Here&#39;s an example:</p>
 <div class="highlight"><pre><code class="language-groovy" 
data-lang="groovy"><span class="c1">// Example build-extras.gradle</span>
 <span class="c1">// This file is included at the beginning of 
`build.gradle`</span>
+
+<span class="c1">// special properties (see `build.gradle`) can be set and 
overwrite the defaults</span>
 <span class="n">ext</span><span class="o">.</span><span 
class="na">cdvDebugSigningPropertiesFile</span> <span class="o">=</span> <span 
class="s1">'../../android-debug-keys.properties'</span>
 
-<span class="c1">// When set, this function allows code to run at the end of 
`build.gradle`</span>
+<span class="c1">// normal `build.gradle` configuration can happen</span>
+<span class="n">android</span> <span class="o">{</span>
+  <span class="n">defaultConfig</span> <span class="o">{</span>
+    <span class="n">testInstrumentationRunner</span> <span 
class="s1">'android.support.test.runner.AndroidJUnitRunner'</span>
+  <span class="o">}</span>
+<span class="o">}</span>
+<span class="n">dependencies</span> <span class="o">{</span>
+  <span class="n">androidTestImplementation</span> <span 
class="s1">'com.android.support.test.espresso:espresso-core:2.2.2'</span><span 
class="o">,</span> <span class="o">{</span>
+    <span class="n">exclude</span> <span class="nl">group:</span> <span 
class="s1">'com.android.support'</span><span class="o">,</span> <span 
class="nl">module:</span> <span class="s1">'support-annotations'</span>
+  <span class="o">}</span>
+<span class="o">}</span>
+
+<span class="c1">// When set, this function `ext.postBuildExtras` allows code 
to run at the end of `build.gradle`</span>
 <span class="n">ext</span><span class="o">.</span><span 
class="na">postBuildExtras</span> <span class="o">=</span> <span 
class="o">{</span>
     <span class="n">android</span><span class="o">.</span><span 
class="na">buildTypes</span><span class="o">.</span><span 
class="na">debug</span><span class="o">.</span><span 
class="na">applicationIdSuffix</span> <span class="o">=</span> <span 
class="s1">'.debug'</span>
 <span class="o">}</span>

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=1845959&r1=1845958&r2=1845959&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 
Tue Nov  6 19:20:53 2018
@@ -2531,24 +2531,16 @@ function onDeviceReady() {
 </code></pre></div>
 <h2>How to Contribute</h2>
 
-<p>Contributors are welcome! And we need your contributions to keep the 
project moving forward. You can <a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22cordova-plugin-camera%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC">report
 bugs</a>, improve the documentation, or <a 
href="https://github.com/apache/cordova-plugin-camera/pulls";>contribute 
code</a>.</p>
+<p>Contributors are welcome! And we need your contributions to keep the 
project moving forward. You can[report bugs, improve the documentation, or <a 
href="https://github.com/apache/cordova-plugin-camera/pulls";>contribute 
code</a>.</p>
 
 <p>There is a specific <a 
href="http://wiki.apache.org/cordova/ContributorWorkflow";>contributor 
workflow</a> we recommend. Start reading there. More information is available 
on <a href="http://wiki.apache.org/cordova";>our wiki</a>.</p>
 
-<p>:warning: <strong>Found an issue?</strong> File it on <a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22cordova-plugin-camera%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC">JIRA
 issue tracker</a>.</p>
-
 <p><strong>Have a solution?</strong> Send a <a 
href="https://github.com/apache/cordova-plugin-camera/pulls";>Pull 
Request</a>.</p>
 
 <p>In order for your changes to be accepted, you need to sign and submit an 
Apache <a href="http://www.apache.org/licenses/#clas";>ICLA</a> (Individual 
Contributor License Agreement). Then your name will appear on the list of CLAs 
signed by <a 
href="https://people.apache.org/committer-index.html#unlistedclas";>non-committers</a>
 or <a 
href="http://people.apache.org/committers-by-project.html#cordova";>Cordova 
committers</a>.</p>
 
 <p><strong>And don&#39;t forget to test and document your code.</strong></p>
 
-<h2>This documentation is generated by a tool</h2>
-
-<p>:warning: Run <code>npm install</code> in the plugin repo to enable 
automatic docs generation if you plan to send a PR.<br>
-<a 
href="https://www.npmjs.com/package/jsdoc-to-markdown";>jsdoc-to-markdown</a> is 
used to generate the docs.<br>
-Documentation consists of template and API docs produced from the plugin JS 
code and should be regenerated before each commit (done automatically via <a 
href="https://github.com/typicode/husky";>husky</a>, running <code>npm run 
gen-docs</code> script as a <code>precommit</code> hook - see 
<code>package.json</code> for details).</p>
-
 <h3>iOS Quirks</h3>
 
 <p>Since iOS 10 it&#39;s mandatory to provide an usage description in the 
<code>info.plist</code> if trying to access privacy-sensitive data. When the 
system prompts the user to allow access, this usage description string will 
displayed as part of the permission dialog box, but if you didn&#39;t provide 
the usage description, the app will crash before showing the dialog. Also, 
Apple will reject apps that access private data but don&#39;t provide an usage 
description.</p>

Modified: 
cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html?rev=1845959&r1=1845958&r2=1845959&view=diff
==============================================================================
--- 
cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html
 (original)
+++ 
cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html
 Tue Nov  6 19:20:53 2018
@@ -2505,26 +2505,6 @@
 <td style="text-align: center"><a 
href="https://ci.appveyor.com/project/ApacheSoftwareFoundation/cordova-plugin-inappbrowser";><img
 
src="https://ci.appveyor.com/api/projects/status/github/apache/cordova-plugin-inappbrowser?branch=master";
 alt="Build status"></a></td>
 <td style="text-align: center"><a 
href="https://travis-ci.org/apache/cordova-plugin-inappbrowser";><img 
src="https://travis-ci.org/apache/cordova-plugin-inappbrowser.svg?branch=master";
 alt="Build Status"></a></td>
 </tr>
-<tr>
-<td style="text-align: center">npm install</td>
-<td style="text-align: center">npm install</td>
-</tr>
-<tr>
-<td style="text-align: center">eslint</td>
-<td style="text-align: center">eslint</td>
-</tr>
-<tr>
-<td style="text-align: center"></td>
-<td style="text-align: center">browser (chrome, firefox, edge)</td>
-</tr>
-<tr>
-<td style="text-align: center"></td>
-<td style="text-align: center">iOS (9.3) on Xcode 7.3</td>
-</tr>
-<tr>
-<td style="text-align: center"></td>
-<td style="text-align: center">Android (4.4)</td>
-</tr>
 </tbody></table>
 
 <h1>cordova-plugin-inappbrowser</h1>

Modified: cordova/site/public/feed.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1845959&r1=1845958&r2=1845959&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Tue Nov  6 19:20:53 2018
@@ -6,8 +6,8 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Tue, 30 Oct 2018 12:01:50 +0000</pubDate>
-    <lastBuildDate>Tue, 30 Oct 2018 12:01:50 +0000</lastBuildDate>
+    <pubDate>Tue, 06 Nov 2018 18:57:02 +0000</pubDate>
+    <lastBuildDate>Tue, 06 Nov 2018 18:57:02 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>



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

Reply via email to