Skip to content
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
9 changes: 7 additions & 2 deletions about.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "Moodle Mobile",
"name": "lesroches",
"license": {
"name": "Apache 2.0",
"link": "http://www.apache.org/licenses/LICENSE-2.0"
},
"credits": [
{
"fullname": "Rui Rocha",
"contribution": "Developer",
"company": ""
},
{
"fullname": "Juan Leyva",
"contribution": "Main developer",
Expand Down Expand Up @@ -128,4 +133,4 @@
"license": "MIT"
}
]
}
}
12 changes: 6 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"app_id" : "com.moodle.moodlemobile",
"versioncode" : "383",
"versionname" : "1.9",
"app_id" : "ch.lhemoodle.lesroches",
"versioncode" : "1",
"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", "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"],
"plugins" : ["notifications", "messages", "upload", "events", "myfiles", "contents", "participants", "grades","addcontact", "addnote", "sendmessage", "forum", "label", "url", "page", "resource","lesroches"],
"wsservice" : "moodle_mobile_app",
"wsextservice" : "local_mobile",
"presets" : {"url": "", "username": ""},
"presets" : {"url": "http://www.lhemoodle.ch", "username": ""},
"sync_ws_on" : true,
"sync_css_on" : true,
"sync_cron": 300000,
Expand All @@ -17,7 +17,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": [],
"notifications_enabled": true,
"gcmpn": "694767596569",
"reportbugmail": "mobile@moodle.com"
Expand Down
37 changes: 27 additions & 10 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<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 = "383"
version = "1.9">
id = "ch.lhemoodle.lesroches"
versionCode = "385"
version = "1.11">
<name>Moodle Mobile</name>

<description>
Expand All @@ -16,7 +16,7 @@
</author>

<gap:config-file platform="ios" parent="CFBundleShortVersionString">
<string>1.9</string>
<string>1.11</string>
</gap:config-file>

<feature name="http://api.phonegap.com/1.0/device" />
Expand Down Expand Up @@ -47,13 +47,25 @@
<icon src="img/icon/android/icon-48-mdpi.png" gap:platform="android" gap:density="mdpi" />
<icon src="img/icon/android/icon-72-hdpi.png" gap:platform="android" gap:density="hdpi" />
<icon src="img/icon/android/icon-96-xhdpi.png" gap:platform="android" gap:density="xhdpi" />
<icon src="img/icon/android/icon-144-xxhdpi.png" gap:platform="android" gap:density="xxhdpi" />

<icon src="img/icon/ios/icon-small.png" gap:platform="ios" width="29" height="29" />
<icon src="img/icon/ios/icon-small@2x.png" gap:platform="ios" width="58" height="58" />
<icon src="img/icon/ios/icon-small@3x.png" gap:platform="ios" width="87" height="87" />

<icon src="img/icon/ios/icon-40.png" gap:platform="ios" width="40" height="40" />
<icon src="img/icon/ios/icon-40@2x.png" gap:platform="ios" width="80" height="80" />
<icon src="img/icon/ios/icon-60.png" gap:platform="ios" width="60" height="60" />
<icon src="img/icon/ios/icon-60@2x.png" gap:platform="ios" width="120" height="120" />
<icon src="img/icon/ios/icon-60@3x.png" gap:platform="ios" width="180" height="180" />

<icon src="img/icon/ios/icon-57.png" gap:platform="ios" width="57" height="57" />
<icon src="img/icon/ios/icon-72.png" gap:platform="ios" width="72" height="72" />
<icon src="img/icon/ios/icon-76.png" gap:platform="ios" width="76" height="76" />
<icon src="img/icon/ios/icon-120.png" gap:platform="ios" width="120" height="120" />
<icon src="img/icon/ios/icon-152.png" gap:platform="ios" width="152" height="152" />
<icon src="img/icon/ios/icon-57-2x.png" gap:platform="ios" width="114" height="114" />
<icon src="img/icon/ios/icon-72-2x.png" gap:platform="ios" width="144" height="144" />
<icon src="img/icon/ios/icon-40@3x.png" gap:platform="ios" width="120" height="120" />
<icon src="img/icon/ios/icon-76@2x.png" gap:platform="ios" width="152" height="152" />
<icon src="img/icon/ios/icon-57@2x.png" gap:platform="ios" width="114" height="114" />
<icon src="img/icon/ios/icon-72@2x.png" gap:platform="ios" width="144" height="144" />

<gap:splash src="img/splash/android/android_ldpi_portrait.png.png" gap:platform="android" gap:density="ldpi"/>
<gap:splash src="img/splash/android/android_mdpi_portrait.png" gap:platform="android" gap:density="mdpi"/>
Expand All @@ -76,7 +88,7 @@
<gap:plugin name="org.apache.cordova.media-capture" />
<gap:plugin name="org.apache.cordova.console" />
<gap:plugin name="org.apache.cordova.contacts" />
<gap:plugin name="org.apache.cordova.device" />
<gap:plugin name="org.apache.cordova.device" version="0.2.8"/>
<gap:plugin name="org.apache.cordova.file" />
<gap:plugin name="org.apache.cordova.file-transfer" />
<gap:plugin name="org.apache.cordova.globalization" />
Expand All @@ -88,9 +100,14 @@
<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="lesroches" />
</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" />

<gap:config-file platform="android" parent="/manifest">
<application android:debuggable="false" />
</gap:config-file>

<access origin="*" />

Expand Down
Loading