diff --git a/config.xml b/config.xml index ef8e0e4..766798f 100644 --- a/config.xml +++ b/config.xml @@ -9,6 +9,7 @@ + @@ -44,6 +45,7 @@ + diff --git a/nbproject/plugins.properties b/nbproject/plugins.properties index 69c0f98..4f68809 100644 --- a/nbproject/plugins.properties +++ b/nbproject/plugins.properties @@ -8,4 +8,5 @@ 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 -cordova-plugin-zeroconf=https://github.com/becvert/cordova-plugin-zeroconf.git \ No newline at end of file +cordova-plugin-zeroconf=https://github.com/becvert/cordova-plugin-zeroconf.git +cordova-plugin-file=https://github.com/apache/cordova-plugin-file.git \ No newline at end of file diff --git a/package.json b/package.json index b24f69c..8565feb 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "cordova-plugin-device": "git+https://github.com/apache/cordova-plugin-device.git", "cordova-plugin-dialog": "0.0.1", "cordova-plugin-dialogs": "git+https://github.com/apache/cordova-plugin-dialogs.git", + "cordova-plugin-file": "^6.0.1", "cordova-plugin-headercolor": "^1.0.0", "cordova-plugin-inappbrowser": "^1.7.1", "cordova-plugin-splashscreen": "git+https://github.com/apache/cordova-plugin-splashscreen.git", @@ -34,7 +35,8 @@ "cordova-plugin-headercolor": {}, "cordova-plugin-inappbrowser": {}, "cordova-plugin-app-version": {}, - "cordova-plugin-zeroconf": {} + "cordova-plugin-zeroconf": {}, + "cordova-plugin-file": {} }, "platforms": [ "android" diff --git a/www/views/appspinner.html b/www/views/appspinner.html index e86dfbb..afaaafb 100644 --- a/www/views/appspinner.html +++ b/www/views/appspinner.html @@ -46,7 +46,7 @@ } - +

Logging in...