-
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 #800 from RADAR-base/release-0.7.2-alpha
Release 0.7.2 alpha
- Loading branch information
Showing
44 changed files
with
832 additions
and
607 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
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,5 +1,5 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<widget android-versionCode="537" id="org.phidatalab.radar_armt" ios-CFBundleIdentifier="org.phidatalab.radar-armt" version="0.7.1.1-alpha" xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<widget android-versionCode="538" id="org.phidatalab.radar_armt" ios-CFBundleIdentifier="org.phidatalab.radar-armt" version="0.7.2-alpha" xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<name>RADAR Questionnaire</name> | ||
<description>An application that collects active data for research.</description> | ||
<author email="[email protected]" href="http://radar-base.org/">RADAR-Base</author> | ||
|
@@ -12,6 +12,7 @@ | |
<allow-intent href="sms:*" /> | ||
<allow-intent href="mailto:*" /> | ||
<allow-intent href="geo:*" /> | ||
<allow-navigation href="*" /> | ||
<icon src="resources/android/icon/drawable-xhdpi-icon.png" /> | ||
<preference name="DisallowOverscroll" value="true" /> | ||
<preference name="BackgroundColor" value="0xff6d9aa5" /> | ||
|
@@ -127,6 +128,7 @@ | |
<plugin name="cordova-plugin-camera" spec="^4.0.3" /> | ||
<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-network-information" spec="^2.0.2" /> | ||
<plugin name="phonegap-plugin-mobile-accessibility" spec="^1.0.5" /> | ||
<plugin name="cordova-media-with-compression" spec="^2.1.2" /> | ||
<plugin name="cordova-plugin-file" spec="^6.0.1" /> | ||
|
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.