diff --git a/config.xml b/config.xml index 6839e1c..2f3b73e 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Business Mobile client for the Netsyms Business Apps. @@ -50,5 +50,6 @@ + diff --git a/nbproject/plugins.properties b/nbproject/plugins.properties index 3d1ee05..69c0f98 100644 --- a/nbproject/plugins.properties +++ b/nbproject/plugins.properties @@ -7,4 +7,5 @@ phonegap-plugin-barcodescanner=https://github.com/phonegap/phonegap-plugin-barco cordova-plugin-statusbar=https://github.com/apache/cordova-plugin-statusbar.git cordova-plugin-headercolor=https://github.com/tomloprod/cordova-plugin-headercolor.git cordova-plugin-inappbrowser=https://github.com/apache/cordova-plugin-inappbrowser.git -cordova-plugin-app-version=https://github.com/whiteoctober/cordova-plugin-app-version.git \ No newline at end of file +cordova-plugin-app-version=https://github.com/whiteoctober/cordova-plugin-app-version.git +cordova-plugin-zeroconf=https://github.com/becvert/cordova-plugin-zeroconf.git \ No newline at end of file diff --git a/package.json b/package.json index 2a3ad7c..9aea2a3 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,14 @@ { "name": "com.netsyms.BusinessMobile", "displayName": "Business for Mobile", - "version": "1.2.1", + "version": "1.3", "description": "Mobile client for the Netsyms Business Apps.", "main": "index.html", "author": "Netsyms Technologies", "license": "netsyms-business-license", "dependencies": { "cordova-android": "^6.2.3", + "cordova-plugin-add-swift-support": "^1.7.0", "cordova-plugin-app-version": "^0.1.9", "cordova-plugin-compat": "^1.1.0", "cordova-plugin-console": "git+https://github.com/apache/cordova-plugin-console.git", @@ -19,6 +20,7 @@ "cordova-plugin-splashscreen": "git+https://github.com/apache/cordova-plugin-splashscreen.git", "cordova-plugin-statusbar": "^2.2.3", "cordova-plugin-whitelist": "^1.3.2", + "cordova-plugin-zeroconf": "^1.2.5", "phonegap-plugin-barcodescanner": "^6.0.6" }, "cordova": { @@ -32,7 +34,8 @@ "cordova-plugin-statusbar": {}, "cordova-plugin-headercolor": {}, "cordova-plugin-inappbrowser": {}, - "cordova-plugin-app-version": {} + "cordova-plugin-app-version": {}, + "cordova-plugin-zeroconf": {} }, "platforms": [ "android" diff --git a/www/views/settings.html b/www/views/settings.html index f9b00fe..fb64d4f 100644 --- a/www/views/settings.html +++ b/www/views/settings.html @@ -16,6 +16,13 @@ +
+
+ Server Locator +

Scan the local network for Business Apps services.

+
+
+
Netsyms Business Apps for Mobile v1.x @@ -40,7 +47,7 @@ setnavbar("settings"); function deleteall() { - navigator.notification.confirm("Really wipe user data? You will need to resync the app with Portal to use it again.", function (result) { + navigator.notification.confirm("Really wipe user data? You will need to resync the app with AccountHub to use it again.", function (result) { if (result != 1) { return; } diff --git a/www/views/zeroconf.html b/www/views/zeroconf.html new file mode 100644 index 0000000..2bd8027 --- /dev/null +++ b/www/views/zeroconf.html @@ -0,0 +1,61 @@ +
+ +
This tool scans for Business Apps servers on the local network. Tap on a server to view it in a web browser.
+
+
+ Searching... +
+
+
Rescan
+ + + \ No newline at end of file