cordova-plugin-netcontroll-integration-getnet 1.0.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +31 -0
- package/plugin.xml +44 -0
- package/src/android/GetNet/GetNetSumni.java +611 -0
- package/src/android/NetControllCordovaPluginsIntegrationGetNet.java +70 -0
- package/src/android/Utils/NetControllHelpers.java +21 -0
- package/src/android/Utils/NetControllPrinter.java +652 -0
- package/src/android/netcontroll.gradle +7 -0
- package/src/build.gradle +102 -0
- package/src/libs/libposdigital-1.8.0-12-release.aar +0 -0
- package/www/GetNet/Sumni.js +32 -0
- package/www/NetControllCordovaPluginsIntegrationGetNet.js +16 -0
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "cordova-plugin-netcontroll-integration-getnet",
|
|
3
|
+
"version": "1.0.104",
|
|
4
|
+
"description": "Plugin cordova de integracao para uso interno (NetControll/ XMenu)",
|
|
5
|
+
"cordova": {
|
|
6
|
+
"id": "cordova-plugin-netcontroll-integration-getnet",
|
|
7
|
+
"platforms": [
|
|
8
|
+
"android"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/developernetcontroll/cordova-plugin-netcontroll-integration-getnet"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"ecosystem:cordova",
|
|
17
|
+
"cordova-android",
|
|
18
|
+
"netcontroll",
|
|
19
|
+
"xmenu",
|
|
20
|
+
"elgin",
|
|
21
|
+
"minipdv",
|
|
22
|
+
"M8",
|
|
23
|
+
"M10"
|
|
24
|
+
],
|
|
25
|
+
"author": "Luccas Quintino",
|
|
26
|
+
"license": "ISC",
|
|
27
|
+
"bugs": {
|
|
28
|
+
"url": "https://github.com/developernetcontroll/cordova-plugin-netcontroll-integration-getnet"
|
|
29
|
+
},
|
|
30
|
+
"homepage": "https://github.com/developernetcontroll/cordova-plugin-netcontroll-integration-getnet#readme"
|
|
31
|
+
}
|
package/plugin.xml
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
+
<plugin id="cordova-plugin-netcontroll-integration-getnet" version="1.0.104"
|
|
3
|
+
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
|
4
|
+
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
5
|
+
|
|
6
|
+
<name>NetControllCordovaPluginsIntegrationGetNet</name>
|
|
7
|
+
<js-module name="NetControllCordovaPluginsIntegrationGetNet" src="www/NetControllCordovaPluginsIntegrationGetNet.js">
|
|
8
|
+
<clobbers target="cordova.plugins.NetControllCordovaPluginsIntegrationGetNet" />
|
|
9
|
+
</js-module>
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
<js-module name="GetNetSumni" src="www/GetNet/Sumni.js">
|
|
13
|
+
<clobbers target="cordova.plugins.NetControllCordovaPluginsIntegrationGetNet.GetNetSumni" />
|
|
14
|
+
</js-module>
|
|
15
|
+
|
|
16
|
+
<dependency id="cordova-plugin-androidx-adapter" version="1.1.3" />
|
|
17
|
+
<platform name="android">
|
|
18
|
+
<config-file parent="/*" target="res/xml/config.xml">
|
|
19
|
+
<feature name="NetControllCordovaPluginsIntegrationGetNet">
|
|
20
|
+
<param name="android-package" value="cordova.plugin.netcontroll.integration.getnet.NetControllCordovaPluginsIntegrationGetNet" />
|
|
21
|
+
<param name="onload" value="true"/>
|
|
22
|
+
</feature>
|
|
23
|
+
|
|
24
|
+
<preference name="AndroidXEnabled" value="true" />
|
|
25
|
+
</config-file>
|
|
26
|
+
|
|
27
|
+
<config-file parent="/*" target="AndroidManifest.xml">
|
|
28
|
+
<uses-permission android:name="com.getnet.posdigital.service.POSDIGITAL" />
|
|
29
|
+
</config-file>
|
|
30
|
+
|
|
31
|
+
<!-- executable source code > -->
|
|
32
|
+
<source-file src="src/android/NetControllCordovaPluginsIntegrationGetNet.java" target-dir="src/cordova-plugin-netcontroll-integration-getnet" />
|
|
33
|
+
<source-file src="src/android/Utils/NetControllHelpers.java" target-dir="src/cordova-plugin-netcontroll-integration-getnet/Utils" />
|
|
34
|
+
<source-file src="src/android/Utils/NetControllPrinter.java" target-dir="src/cordova-plugin-netcontroll-integration-getnet/Utils" />
|
|
35
|
+
|
|
36
|
+
<!--______________________________GetNet______________________________-->
|
|
37
|
+
<source-file src="src/android/GetNet/GetNetSumni.java" target-dir="src/cordova-plugin-netcontroll-integration-getnet/GetNet" />
|
|
38
|
+
<resource-file src="src/libs/libposdigital-1.8.0-12-release.aar" target="libs/libposdigital-1.8.0-12-release.aar" />
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
<framework src="src/build.gradle" custom="true" type="gradleReference" />
|
|
42
|
+
<framework src="src/android/netcontroll.gradle" custom="true" type="gradleReference" />
|
|
43
|
+
</platform>
|
|
44
|
+
</plugin>
|