From 8bb500efe2300a86120bc800e165ecb9d10584a9 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 6 Sep 2016 22:07:03 -0600 Subject: [PATCH] Add version info on loading and settings screens --- config.xml | 1 + nbproject/plugins.properties | 3 +- www/css/main.css | 8 ++ www/screens/home.html | 2 + www/screens/licenses.html | 9 ++- www/screens/login.html | 145 ++++++++++++++++++----------------- www/screens/settings.html | 8 +- www/screens/splash.html | 22 +++--- 8 files changed, 115 insertions(+), 83 deletions(-) diff --git a/config.xml b/config.xml index cb919b3..2b7261c 100644 --- a/config.xml +++ b/config.xml @@ -49,4 +49,5 @@ + diff --git a/nbproject/plugins.properties b/nbproject/plugins.properties index 572fc79..17043f9 100644 --- a/nbproject/plugins.properties +++ b/nbproject/plugins.properties @@ -20,4 +20,5 @@ cordova-plugin-network-information=https://git-wip-us.apache.org/repos/asf/cordo cordova-plugin-console=https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git cordova-plugin-device=https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git com.phonegap.plugins.barcodescanner=https://github.com/Telerik-Verified-Plugins/BarcodeScanner3 -cordova-plugin-inapppurchase=https://github.com/AlexDisler/cordova-plugin-inapppurchase \ No newline at end of file +cordova-plugin-inapppurchase=https://github.com/AlexDisler/cordova-plugin-inapppurchase +cordova_app_version_plugin=https://github.com/Binarypark/cordova_app_version_plugin \ No newline at end of file diff --git a/www/css/main.css b/www/css/main.css index dbb0f4c..364bf19 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -436,4 +436,12 @@ body { #menutabcontent { padding-top: 85px; +} + +.splash-version { + position: fixed; + bottom: 0px; + right: 10px; + color: white; + z-index: 90000; } \ No newline at end of file diff --git a/www/screens/home.html b/www/screens/home.html index 0f46cc5..23784d4 100644 --- a/www/screens/home.html +++ b/www/screens/home.html @@ -23,6 +23,7 @@

+

@@ -95,6 +96,7 @@
\ No newline at end of file diff --git a/www/screens/settings.html b/www/screens/settings.html index c9c16cc..49fd074 100644 --- a/www/screens/settings.html +++ b/www/screens/settings.html @@ -53,5 +53,11 @@
Open Source Licenses
+
+ Version: +
- \ No newline at end of file + + \ No newline at end of file diff --git a/www/screens/splash.html b/www/screens/splash.html index c84a06c..8f526ee 100644 --- a/www/screens/splash.html +++ b/www/screens/splash.html @@ -15,12 +15,16 @@ See the License for the specific language governing permissions and limitations under the License. --> -
- -

- Loading... -
-
-

-
-
\ No newline at end of file +
+ +

+ Loading... +
+
+

+

+
+
+ \ No newline at end of file