summaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-11-02 14:56:45 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-11-02 14:56:45 -0400
commit479b09f62d150cd56990be3d638c6b5f9dc5587c (patch)
treeba3361ab9418ebb755289f70450d25d51168e700 /config.xml
parent22c27c6b6e53c17604f03466f573241c6e801a15 (diff)
bazillion changes/cleanup - I think I got the big offender it was unload handler in app.js #550
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml28
1 files changed, 23 insertions, 5 deletions
diff --git a/config.xml b/config.xml
index ac652f59..fc6b5b32 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninjapro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.2.504" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninjapro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.2.506" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>zmNinja</name>
<description>
High performance ZoneMinder client
@@ -8,8 +8,15 @@
Pliable Pixels
</author>
<content src="index.html" />
- <access launch-external="yes" origin="mailto:*" />
+ <allow-intent href="*" />
+ <access origin="*" />
+ <allow-navigation href="http://ionic.local/*" />
+ <allow-intent href="http://*/*" />
+ <allow-intent href="https://*/*" />
+ <allow-intent href="tel:*" />
+ <allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
+ <allow-intent href="geo:*" />
<allow-navigation href="*" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<preference name="iosPersistentFileLocation" value="Library" />
@@ -74,6 +81,8 @@
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
</platform>
<platform name="android">
+ <preference name="android-manifest/@android:installLocation" value="auto" />
+ <preference name="loadUrlTimeoutValue" value="700000" />
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
<icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
@@ -94,24 +103,32 @@
<splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
</platform>
<icon src="resources/android/icon/drawable-xhdpi-icon.png" />
- <preference name="SplashShowOnlyFirstTime" value="false" />
+ <preference name="SplashShowOnlyFirstTime" value="true" />
<engine name="android" spec="^6.2.3" />
<engine name="ios" spec="^4.4.0" />
- <plugin name="com.jcjee.plugins.emailcomposer" spec="https://github.com/pliablepixels/email-composer" />
<plugin name="com.telerik.plugins.nativepagetransitions" spec="^0.6.5" />
+ <plugin name="cordova-custom-config" spec="^4.0.2" />
<plugin name="cordova-library-helper" spec="^1.0.4">
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="Save media to your Camera Roll" />
</plugin>
<plugin name="cordova-plugin-add-swift-support" spec="^1.7.0" />
<plugin name="cordova-plugin-android-permissions" spec="^1.0.0" />
<plugin name="cordova-plugin-app-version" spec="^0.1.9" />
- <plugin name="cordova-plugin-certificates" spec="git+https://github.com/hypery2k/cordova-certificate-plugin.git" />
<plugin name="cordova-plugin-compat" spec="^1.2.0" />
<plugin name="cordova-plugin-console" spec="^1.1.0" />
+ <plugin name="cordova-plugin-crosswalk-certificate" spec="git+https://github.com/danjarvis/cordova-plugin-crosswalk-certificate.git" />
+ <plugin name="cordova-plugin-crosswalk-webview" spec="^2.2.0">
+ <variable name="XWALK_MODE" value="lite" />
+ <variable name="XWALK_VERSION" value="17.46.459.1" />
+ <variable name="XWALK_LITEVERSION" value="xwalk_core_library_canary:17+" />
+ <variable name="XWALK_COMMANDLINE" value="--disable-pull-to-refresh-effect" />
+ <variable name="XWALK_MULTIPLEAPK" value="true" />
+ </plugin>
<plugin name="cordova-plugin-customurlscheme" spec="^4.3.0">
<variable name="URL_SCHEME" value="zmninja" />
</plugin>
<plugin name="cordova-plugin-device" spec="^1.1.6" />
+ <plugin name="cordova-plugin-email" spec="git+https://github.com/pliablepixels/cordova-email-plugin.git" />
<plugin name="cordova-plugin-file" spec="^4.3.3" />
<plugin name="cordova-plugin-file-transfer" spec="^1.6.3" />
<plugin name="cordova-plugin-globalization" spec="^1.0.7" />
@@ -133,6 +150,7 @@
<plugin name="cordova-plugin-websocket" spec="^0.12.2" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
<plugin name="cordova-sqlite-storage" spec="^1.5.3" />
+ <plugin name="cordova.plugins.diagnostic" spec="^3.7.1" />
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
<plugin name="org.devgeeks.Canvas2ImagePlugin" spec="https://github.com/flache/Canvas2ImagePlugin">
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value=" " />