Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

changes done #184

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
9 changes: 4 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"app_id" : "com.moodle.moodlemobile",
"versioncode" : "391",
"versionname" : "1.15",
"app_id" : "com.moodle.corteach",
"versioncode" : "2",
"versionname" : "1.1",
"cache_expiration_time" : 300000,
"default_lang" : "en",
"languages": {"ar": "عربي", "bg": "Български", "ca": "Català", "cs": "Čeština", "de": "Deutsch","en": "English", "es": "Español", "es_mx": "Español - México", "eu": "Euskara", "fa": "فارسی", "fr" : "Français", "he" : "עברית", "hu": "magyar", "it": "Italiano", "ja": "日本語","nl": "Nederlands", "pt_br": "Português - Brasil", "ru": "Русский", "sv": "Svenska", "tr" : "Türkçe", "zh_cn" : "简体中文", "zh_tw" : "正體中文"},
"plugins" : ["notifications", "messages", "upload", "events", "myfiles", "contents", "participants", "grades","addcontact", "addnote", "sendmessage", "forum", "label", "url", "page", "resource", "assign"],
"wsservice" : "moodle_mobile_app",
"wsextservice" : "local_mobile",
"presets" : {"url": "", "username": ""},
"presets" : {"url": "https://www.corteach.com", "username": ""},
"sync_ws_on" : true,
"sync_css_on" : true,
"sync_cron": 300000,
Expand All @@ -18,7 +18,6 @@
"log_length" : 100,
"dev_debug": false,
"extra_js": [],
"demo_sites": [{"key": "student", "url": "http://school.demo.moodle.net", "username": "student", "password": "moodle"}, {"key": "teacher", "url": "http://school.demo.moodle.net", "username": "teacher", "password": "moodle"}, {"key": "cva", "url": "http://mm.cvaconsulting.com/moodle", "username": "student", "password": "student"}],
"notifications_enabled": true,
"gcmpn": "694767596569"
}
14 changes: 7 additions & 7 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
xmlns:android = "http://schemas.android.com/apk/res/android"
id = "com.moodle.moodlemobile"
versionCode = "391"
version = "1.15">
<name>Moodle Mobile</name>
id = "com.moodle.corteach"
versionCode = "2"
version = "1.1">
<name>Corteach Mobile</name>

<description>
Moodle Mobile official app
Corteach Mobile official app
</description>

<author href="http://moodle.com" email="[email protected]">
Juan Leyva
</author>

<gap:config-file platform="ios" parent="CFBundleShortVersionString">
<string>1.15</string>
<string>1.1</string>
</gap:config-file>

<preference name="android-minSdkVersion" value="5" />
Expand Down Expand Up @@ -90,7 +90,7 @@
<gap:plugin name="com.phonegap.plugins.pushplugin" />
<gap:plugin name="net.tunts.webintent" />
<gap:plugin name="nl.x-services.plugins.launchmyapp">
<param name="URL_SCHEME" value="moodlemobile" />
<param name="URL_SCHEME" value="corteachmobile" />
</gap:plugin>
<gap:plugin name="com.ionic.keyboard" version="1.0.3" />
<gap:plugin name="de.appplant.cordova.plugin.local-notification" version="0.7.5" />
Expand Down
Binary file added img/.DS_Store
Binary file not shown.
Binary file added img/icon/.DS_Store
Binary file not shown.
Binary file modified img/icon/ios/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icon/ios/icon-40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/splash/.DS_Store
Binary file not shown.
Binary file modified img/splash/ios/iphone_portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.