cozy/cozy-mobile

View on GitHub
config.xml

Summary

Maintainability
Test Coverage
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="200100" android-versionName="2.1.0" id="io.cozy.files_client" ios-CFBundleIdentifier="io.cozy.mobile.sync" version="2.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>Cozy Mobile</name>
    <description>Sync files from your cozycloud</description>
    <author email="contact@cozycloud.cc" href="https://cozy.io">Cozy Cloud</author>
    <preference name="Fullscreen" value="false" />
    <preference name="android-minSdkVersion" value="14" />
    <preference name="AndroidLaunchMode" value="singleTask" />
    <preference name="android-windowSoftInputMode" value="stateHidden|adjustPan" />
    <preference name="KeyboardDisplayRequiresUserAction" value="false" />
    <content src="index.html" />
    <preference name="SplashScreenDelay" value="3000" />
    <preference name="FadeSplashScreen" value="false" />
    <preference name="ShowSplashScreenSpinner" value="false" />
    <preference name="StatusBarOverlaysWebView" value="false" />
    <preference name="StatusBarBackgroundColor" value="#33A6FF" />
    <platform name="android">
        <icon density="ldpi" src="res/icons/android/icon-36-ldpi.png" />
        <icon density="mdpi" src="res/icons/android/icon-48-mdpi.png" />
        <icon density="hdpi" src="res/icons/android/icon-72-hdpi.png" />
        <icon density="xhdpi" src="res/icons/android/icon-96-xhdpi.png" />
        <icon density="xxhdpi" src="res/icons/android/icon-144-xxhdpi.png" />
        <icon density="xxxhdpi" src="res/icons/android/icon-192-xxxhdpi.png" />
        <splash density="land-hdpi" src="res/screens/android/screen-hdpi-landscape.png" />
        <splash density="land-ldpi" src="res/screens/android/screen-ldpi-landscape.png" />
        <splash density="land-mdpi" src="res/screens/android/screen-mdpi-landscape.png" />
        <splash density="land-xhdpi" src="res/screens/android/screen-xhdpi-landscape.png" />
        <splash density="land-xxhdpi" src="res/screens/android/screen-xxhdpi-landscape.png" />
        <splash density="land-xxxhdpi" src="res/screens/android/screen-xxxhdpi-landscape.png" />
        <splash density="port-hdpi" src="res/screens/android/screen-hdpi-portrait.png" />
        <splash density="port-ldpi" src="res/screens/android/screen-ldpi-portrait.png" />
        <splash density="port-mdpi" src="res/screens/android/screen-mdpi-portrait.png" />
        <splash density="port-xhdpi" src="res/screens/android/screen-xhdpi-portrait.png" />
        <splash density="port-xxhdpi" src="res/screens/android/screen-xxhdpi-portrait.png" />
        <splash density="port-xxxhdpi" src="res/screens/android/screen-xxxhdpi-portrait.png" />
    </platform>
    <platform name="ios">
        <icon height="180" src="res/icons/ios/icon-60-3x.png" width="180" />
        <icon height="60" src="res/icons/ios/icon-60.png" width="60" />
        <icon height="120" src="res/icons/ios/icon-60-2x.png" width="120" />
        <icon height="76" src="res/icons/ios/icon-76.png" width="76" />
        <icon height="152" src="res/icons/ios/icon-76-2x.png" width="152" />
        <icon height="40" src="res/icons/ios/icon-40.png" width="40" />
        <icon height="80" src="res/icons/ios/icon-40-2x.png" width="80" />
        <icon height="57" src="res/icons/ios/icon-57.png" width="57" />
        <icon height="114" src="res/icons/ios/icon-57-2x.png" width="114" />
        <icon height="72" src="res/icons/ios/icon-72.png" width="72" />
        <icon height="144" src="res/icons/ios/icon-72-2x.png" width="144" />
        <icon height="29" src="res/icons/ios/icon-small.png" width="29" />
        <icon height="58" src="res/icons/ios/icon-small-2x.png" width="58" />
        <icon height="50" src="res/icons/ios/icon-50.png" width="50" />
        <icon height="100" src="res/icons/ios/icon-50-2x.png" width="100" />
        <splash height="480" src="res/screens/ios/screen-iphone-portrait.png" width="320" />
        <splash height="960" src="res/screens/ios/screen-iphone-portrait-2x.png" width="640" />
        <splash height="1024" src="res/screens/ios/screen-ipad-portrait.png" width="768" />
        <splash height="2048" src="res/screens/ios/screen-ipad-portrait-2x.png" width="1536" />
        <splash height="768" src="res/screens/ios/screen-ipad-landscape.png" width="1024" />
        <splash height="1536" src="res/screens/ios/screen-ipad-landscape-2x.png" width="2048" />
        <splash height="1136" src="res/screens/ios/screen-iphone-568h-2x.png" width="640" />
        <splash height="1334" src="res/screens/ios/screen-iphone-portrait-667h.png" width="750" />
        <splash height="2208" src="res/screens/ios/screen-iphone-portrait-736h.png" width="1242" />
        <splash height="1242" src="res/screens/ios/screen-iphone-landscape-736h.png" width="2208" />
    </platform>
    <feature name="SocialSharing">
        <param name="android-package" value="nl.xservices.plugins.SocialSharing" />
        <param name="ios-package" value="SocialSharing" />
    </feature>
    <access origin="*" />
    <allow-intent href="mailto:*" />
    <engine name="android" spec="6.1.0" />
    <engine name="ios" spec="4.3.0" />
    <plugin name="cordova-plugin-battery-status" spec="1.1.2" />
    <plugin name="cordova-plugin-blob-constructor-polyfill" spec="1.0.2" />
    <plugin name="cordova-plugin-device" spec="1.1.3" />
    <plugin name="cordova-plugin-dialogs" spec="1.3.0" />
    <plugin name="cordova-plugin-file" spec="4.3.0" />
    <plugin name="cordova-plugin-file-opener2" spec="https://github.com/kosssi/cordova-plugin-file-opener2" />
    <plugin name="cordova-plugin-file-transfer" spec="1.6.0" />
    <plugin name="cordova-plugin-globalization" spec="https://github.com/cozy/cordova-plugin-globalization" />
    <plugin name="cordova-plugin-inappbrowser" spec="1.5.0" />
    <plugin name="cordova-plugin-network-information" spec="1.3.0" />
    <plugin name="cordova-plugin-splashscreen" spec="https://github.com/cozy/cordova-plugin-splashscreen" />
    <plugin name="cordova-plugin-whitelist" spec="1.3.0" />
    <plugin name="cordova-plugin-x-toast" spec="2.5.2" />
    <plugin name="cordova-sqlite-storage" spec="1.4.7" />
    <plugin name="de.appplant.cordova.plugin.local-notification" spec="0.8.4" />
    <plugin name="io.cozy.calendarsync" spec="https://github.com/cozy/cordova-plugin-calendarsync#v1.0.1" />
    <plugin name="io.cozy.contacts" spec="https://github.com/cozy/cordova-plugin-contacts#c1.0.6" />
    <plugin name="io.cozy.cordova-images-browser" spec="https://github.com/cozy/cordova-images-browser#v1.0.2" />
    <plugin name="io.cozy.jsbackgroundservice" spec="https://github.com/cozy/cordova-jsbackgroundservice#v1.1.5" />
    <plugin name="io.cozy.jsbgservice-newpicture" spec="https://github.com/cozy/cordova-jsbgservice-newpicture#v1.0.0" />
    <plugin name="cordova-plugin-screen-orientation" spec="1.4.2" />
    <plugin name="cordova-plugin-statusbar" spec="https://github.com/cozy/cordova-plugin-statusbar" />
    <plugin name="cordova-plugin-android-permissions" spec="0.10.0" />
    <plugin name="cordova-plugin-x-socialsharing" spec="5.1.3" />
</widget>