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

Ust 1 #180

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

Ust 1 #180

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c5f8ee1
Update config.xml
Waddah21 Dec 9, 2017
570b56a
Update config.json
Waddah21 Dec 9, 2017
d5cb6d9
Delete icon-144-xxhdpi.png
Waddah21 Dec 9, 2017
1612873
Delete icon-36-ldpi.png
Waddah21 Dec 9, 2017
3d4a585
Delete icon-48-mdpi.png
Waddah21 Dec 9, 2017
ed4bebd
Delete icon-72-hdpi.png
Waddah21 Dec 9, 2017
1658db5
Delete icon-96-xhdpi.png
Waddah21 Dec 9, 2017
862fd06
Add files via upload
Waddah21 Dec 9, 2017
93b3e46
Delete iTunesArtwork.png
Waddah21 Dec 9, 2017
52e4644
Delete [email protected]
Waddah21 Dec 9, 2017
7603fac
Delete icon-40.png
Waddah21 Dec 9, 2017
5a4d8be
Delete [email protected]
Waddah21 Dec 9, 2017
8b0b273
Delete [email protected]
Waddah21 Dec 9, 2017
488c9ce
Delete icon-57.png
Waddah21 Dec 9, 2017
d98001c
Delete [email protected]
Waddah21 Dec 9, 2017
6ca6fbc
Delete icon-60.png
Waddah21 Dec 9, 2017
da7a0c3
Delete [email protected]
Waddah21 Dec 9, 2017
dddc145
Delete [email protected]
Waddah21 Dec 9, 2017
48dcd48
Delete icon-72.png
Waddah21 Dec 9, 2017
15128c5
Delete [email protected]
Waddah21 Dec 9, 2017
baa6ba4
Delete icon-76.png
Waddah21 Dec 9, 2017
1925230
Delete [email protected]
Waddah21 Dec 9, 2017
f28199c
Delete icon-small.png
Waddah21 Dec 9, 2017
893a259
Delete [email protected]
Waddah21 Dec 9, 2017
0c0a9ca
Delete [email protected]
Waddah21 Dec 9, 2017
c6412a6
Create ios
Waddah21 Dec 9, 2017
444d31b
Delete ios
Waddah21 Dec 9, 2017
53af7f9
Delete android_hdpi_portrait.png
Waddah21 Dec 9, 2017
2ac4ee4
Delete android_ldpi_portrait.png
Waddah21 Dec 9, 2017
07941a4
Delete android_mdpi_portrait.png
Waddah21 Dec 9, 2017
891e82a
Add files via upload
Waddah21 Dec 9, 2017
f40ce3d
Add files via upload
Waddah21 Dec 9, 2017
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
11 changes: 6 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" : "net.moodleust.ust",
"versioncode" : "3",
"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",
"wsextservice" : "local_mobile",
"presets" : {"url": "", "username": ""},
"presets" : {"url": "https://www.ust-elearning.net", "username": ""},
"sync_ws_on" : true,
"sync_css_on" : true,
"sync_cron": 300000,
Expand All @@ -18,7 +18,8 @@
"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": "[email protected]"
}
18 changes: 9 additions & 9 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 = "net.moodleust.ust"
versionCode = "3"
version = "1.0">
<name>Ust Mobile</name>

<description>
Moodle Mobile official app
University of science and technology Mobile official app
</description>

<author href="http://moodle.com" email="[email protected]">
Juan Leyva
<author href="https://www.ust-elearning.net/" email="[email protected]">
Innovative Solutions Co. Ltd
</author>

<gap:config-file platform="ios" parent="CFBundleShortVersionString">
<string>1.15</string>
<string>1.0</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="ust" />
</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 modified img/icon/android/icon-144-xxhdpi.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 modified img/icon/android/icon-36-ldpi.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 modified img/icon/android/icon-48-mdpi.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 modified img/icon/android/icon-72-hdpi.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 modified img/icon/android/icon-96-xhdpi.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 removed img/icon/ios/iTunesArtwork.png
Binary file not shown.
Binary file removed img/icon/ios/[email protected]
Binary file not shown.
Binary file removed img/icon/ios/icon-40.png
Binary file not shown.
Binary file removed img/icon/ios/[email protected]
Binary file not shown.
Binary file removed img/icon/ios/[email protected]
Binary file not shown.
Binary file removed img/icon/ios/icon-57.png
Binary file not shown.
Binary file removed img/icon/ios/[email protected]
Binary file not shown.
Binary file removed img/icon/ios/icon-60.png
Binary file not shown.
Binary file removed img/icon/ios/[email protected]
Binary file not shown.
Binary file removed img/icon/ios/[email protected]
Binary file not shown.
Binary file removed img/icon/ios/icon-72.png
Binary file not shown.
Binary file removed img/icon/ios/[email protected]
Binary file not shown.
Binary file removed img/icon/ios/icon-76.png
Binary file not shown.
Binary file removed img/icon/ios/[email protected]
Binary file not shown.
Binary file removed img/icon/ios/icon-small.png
Binary file not shown.
Binary file removed img/icon/ios/[email protected]
Binary file not shown.
Binary file removed img/icon/ios/[email protected]
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/splash/android/android_hdpi_portrait.png
Binary file not shown.
Binary file removed img/splash/android/android_ldpi_portrait.png
Binary file not shown.
Binary file removed img/splash/android/android_mdpi_portrait.png
Diff not rendered.