-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 #3570 from moodlehq/integration
Integration
- Loading branch information
Showing
329 changed files
with
6,615 additions
and
1,449 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<widget android-versionCode="41001" id="com.moodle.moodlemobile" ios-CFBundleVersion="4.1.0.1" version="4.1.0" versionCode="41001" 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"> | ||
<widget android-versionCode="41100" id="com.moodle.moodlemobile" ios-CFBundleVersion="4.1.1.0" version="4.1.1" versionCode="41100" 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"> | ||
<name>Moodle</name> | ||
<description>Moodle official app</description> | ||
<author email="[email protected]" href="http://moodle.com">Moodle Mobile team</author> | ||
|
@@ -27,7 +27,7 @@ | |
<preference name="UIWebViewBounce" value="false" /> | ||
<preference name="DisallowOverscroll" value="true" /> | ||
<preference name="prerendered-icon" value="true" /> | ||
<preference name="AppendUserAgent" value="MoodleMobile 4.1.0 (41001)" /> | ||
<preference name="AppendUserAgent" value="MoodleMobile 4.1.1 (41100)" /> | ||
<preference name="BackupWebStorage" value="none" /> | ||
<preference name="ScrollEnabled" value="false" /> | ||
<preference name="KeyboardDisplayRequiresUserAction" value="false" /> | ||
|
@@ -196,13 +196,9 @@ | |
<param name="android-package" value="com.adobe.phonegap.push.PushPlugin" /> | ||
</feature> | ||
</config-file> | ||
<config-file parent="/*" target="res/xml/config.xml"> | ||
<feature name="Media"> | ||
<param name="android-package" value="org.apache.cordova.media.AudioHandler" /> | ||
</feature> | ||
</config-file> | ||
<config-file parent="/*" target="AndroidManifest.xml"> | ||
<uses-feature android:name="android.hardware.bluetooth" android:required="false" /> | ||
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> | ||
</config-file> | ||
<config-file parent="/*" target="AndroidManifest.xml"> | ||
<queries> | ||
|
@@ -236,7 +232,7 @@ | |
<true /> | ||
</edit-config> | ||
<edit-config file="*-Info.plist" mode="merge" target="CFBundleShortVersionString"> | ||
<string>4.1.0</string> | ||
<string>4.1.1</string> | ||
</edit-config> | ||
<edit-config file="*-Info.plist" mode="overwrite" target="CFBundleLocalizations"> | ||
<array> | ||
|
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
Empty file.
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.