diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..e53304e5f Binary files /dev/null and b/.DS_Store differ diff --git a/config.json b/config.json index 1a4ee60a1..d37319a51 100644 --- a/config.json +++ b/config.json @@ -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, @@ -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" } diff --git a/config.xml b/config.xml index f88ee7d83..d363ee6ae 100644 --- a/config.xml +++ b/config.xml @@ -2,13 +2,13 @@ - Moodle Mobile + id = "com.moodle.corteach" + versionCode = "2" + version = "1.1"> + Corteach Mobile - Moodle Mobile official app + Corteach Mobile official app @@ -16,7 +16,7 @@ - 1.15 + 1.1 @@ -90,7 +90,7 @@ - + diff --git a/img/.DS_Store b/img/.DS_Store new file mode 100644 index 000000000..de9dbb1ee Binary files /dev/null and b/img/.DS_Store differ diff --git a/img/icon/.DS_Store b/img/icon/.DS_Store new file mode 100644 index 000000000..7083c2cde Binary files /dev/null and b/img/icon/.DS_Store differ diff --git a/img/icon/ios/iTunesArtwork@2x.png b/img/icon/ios/iTunesArtwork@2x.png index 67dc8820d..c5563b2e6 100644 Binary files a/img/icon/ios/iTunesArtwork@2x.png and b/img/icon/ios/iTunesArtwork@2x.png differ diff --git a/img/icon/ios/icon-40.png b/img/icon/ios/icon-40.png index 8e4eec0d2..6bc3a5237 100644 Binary files a/img/icon/ios/icon-40.png and b/img/icon/ios/icon-40.png differ diff --git a/img/splash/.DS_Store b/img/splash/.DS_Store new file mode 100644 index 000000000..7083c2cde Binary files /dev/null and b/img/splash/.DS_Store differ diff --git a/img/splash/ios/iphone_portrait.png b/img/splash/ios/iphone_portrait.png index a1a60908e..072cb361b 100644 Binary files a/img/splash/ios/iphone_portrait.png and b/img/splash/ios/iphone_portrait.png differ