-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.xml
39 lines (35 loc) · 1.55 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version='1.0' encoding='utf-8'?>
<widget id="nz.net.catalyst.mahara-mobile" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Mahara Mobile</name>
<description>
Android uploader for Mahara, the open-source ePortfolio.
MaharaMobile enables Android phones to share or upload content to a Mahara site. It allows you to:
- upload photos from your phone
- create journal entries on your phone
- receive your Mahara notifications on your phone
- create Mahara content while offline, and schedule it to upload automatically at a later time
MaharaMobile is an open-source project. To contribute or report bugs, see https://github.com/holloway/mahara-mobile
</description>
<author email="mahara-mobile@mahara.org" href="http://mahara.org/">
Maraha Mobile by Catalyst IT
</author>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<feature name="Camera">
<param name="android-package" value="org.apache.cordova.CameraLauncher" />
</feature>
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
</widget>