diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-11 16:02:42 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:42 +0200 |
| commit | 74c5e46910fa66da0e8f11ed9ec1f8e0df3b63d7 (patch) | |
| tree | 34d3c884ab2ab548310dbe2f4bc67a626bcc8449 /www/config.xml | |
| parent | 83b02062f91d616a01a5daa035fbca7d097adc05 (diff) | |
| download | wvs-vplan-74c5e46910fa66da0e8f11ed9ec1f8e0df3b63d7.tar.gz wvs-vplan-74c5e46910fa66da0e8f11ed9ec1f8e0df3b63d7.zip | |
verschiebe Dateien
Diffstat (limited to 'www/config.xml')
| -rw-r--r-- | www/config.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/www/config.xml b/www/config.xml new file mode 100644 index 0000000..d1eeeac --- /dev/null +++ b/www/config.xml @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- config.xml reference: https://cordova.apache.org/docs/en/3.4.0/config_ref_index.md.html --> +<widget xmlns = "http://www.w3.org/ns/widgets" + xmlns:gap = "http://phonegap.com/ns/1.0" + id = "***REMOVED***" + version = "0.9.5"> + + <name>WvS-VPlan</name> + + <description> + WvS-VPlan lädt den Vertretungsplan des Werner-von-Siemens-Gymnasiums vollautomatisch herunter, zeigt ihn dir an und benachrichtigt dich bei wichtigen Vertretungen. + </description> + + <author href="http://***REMOVED***"> + </author> + + <property name="aapt.ignore.assets" value="<dir>res:!.git" /> + + <feature name="http://api.phonegap.com/1.0/device" /> + <feature name="http://api.phonegap.com/1.0/file" /> + + <preference name="orientation" value="default" /> + <preference name="target-device" value="universal" /> + <preference name="fullscreen" value="false" /> + <preference name="webviewbounce" value="true" /> + <preference name="prerendered-icon" value="true" /> + <preference name="stay-in-webview" value="false" /> + <preference name="ios-statusbarstyle" value="black-opaque" /> + <preference name="detect-data-types" value="true" /> + <preference name="exit-on-suspend" value="false" /> + <preference name="show-splash-screen-spinner" value="true" /> + <preference name="auto-hide-splash-screen" value="true" /> + <preference name="disable-cursor" value="false" /> + <preference name="android-minSdkVersion" value="7" /> + <preference name="android-installLocation" value="auto" /> + <preference name="splash-screen-duration" value="0" /> + + <gap:plugin name="org.apache.cordova.file-transfer" /> + <gap:plugin name="org.apache.cordova.file" /> + <gap:plugin name="org.apache.cordova.device" /> + <gap:plugin name="org.apache.cordova.network-information" /> + + <icon src="icon.png" /> + <icon src="www/res/icons/36-ldpi.png" gap:platform="android" gap:density="ldpi" /> + <icon src="www/res/icons/48-mdpi.png" gap:platform="android" gap:density="mdpi" /> + <icon src="www/res/icons/72-hdpi.png" gap:platform="android" gap:density="hdpi" /> + <icon src="www/res/icons/96-xhdpi.png" gap:platform="android" gap:density="xhdpi" /> + <icon src="www/res/icons/blackberry/icon-80.png" gap:platform="blackberry" /> + <icon src="www/res/icons/blackberry/icon-80.png" gap:platform="blackberry" gap:state="hover"/> + <icon src="www/res/icons/57.png" gap:platform="ios" width="57" height="57" /> + <icon src="www/res/icons/72-hdpi.png" gap:platform="ios" width="72" height="72" /> + <icon src="www/res/icons/57-2x.png" gap:platform="ios" width="114" height="114" /> + <icon src="www/res/icons/72-2x.png" gap:platform="ios" width="144" height="144" /> + <icon src="www/res/icons/48-mdpi.png" gap:platform="winphone" /> + <icon src="www/res/icons/173.png" gap:platform="winphone" gap:role="background" /> + + <access origin="http://*.***REMOVED***" /> + <access origin="https://*.***REMOVED***" /> +</widget> |
