From 85d40a818b01148a3c0a99d5860056031518e215 Mon Sep 17 00:00:00 2001 From: Jhaymarc <46880554+Jhaymarc@users.noreply.github.com> Date: Mon, 21 Jan 2019 21:58:36 +0800 Subject: [PATCH 1/6] Update about.json --- about.json | 60 ++++++++++++++---------------------------------------- 1 file changed, 15 insertions(+), 45 deletions(-) diff --git a/about.json b/about.json index 41a663248..06407f5ad 100644 --- a/about.json +++ b/about.json @@ -1,69 +1,39 @@ { -"name": "Moodle Mobile", +"name": "Edu-Quality", "license": { "name": "Apache 2.0", "link": "http://www.apache.org/licenses/LICENSE-2.0" }, "credits": [ { - "fullname": "Juan Leyva", + "fullname": "Jhaymarc Belen", "contribution": "Main developer", - "company": "CV&A Consulting" + "company": "Technocrats Ltd." }, { - "fullname": "Josep Maria Gifreu", + "fullname": "Diana Marie Penalba", "contribution": "Icons and css fixes", - "company": "CV&A Consulting" + "company": "Technocrats Ltd." }, { - "fullname": "Martin Dougiamas", + "fullname": "Jim Albert Gunay", "contribution": "Strategic direction", - "company": "Moodle Pty Ltd." + "company": "Technocrats Ltd." }, { - "fullname": "Jerome Mouneryac", + "fullname": "LA Macale", "contribution": "Developer and Moodle HQ technical contact", - "company": "Moodle Pty Ltd." + "company": "Technocrats Ltd." }, { - "fullname": "Barbara Ramiro", + "fullname": "Chill Laroza", "contribution": "Designer", - "company": "Moodle Pty Ltd." + "company": "Technocrats Ltd." }, { - "fullname": "Adrian Bedford", - "contribution": "Contributor (project manager)", - "company": "City & Guilds Kineo" -}, -{ - "fullname": "David Shaw", - "contribution": "Contributor (solutions architect)", - "company": "City & Guilds Kineo" -}, -{ - "fullname": "Dominic Orme", - "contribution": "Contributor (developer)", - "company": "City & Guilds Kineo" -}, -{ - "fullname": "Tony Blundell", - "contribution": "Contributor (developer)", - "company": "City & Guilds Kineo" -}, -{ - "fullname": "Michael Palmer", - "contribution": "Contributor (designer)", - "company": "City & Guilds Kineo" -}, -{ - "fullname": "Daniel Palou", - "contribution": "Contributor (developer)", - "company": "CV&A Consulting" -}, -{ - "fullname": "Daniel Ramírez", - "contribution": "Contributor (developer Window version)", - "company": "CV&A Consulting" + "fullname": "Alizza Baral", + "contribution": "Project Manager", + "company": "Technocrats Ltd." } ], "thirdpartylibs": [ @@ -128,4 +98,4 @@ "license": "MIT" } ] -} \ No newline at end of file +} From 85ab23334c50c92dca0c6457887ea43bf195b91c Mon Sep 17 00:00:00 2001 From: Jhaymarc <46880554+Jhaymarc@users.noreply.github.com> Date: Mon, 21 Jan 2019 22:10:55 +0800 Subject: [PATCH 2/6] Update config.json --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 1a4ee60a1..ab9d748c1 100644 --- a/config.json +++ b/config.json @@ -1,12 +1,12 @@ { -"app_id" : "com.moodle.moodlemobile", +"app_id" : "com.technocrats.eduquality", "versioncode" : "391", -"versionname" : "1.15", +"versionname" : "1.0", "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", +"wsservice" : "edu-quality_mobile_app", "wsextservice" : "local_mobile", "presets" : {"url": "", "username": ""}, "sync_ws_on" : true, @@ -18,7 +18,7 @@ "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"}], +"demo_sites": [{"key": "student", "url": "http://school.demo.moodle.net", "username": "student", "password": "eduquality"}, {"key": "teacher", "url": "http://school.demo.moodle.net", "username": "teacher", "password": "eduquality"}, {"key": "cva", "url": "http://mm.cvaconsulting.com/moodle", "username": "student", "password": "student"}], "notifications_enabled": true, "gcmpn": "694767596569" } From d417bf81a997f61a8ba3d92b8e33c869028c23d5 Mon Sep 17 00:00:00 2001 From: Jhaymarc <46880554+Jhaymarc@users.noreply.github.com> Date: Mon, 21 Jan 2019 22:11:30 +0800 Subject: [PATCH 3/6] Update config.json From 68a4c9b9761e09b5fb58fef07dc33e3f0e2485fa Mon Sep 17 00:00:00 2001 From: Jhaymarc <46880554+Jhaymarc@users.noreply.github.com> Date: Mon, 21 Jan 2019 22:14:06 +0800 Subject: [PATCH 4/6] Update config.xml --- config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index f88ee7d83..9493ee61a 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ Moodle Mobile @@ -90,7 +90,7 @@ - + From b5bafe40bd2781b26bfb306d3972cf8060fdc693 Mon Sep 17 00:00:00 2001 From: Jhaymarc <46880554+Jhaymarc@users.noreply.github.com> Date: Mon, 21 Jan 2019 22:18:43 +0800 Subject: [PATCH 5/6] Update config.xml --- config.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.xml b/config.xml index 9493ee61a..146885c1a 100644 --- a/config.xml +++ b/config.xml @@ -5,14 +5,14 @@ id = "com.technocrats.eduquality" versionCode = "391" version = "1.15"> - Moodle Mobile + Edu-quality - Moodle Mobile official app + Edu-quality official app - - Juan Leyva + + Jhaymarc Belen From 1b410b34433a2d8b044140b4cf0b1c4075af293b Mon Sep 17 00:00:00 2001 From: Jhaymarc <46880554+Jhaymarc@users.noreply.github.com> Date: Mon, 21 Jan 2019 22:21:19 +0800 Subject: [PATCH 6/6] Update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 60684a048..6d07c440a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "Moodle Mobile for desktop", + "name": "Edu-quality for desktop", "main": "index.html", "window": { - "title": "Moodle Mobile for desktop", + "title": "Edu-quality for desktop", "icon": "icon.png", "toolbar": true, "frame": true, @@ -12,5 +12,5 @@ "resizable": false }, "plugin": true, - "description": "Moodle Mobile for desktop" -} \ No newline at end of file + "description": "Edu-quality for desktop" +}