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

Eduquality #183

Open
wants to merge 6 commits 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
60 changes: 15 additions & 45 deletions about.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -128,4 +98,4 @@
"license": "MIT"
}
]
}
}
8 changes: 4 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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"
}
12 changes: 6 additions & 6 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<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"
id = "com.technocrats.eduquality"
versionCode = "391"
version = "1.15">
<name>Moodle Mobile</name>
<name>Edu-quality</name>

<description>
Moodle Mobile official app
Edu-quality official app
</description>

<author href="http://moodle.com" email="juan@moodle.com">
Juan Leyva
<author href="http://moodle.com" email="jhaymarcbelen@gmail.com">
Jhaymarc Belen
</author>

<gap:config-file platform="ios" parent="CFBundleShortVersionString">
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="eduquality" />
</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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -12,5 +12,5 @@
"resizable": false
},
"plugin": true,
"description": "Moodle Mobile for desktop"
}
"description": "Edu-quality for desktop"
}