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

trial1 #182

Open
wants to merge 12 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
8 changes: 4 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app_id" : "com.moodle.moodlemobile",
{
"app_id" : "in.edufuture.mootes14",
"versioncode" : "391",
"versionname" : "1.15",
"cache_expiration_time" : 300000,
Expand All @@ -8,7 +8,7 @@
"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" : {"www.edufuture.in": "", "username": ""},
"sync_ws_on" : true,
"sync_css_on" : true,
"sync_cron": 300000,
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": "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"
}
44 changes: 22 additions & 22 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<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 = "in.edufuture.mootes14"
versionCode = "391"
version = "1.15">
<name>Moodle Mobile</name>
<name>edu future</name>

<description>
Moodle Mobile official app
edu future official app
</description>

<author href="http://moodle.com" email="[email protected]">
Expand All @@ -21,7 +21,7 @@

<preference name="android-minSdkVersion" value="5" />

<preference name="phonegap-version" value="3.6.3" />
<preference name="phonegap-version" value="cli-6.5.0" />
<preference name="orientation" value="default" />
<preference name="target-device" value="universal" />
<preference name="fullscreen" value="false" />
Expand Down Expand Up @@ -75,26 +75,26 @@
<gap:platform name="ios" />
<gap:platform name="android" />

<gap:plugin name="org.apache.cordova.camera" />
<gap:plugin name="org.apache.cordova.media-capture" />
<gap:plugin name="org.apache.cordova.console" />
<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" />
<gap:plugin name="org.apache.cordova.inappbrowser" />
<gap:plugin name="org.apache.cordova.network-information" />
<gap:plugin name="org.apache.cordova.splashscreen" />
<gap:plugin name="com.phonegap.plugin.statusbar" />
<!-- <gap:plugin name="org.apache.cordova.camera" spec="~4.0.3" source="npm" />
<gap:plugin name="org.apache.cordova.media-capture" source="npm" />
<gap:plugin name="org.apache.cordova.console" source="npm" />
<gap:plugin name="org.apache.cordova.device" version="0.2.8" source="npm"/>
<gap:plugin name="org.apache.cordova.file" source="npm" />
<gap:plugin name="org.apache.cordova.file-transfer" source="npm" />
<gap:plugin name="org.apache.cordova.globalization" source="npm" />
<gap:plugin name="org.apache.cordova.inappbrowser" source="npm" />
<gap:plugin name="org.apache.cordova.network-information" source="npm" />
<gap:plugin name="org.apache.cordova.splashscreen" source="npm" />
<gap:plugin name="com.phonegap.plugin.statusbar" source="npm" />

<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" />
<gap:plugin name="com.phonegap.plugins.pushplugin" source="npm" />
<gap:plugin name="net.tunts.webintent" source="npm"/>
<gap:plugin name="nl.x-services.plugins.launchmyapp" source="npm">
<param name="URL_SCHEME" value="mootes14" />
</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:plugin name="ch.ti8m.documenthandler" version="0.2.1" />
<gap:plugin name="com.ionic.keyboard" version="1.0.3" source="npm" />
<gap:plugin name="de.appplant.cordova.plugin.local-notification" version="0.7.5" source="npm"/>
<gap:plugin name="ch.ti8m.documenthandler" version="0.2.1" source="npm" /> -->

<gap:config-file platform="android" parent="/manifest">
<application android:debuggable="false" />
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 modified img/splash/android/android_hdpi_portrait.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/splash/android/android_ldpi_portrait.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/splash/android/android_mdpi_portrait.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/splash/android/android_xhdpi_portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.