You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/04/22 03:19:53 UTC

[1/2] git commit: Add necessary capability so the plugin works on its own

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/dev e2a0bb871 -> be9034ff6


Add necessary capability so the plugin works on its own


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

Branch: refs/heads/dev
Commit: bdf4ade2bb1e5805ebd632f264fcdd09109cc5d1
Parents: e282cc9
Author: Nadya Atanasova <na...@gmail.com>
Authored: Wed Mar 26 15:51:49 2014 +0200
Committer: Nadya Atanasova <na...@gmail.com>
Committed: Mon Mar 31 16:36:18 2014 +0300

----------------------------------------------------------------------
 plugin.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/bdf4ade2/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 932ff83..d2ec6f5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -102,6 +102,10 @@
             </feature>
         </config-file>
 
+        <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
+            <Capability Name="ID_CAP_NETWORKING" />
+        </config-file>
+
         <source-file src="src/wp/InAppBrowser.cs" />
     </platform>
 
@@ -116,6 +120,10 @@
             </feature>
         </config-file>
 
+        <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
+            <Capability Name="ID_CAP_NETWORKING" />
+        </config-file>
+
         <source-file src="src/wp/InAppBrowser.cs" />
     </platform>
 


[2/2] git commit: Merge branch 'enable-wp-capability' of https://github.com/Icenium/cordova-plugin-inappbrowser into dev

Posted by pu...@apache.org.
Merge branch 'enable-wp-capability' of https://github.com/Icenium/cordova-plugin-inappbrowser into dev


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

Branch: refs/heads/dev
Commit: be9034ff6c9d09f4fd3e67f3f4a9a42194ffabfa
Parents: e2a0bb8 bdf4ade
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Apr 21 18:18:52 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Apr 21 18:18:52 2014 -0700

----------------------------------------------------------------------
 plugin.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/be9034ff/plugin.xml
----------------------------------------------------------------------