|
20 | 20 |
|
21 | 21 | <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
22 | 22 | id="cordova-plugin-inappbrowser"
|
23 |
| - version="1.7.3-dev"> |
| 23 | + version="2.0.0-dev"> |
24 | 24 |
|
25 | 25 | <name>InAppBrowser</name>
|
26 | 26 | <description>Cordova InAppBrowser Plugin</description>
|
|
67 | 67 |
|
68 | 68 | </platform>
|
69 | 69 |
|
70 |
| - <!-- amazon-fireos --> |
71 |
| - <platform name="amazon-fireos"> |
72 |
| - <js-module src="www/inappbrowser.js" name="inappbrowser"> |
73 |
| - <clobbers target="cordova.InAppBrowser.open" /> |
74 |
| - <clobbers target="window.open" /> |
75 |
| - </js-module> |
76 |
| - <config-file target="res/xml/config.xml" parent="/*"> |
77 |
| - <feature name="InAppBrowser"> |
78 |
| - <param name="android-package" value="org.apache.cordova.inappbrowser.InAppBrowser"/> |
79 |
| - </feature> |
80 |
| - </config-file> |
81 |
| - |
82 |
| - <source-file src="src/amazon/InAppBrowser.java" target-dir="src/org/apache/cordova/inappbrowser" /> |
83 |
| - <source-file src="src/android/InAppBrowserDialog.java" target-dir="src/org/apache/cordova/inappbrowser" /> |
84 |
| - <source-file src="src/amazon/InAppChromeClient.java" target-dir="src/org/apache/cordova/inappbrowser" /> |
85 |
| - |
86 |
| - <!-- drawable src/android/resources --> |
87 |
| - <resource-file src="src/android/res/drawable-hdpi/ic_action_next_item.png" target="res/drawable-hdpi/ic_action_next_item.png" /> |
88 |
| - <resource-file src="src/android/res/drawable-mdpi/ic_action_next_item.png" target="res/drawable-mdpi/ic_action_next_item.png" /> |
89 |
| - <resource-file src="src/android/res/drawable-xhdpi/ic_action_next_item.png" target="res/drawable-xhdpi/ic_action_next_item.png" /> |
90 |
| - <resource-file src="src/android/res/drawable-xxhdpi/ic_action_next_item.png" target="res/drawable-xxhdpi/ic_action_next_item.png" /> |
91 |
| - |
92 |
| - <resource-file src="src/android/res/drawable-hdpi/ic_action_previous_item.png" target="res/drawable-hdpi/ic_action_previous_item.png" /> |
93 |
| - <resource-file src="src/android/res/drawable-mdpi/ic_action_previous_item.png" target="res/drawable-mdpi/ic_action_previous_item.png" /> |
94 |
| - <resource-file src="src/android/res/drawable-xhdpi/ic_action_previous_item.png" target="res/drawable-xhdpi/ic_action_previous_item.png" /> |
95 |
| - <resource-file src="src/android/res/drawable-xxhdpi/ic_action_previous_item.png" target="res/drawable-xxhdpi/ic_action_previous_item.png" /> |
96 |
| - |
97 |
| - <resource-file src="src/android/res/drawable-hdpi/ic_action_remove.png" target="res/drawable-hdpi/ic_action_remove.png" /> |
98 |
| - <resource-file src="src/android/res/drawable-mdpi/ic_action_remove.png" target="res/drawable-mdpi/ic_action_remove.png" /> |
99 |
| - <resource-file src="src/android/res/drawable-xhdpi/ic_action_remove.png" target="res/drawable-xhdpi/ic_action_remove.png" /> |
100 |
| - <resource-file src="src/android/res/drawable-xxhdpi/ic_action_remove.png" target="res/drawable-xxhdpi/ic_action_remove.png" /> |
101 |
| - </platform> |
102 |
| - |
103 |
| - <!-- ubuntu --> |
104 |
| - <platform name="ubuntu"> |
105 |
| - <js-module src="www/inappbrowser.js" name="inappbrowser"> |
106 |
| - <clobbers target="cordova.InAppBrowser.open" /> |
107 |
| - <clobbers target="window.open" /> |
108 |
| - </js-module> |
109 |
| - <header-file src="src/ubuntu/inappbrowser.h" /> |
110 |
| - <source-file src="src/ubuntu/inappbrowser.cpp" /> |
111 |
| - <resource-file src="src/ubuntu/InAppBrowser.qml" /> |
112 |
| - <resource-file src="src/ubuntu/InAppBrowser_escapeScript.js" /> |
113 |
| - <resource-file src="src/ubuntu/close.png" /> |
114 |
| - </platform> |
115 |
| - |
116 | 70 | <!-- ios -->
|
117 | 71 | <platform name="ios">
|
118 | 72 | <js-module src="www/inappbrowser.js" name="inappbrowser">
|
|
147 | 101 | <source-file src="src/osx/CDVInAppBrowser.m" />
|
148 | 102 | </platform>
|
149 | 103 |
|
150 |
| - <!-- wp7 --> |
151 |
| - <platform name="wp7"> |
152 |
| - <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities"> |
153 |
| - <Capability Name="ID_CAP_NETWORKING"/> |
154 |
| - </config-file> |
155 |
| - |
156 |
| - <js-module src="www/inappbrowser.js" name="inappbrowser"> |
157 |
| - <clobbers target="cordova.InAppBrowser.open" /> |
158 |
| - <clobbers target="window.open" /> |
159 |
| - </js-module> |
160 |
| - <config-file target="config.xml" parent="/*"> |
161 |
| - <feature name="InAppBrowser"> |
162 |
| - <param name="wp-package" value="InAppBrowser"/> |
163 |
| - </feature> |
164 |
| - </config-file> |
165 |
| - |
166 |
| - <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities"> |
167 |
| - <Capability Name="ID_CAP_NETWORKING" /> |
168 |
| - </config-file> |
169 |
| - |
170 |
| - <source-file src="src/wp/InAppBrowser.cs" /> |
171 |
| - </platform> |
172 |
| - |
173 |
| - <!-- wp8 --> |
174 |
| - <platform name="wp8"> |
175 |
| - <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities"> |
176 |
| - <Capability Name="ID_CAP_NETWORKING"/> |
177 |
| - </config-file> |
178 |
| - |
179 |
| - <js-module src="www/inappbrowser.js" name="inappbrowser"> |
180 |
| - <clobbers target="cordova.InAppBrowser.open" /> |
181 |
| - <clobbers target="window.open" /> |
182 |
| - </js-module> |
183 |
| - <config-file target="config.xml" parent="/*"> |
184 |
| - <feature name="InAppBrowser"> |
185 |
| - <param name="wp-package" value="InAppBrowser"/> |
186 |
| - </feature> |
187 |
| - </config-file> |
188 |
| - |
189 |
| - <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities"> |
190 |
| - <Capability Name="ID_CAP_NETWORKING" /> |
191 |
| - </config-file> |
192 |
| - |
193 |
| - <source-file src="src/wp/InAppBrowser.cs" /> |
194 |
| - </platform> |
195 |
| - |
196 |
| - <!-- windows8 --> |
197 |
| - <platform name="windows8"> |
198 |
| - <js-module src="www/inappbrowser.js" name="inappbrowser"> |
199 |
| - <clobbers target="cordova.InAppBrowser.open" /> |
200 |
| - <clobbers target="window.open" /> |
201 |
| - </js-module> |
202 |
| - <js-module src="www/windows8/InAppBrowserProxy.js" name="InAppBrowserProxy"> |
203 |
| - <merges target="" /> |
204 |
| - </js-module> |
205 |
| - </platform> |
206 |
| - |
207 | 104 | <!-- windows universal apps (Windows 8.1, Windows Phone 8.1, Windows 8.0) -->
|
208 | 105 | <platform name="windows">
|
209 | 106 | <js-module src="www/inappbrowser.js" name="inappbrowser">
|
|
216 | 113 | <asset src="www/inappbrowser.css" target="css/inappbrowser.css" />
|
217 | 114 | </platform>
|
218 | 115 |
|
219 |
| - <!-- firefoxos --> |
220 |
| - <platform name="firefoxos"> |
221 |
| - <config-file target="config.xml" parent="/*"> |
222 |
| - <permission name="browser" description="Enables the app to implement a browser in an iframe." privileged="true"/> |
223 |
| - </config-file> |
224 |
| - <js-module src="www/inappbrowser.js" name="inappbrowser"> |
225 |
| - <clobbers target="cordova.InAppBrowser.open" /> |
226 |
| - <clobbers target="window.open" /> |
227 |
| - </js-module> |
228 |
| - <js-module src="src/firefoxos/InAppBrowserProxy.js" name="InAppBrowserProxy"> |
229 |
| - <runs /> |
230 |
| - </js-module> |
231 |
| - </platform> |
232 |
| - |
233 | 116 | <!-- browser -->
|
234 | 117 | <platform name="browser">
|
235 | 118 | <js-module src="www/inappbrowser.js" name="inappbrowser">
|
|
0 commit comments