Skip to content

Commit ad9c442

Browse files
Merge pull request #4099 from dpalou/MOBILE-4470
Mobile 4470
2 parents 38a2470 + ee8c3a6 commit ad9c442

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

config.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="44002" id="com.moodle.moodlemobile" ios-CFBundleVersion="4.4.0.2" version="4.4.0" versionCode="44002" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="44003" id="com.moodle.moodlemobile" ios-CFBundleVersion="4.4.0.3" version="4.4.0" versionCode="44003" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Moodle</name>
44
<description>Moodle official app</description>
55
<author email="[email protected]" href="http://moodle.com">Moodle Mobile team</author>
@@ -28,7 +28,7 @@
2828
<preference name="UIWebViewBounce" value="false" />
2929
<preference name="DisallowOverscroll" value="true" />
3030
<preference name="prerendered-icon" value="true" />
31-
<preference name="AppendUserAgent" value="MoodleMobile 4.4.0 (44002)" />
31+
<preference name="AppendUserAgent" value="MoodleMobile 4.4.0 (44003)" />
3232
<preference name="BackupWebStorage" value="none" />
3333
<preference name="ScrollEnabled" value="false" />
3434
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
@@ -81,13 +81,10 @@
8181
<platform name="ios">
8282
<resource-file src="GoogleService-Info.plist" />
8383
<edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
84-
<string>We need camera access to take pictures so you can attach them as part of your submissions.</string>
84+
<string>We need camera access to take pictures so you can use them for changing your profile picture, attach them in your tasks submission and share them with the teachers.</string>
8585
</edit-config>
8686
<edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryUsageDescription">
87-
<string>We need photo library access to get pictures from there so you can attach them as part of your submissions.</string>
88-
</edit-config>
89-
<edit-config file="*-Info.plist" mode="merge" target="NSMicrophoneUsageDescription">
90-
<string>We need microphone access to record sounds so you can attach them as part of your submissions.</string>
87+
<string>We need photo library access to get pictures from there so you can use them for changing your profile picture, attach them in your tasks submission and share them with the teachers.</string>
9188
</edit-config>
9289
<edit-config file="*-Info.plist" mode="merge" target="UISupportsDocumentBrowser">
9390
<true />

moodle.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app_id": "com.moodle.moodlemobile",
33
"appname": "Moodle Mobile",
4-
"versioncode": 44002,
4+
"versioncode": 44003,
55
"versionname": "4.4.0",
66
"cache_update_frequency_usually": 420000,
77
"cache_update_frequency_often": 1200000,

0 commit comments

Comments
 (0)