-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #250 from RADAR-base/staging-app
Release 0.5.10-alpha
- Loading branch information
Showing
29 changed files
with
664 additions
and
1,084 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,97 +1,95 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<widget android-versionCode="513" id="org.phidatalab.radar_armt" version="0.5.9-alpha" | ||
xmlns="http://www.w3.org/ns/widgets" | ||
xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<name>RADAR Questionnaire</name> | ||
<description>An application that collects active data for research.</description> | ||
<author email="[email protected]" href="http://radar-cns.org/">RADAR-CNS</author> | ||
<content src="index.html" /> | ||
<access origin="*" /> | ||
<access origin="*" subdomains="true" /> | ||
<allow-intent href="http://*/*" /> | ||
<allow-intent href="https://*/*" /> | ||
<allow-intent href="tel:*" /> | ||
<allow-intent href="sms:*" /> | ||
<allow-intent href="mailto:*" /> | ||
<allow-intent href="geo:*" /> | ||
<icon src="resources/android/icon/drawable-xhdpi-icon.png" /> | ||
<preference name="DisallowOverscroll" value="true" /> | ||
<preference name="BackgroundColor" value="0xff6d9aa5" /> | ||
<preference name="Orientation" value="portrait" /> | ||
<platform name="android"> | ||
<allow-intent href="market:*" /> | ||
<preference name="android-minSdkVersion" value="21" /> | ||
<preference name="AndroidLaunchMode" value="singleTop" /> | ||
<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" /> | ||
<icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" /> | ||
<icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" /> | ||
<icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" /> | ||
<splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" /> | ||
<splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" /> | ||
<splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" /> | ||
<splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" /> | ||
<splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" /> | ||
<splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png" /> | ||
<splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" /> | ||
<splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" /> | ||
<splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" /> | ||
<splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" /> | ||
<splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" /> | ||
<splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" /> | ||
</platform> | ||
<preference name="SplashScreen" value="screen" /> | ||
<preference name="SplashScreenBackgroundColor" value="0xff6d9aa5" /> | ||
<preference name="FadeSplashScreen" value="true" /> | ||
<preference name="FadeSplashScreenDuration" value="1000" /> | ||
<preference name="SplashScreenDelay" value="3000" /> | ||
<preference name="AutoHideSplashScreen" value="false" /> | ||
<preference name="ShowSplashScreenSpinner" value="false" /> | ||
<preference name="SplashScreenSpinnerColor" value="0xffffffff" /> | ||
<preference name="SplashMaintainAspectRatio" value="true" /> | ||
<preference name="SplashShowOnlyFirstTime" value="false" /> | ||
<allow-navigation href="*" /> | ||
<allow-navigation href="http://10.40.189.168:8101" /> | ||
<allow-navigation href="http://10.40.189.168:8100" /> | ||
<allow-navigation href="http://10.40.177.195:8101" /> | ||
<allow-navigation href="http://10.40.177.195:8100" /> | ||
<allow-navigation href="http://10.40.140.19:8100" /> | ||
<allow-navigation href="http://172.20.10.5:8100" /> | ||
<allow-navigation href="http://10.41.163.140:8100" /> | ||
<allow-navigation href="http://10.40.230.126:8100" /> | ||
<allow-navigation href="http://10.40.149.14:8100" /> | ||
<allow-navigation href="http://10.40.149.14:8101" /> | ||
<allow-navigation href="http://172.20.10.5:8101" /> | ||
<allow-navigation href="http://10.236.23.88:8100" /> | ||
<allow-navigation href="http://172.20.20.20:8100" /> | ||
<allow-navigation href="http://10.0.0.150:8100" /> | ||
<allow-navigation href="http://10.35.12.253:8100" /> | ||
<allow-navigation href="http://10.35.12.253:8101" /> | ||
<allow-navigation href="http://169.254.164.7:8100" /> | ||
<allow-navigation href="http://10.131.139.253:8101" /> | ||
<allow-navigation href="http://10.131.139.253:8100" /> | ||
<allow-navigation href="http://10.40.221.18:8101" /> | ||
<plugin name="cordova-android-support-gradle-release" spec="^1.4.2"> | ||
<variable name="ANDROID_SUPPORT_VERSION" value="27.+" /> | ||
</plugin> | ||
<plugin name="cordova-plugin-android-permissions" spec="^0.11.0" /> | ||
<plugin name="cordova-plugin-camera" spec="^3.0.0" /> | ||
<plugin name="cordova-plugin-console" spec="^1.1.0" /> | ||
<plugin name="cordova-plugin-device" spec="^1.1.7" /> | ||
<plugin name="cordova-plugin-dialogs" spec="^1.3.4" /> | ||
<plugin name="cordova-plugin-media-capture" spec="^3.0.1" /> | ||
<plugin name="cordova-plugin-opensmile" spec="^2.0.3" /> | ||
<plugin name="cordova-plugin-splashscreen" spec="^4.1.0" /> | ||
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" /> | ||
<plugin name="cordova-plugin-vibration" spec="^2.1.6" /> | ||
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" /> | ||
<plugin name="cordova-sqlite-storage" spec="^2.3.1" /> | ||
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" /> | ||
<plugin name="phonegap-plugin-barcodescanner" spec="^7.0.2" /> | ||
<plugin name="cordova-plugin-local-notification" spec="^0.9.0-beta.3" /> | ||
<plugin name="cordova-plugin-app-version" spec="^0.1.9" /> | ||
<plugin name="cordova-plugin-fcm" spec="git+https://github.com/yatharthranjan/cordova-plugin-fcm.git" /> | ||
<plugin name="cordova-plugin-globalization" spec="^1.11.0" /> | ||
<engine name="android" spec="6.4.0" /> | ||
<widget android-versionCode="515" id="org.phidatalab.radar_armt" version="0.5.10-alpha" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<name>RADAR Questionnaire</name> | ||
<description>An application that collects active data for research.</description> | ||
<author email="[email protected]" href="http://radar-cns.org/">RADAR-CNS</author> | ||
<content src="index.html" /> | ||
<access origin="*" /> | ||
<access origin="*" subdomains="true" /> | ||
<allow-intent href="http://*/*" /> | ||
<allow-intent href="https://*/*" /> | ||
<allow-intent href="tel:*" /> | ||
<allow-intent href="sms:*" /> | ||
<allow-intent href="mailto:*" /> | ||
<allow-intent href="geo:*" /> | ||
<icon src="resources/android/icon/drawable-xhdpi-icon.png" /> | ||
<preference name="DisallowOverscroll" value="true" /> | ||
<preference name="BackgroundColor" value="0xff6d9aa5" /> | ||
<preference name="Orientation" value="portrait" /> | ||
<platform name="android"> | ||
<allow-intent href="market:*" /> | ||
<preference name="android-minSdkVersion" value="21" /> | ||
<preference name="AndroidLaunchMode" value="singleTop" /> | ||
<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" /> | ||
<icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" /> | ||
<icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" /> | ||
<icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" /> | ||
<splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" /> | ||
<splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" /> | ||
<splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" /> | ||
<splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" /> | ||
<splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" /> | ||
<splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png" /> | ||
<splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" /> | ||
<splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" /> | ||
<splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" /> | ||
<splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" /> | ||
<splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" /> | ||
<splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" /> | ||
</platform> | ||
<preference name="SplashScreen" value="screen" /> | ||
<preference name="SplashScreenBackgroundColor" value="0xff6d9aa5" /> | ||
<preference name="FadeSplashScreen" value="true" /> | ||
<preference name="FadeSplashScreenDuration" value="1000" /> | ||
<preference name="SplashScreenDelay" value="3000" /> | ||
<preference name="AutoHideSplashScreen" value="false" /> | ||
<preference name="ShowSplashScreenSpinner" value="false" /> | ||
<preference name="SplashScreenSpinnerColor" value="0xffffffff" /> | ||
<preference name="SplashMaintainAspectRatio" value="true" /> | ||
<preference name="SplashShowOnlyFirstTime" value="false" /> | ||
<allow-navigation href="*" /> | ||
<allow-navigation href="http://10.40.189.168:8101" /> | ||
<allow-navigation href="http://10.40.189.168:8100" /> | ||
<allow-navigation href="http://10.40.177.195:8101" /> | ||
<allow-navigation href="http://10.40.177.195:8100" /> | ||
<allow-navigation href="http://10.40.140.19:8100" /> | ||
<allow-navigation href="http://172.20.10.5:8100" /> | ||
<allow-navigation href="http://10.41.163.140:8100" /> | ||
<allow-navigation href="http://10.40.230.126:8100" /> | ||
<allow-navigation href="http://10.40.149.14:8100" /> | ||
<allow-navigation href="http://10.40.149.14:8101" /> | ||
<allow-navigation href="http://172.20.10.5:8101" /> | ||
<allow-navigation href="http://10.236.23.88:8100" /> | ||
<allow-navigation href="http://172.20.20.20:8100" /> | ||
<allow-navigation href="http://10.0.0.150:8100" /> | ||
<allow-navigation href="http://10.35.12.253:8100" /> | ||
<allow-navigation href="http://10.35.12.253:8101" /> | ||
<allow-navigation href="http://169.254.164.7:8100" /> | ||
<allow-navigation href="http://10.131.139.253:8101" /> | ||
<allow-navigation href="http://10.131.139.253:8100" /> | ||
<allow-navigation href="http://10.40.221.18:8101" /> | ||
<plugin name="cordova-android-support-gradle-release" spec="^1.4.2"> | ||
<variable name="ANDROID_SUPPORT_VERSION" value="27.+" /> | ||
</plugin> | ||
<plugin name="cordova-plugin-android-permissions" spec="^0.11.0" /> | ||
<plugin name="cordova-plugin-camera" spec="^3.0.0" /> | ||
<plugin name="cordova-plugin-console" spec="^1.1.0" /> | ||
<plugin name="cordova-plugin-device" spec="^1.1.7" /> | ||
<plugin name="cordova-plugin-dialogs" spec="^1.3.4" /> | ||
<plugin name="cordova-plugin-media-capture" spec="^3.0.1" /> | ||
<plugin name="cordova-plugin-opensmile" spec="^2.0.3" /> | ||
<plugin name="cordova-plugin-splashscreen" spec="^4.1.0" /> | ||
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" /> | ||
<plugin name="cordova-plugin-vibration" spec="^2.1.6" /> | ||
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" /> | ||
<plugin name="cordova-sqlite-storage" spec="^2.3.1" /> | ||
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" /> | ||
<plugin name="phonegap-plugin-barcodescanner" spec="^7.0.2" /> | ||
<plugin name="cordova-plugin-local-notification" spec="^0.9.0-beta.3" /> | ||
<plugin name="cordova-plugin-app-version" spec="^0.1.9" /> | ||
<plugin name="cordova-plugin-fcm" spec="git+https://github.com/yatharthranjan/cordova-plugin-fcm.git" /> | ||
<plugin name="cordova-plugin-globalization" spec="^1.11.0" /> | ||
<engine name="android" spec="6.4.0" /> | ||
</widget> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.