Skip to content

Commit

Permalink
Pushing 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsushita committed Dec 23, 2015
1 parent 9f9a334 commit 5fee8e5
Show file tree
Hide file tree
Showing 445 changed files with 1,381 additions and 27,125 deletions.
7 changes: 1 addition & 6 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.iilab.openmentoring" version="0.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.iilab.openmentoring" version="0.0.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>openmentoring-mobile</name>
<description>
Client app for the Open Mentoring content platform
Expand All @@ -19,11 +19,6 @@
<feature name="StatusBar">
<param name="ios-package" onload="true" value="CDVStatusBar" />
</feature>
<feature name="Custom URL scheme">
<param name="id" value="cordova-plugin-customurlscheme" />
<param name="url" value="https://github.com/EddyVerbruggen/LaunchMyApp-PhoneGap-Plugin.git" />
<variable name="URL_SCHEME" value="openmentoring" />
</feature>
<platform name="android">
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openmentoring-mobile",
"version": "0.0.2",
"version": "0.0.4",
"description": "Client app for the Open Mentoring content platform",
"license": "GPL",
"repository": {
Expand Down Expand Up @@ -34,7 +34,6 @@
"cordova-plugin-file-transfer",
"cordova-plugin-zip",
"cordova-plugin-app-version",
"cordova-plugin-customurlscheme",
"de.appplant.cordova.plugin.local-notification"
],
"cordovaPlatforms": [
Expand Down
10 changes: 2 additions & 8 deletions platforms/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<manifest android:hardwareAccelerated="true" android:versionCode="2" android:versionName="0.0.2" package="org.iilab.openmentoring" xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:hardwareAccelerated="true" android:versionCode="4" android:versionName="0.0.4" package="org.iilab.openmentoring" xmlns:android="http://schemas.android.com/apk/res/android">
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand All @@ -10,12 +10,6 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<data android:scheme="openmentoring" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>
</activity>
<receiver android:exported="false" android:name="de.appplant.cordova.plugin.localnotification.TriggerReceiver" />
<receiver android:exported="false" android:name="de.appplant.cordova.plugin.localnotification.ClearReceiver" />
Expand All @@ -30,6 +24,6 @@
<activity android:exported="false" android:launchMode="singleInstance" android:name="de.appplant.cordova.plugin.notification.ClickActivity" android:theme="@android:style/Theme.NoDisplay" />
</application>
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="22" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</manifest>
159 changes: 68 additions & 91 deletions platforms/android/android.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@
"res/xml/config.xml": {
"parents": {
"/*": [
{
"xml": "<feature name=\"AppVersion\"><param name=\"android-package\" value=\"uk.co.whiteoctober.cordova.AppVersion\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"LocalNotification\"><param name=\"android-package\" value=\"de.appplant.cordova.plugin.localnotification.LocalNotification\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
"count": 1
Expand All @@ -35,18 +43,6 @@
{
"xml": "<feature name=\"FileTransfer\"><param name=\"android-package\" value=\"org.apache.cordova.filetransfer.FileTransfer\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"LocalNotification\"><param name=\"android-package\" value=\"de.appplant.cordova.plugin.localnotification.LocalNotification\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"AppVersion\"><param name=\"android-package\" value=\"uk.co.whiteoctober.cordova.AppVersion\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"LaunchMyApp\"><param name=\"android-package\" value=\"nl.xservices.plugins.LaunchMyApp\" /></feature>",
"count": 1
}
],
"/widget": [
Expand All @@ -57,24 +53,8 @@
]
}
},
"config.xml": {
"parents": {
"/*": [
{
"xml": "<preference name=\"AndroidPersistentFileLocation\" value=\"Internal\" />",
"count": 1
}
]
}
},
"AndroidManifest.xml": {
"parents": {
"/*": [
{
"xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
"count": 2
}
],
"/manifest/application": [
{
"xml": "<receiver android:exported=\"false\" android:name=\"de.appplant.cordova.plugin.localnotification.TriggerReceiver\" />",
Expand Down Expand Up @@ -115,9 +95,19 @@
"count": 1
}
],
"/*/application/activity": [
"/*": [
{
"xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
"count": 2
}
]
}
},
"config.xml": {
"parents": {
"/*": [
{
"xml": "<intent-filter><data android:scheme=\"openmentoring\" /><action android:name=\"android.intent.action.VIEW\" /><category android:name=\"android.intent.category.DEFAULT\" /><category android:name=\"android.intent.category.BROWSABLE\" /></intent-filter>",
"xml": "<preference name=\"AndroidPersistentFileLocation\" value=\"Internal\" />",
"count": 1
}
]
Expand All @@ -126,9 +116,18 @@
}
},
"installed_plugins": {
"cordova-plugin-app-version": {
"PACKAGE_NAME": "org.iilab.openmentoring"
},
"cordova-plugin-device": {
"PACKAGE_NAME": "org.iilab.openmentoring"
},
"cordova-plugin-registerusernotificationsettings": {
"PACKAGE_NAME": "org.iilab.openmentoring"
},
"de.appplant.cordova.plugin.local-notification": {
"PACKAGE_NAME": "org.iilab.openmentoring"
},
"cordova-plugin-console": {
"PACKAGE_NAME": "org.iilab.openmentoring"
},
Expand All @@ -152,23 +151,18 @@
},
"cordova-plugin-zip": {
"PACKAGE_NAME": "org.iilab.openmentoring"
},
"cordova-plugin-registerusernotificationsettings": {
"PACKAGE_NAME": "org.iilab.openmentoring"
},
"de.appplant.cordova.plugin.local-notification": {
"PACKAGE_NAME": "org.iilab.openmentoring"
},
"cordova-plugin-app-version": {
"PACKAGE_NAME": "org.iilab.openmentoring"
},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "openmentoring",
"PACKAGE_NAME": "org.iilab.openmentoring"
}
},
"dependent_plugins": {},
"modules": [
{
"file": "plugins/cordova-plugin-app-version/www/AppVersionPlugin.js",
"id": "cordova-plugin-app-version.AppVersionPlugin",
"pluginId": "cordova-plugin-app-version",
"clobbers": [
"cordova.getAppVersion"
]
},
{
"file": "plugins/cordova-plugin-device/www/device.js",
"id": "cordova-plugin-device.device",
Expand All @@ -177,6 +171,33 @@
"device"
]
},
{
"file": "plugins/de.appplant.cordova.plugin.local-notification/www/local-notification.js",
"id": "de.appplant.cordova.plugin.local-notification.LocalNotification",
"pluginId": "de.appplant.cordova.plugin.local-notification",
"clobbers": [
"cordova.plugins.notification.local",
"plugin.notification.local"
]
},
{
"file": "plugins/de.appplant.cordova.plugin.local-notification/www/local-notification-core.js",
"id": "de.appplant.cordova.plugin.local-notification.LocalNotification.Core",
"pluginId": "de.appplant.cordova.plugin.local-notification",
"clobbers": [
"cordova.plugins.notification.local.core",
"plugin.notification.local.core"
]
},
{
"file": "plugins/de.appplant.cordova.plugin.local-notification/www/local-notification-util.js",
"id": "de.appplant.cordova.plugin.local-notification.LocalNotification.Util",
"pluginId": "de.appplant.cordova.plugin.local-notification",
"merges": [
"cordova.plugins.notification.local.core",
"plugin.notification.local.core"
]
},
{
"file": "plugins/cordova-plugin-whitelist/whitelist.js",
"id": "cordova-plugin-whitelist.whitelist",
Expand Down Expand Up @@ -398,64 +419,20 @@
"clobbers": [
"zip"
]
},
{
"file": "plugins/de.appplant.cordova.plugin.local-notification/www/local-notification.js",
"id": "de.appplant.cordova.plugin.local-notification.LocalNotification",
"pluginId": "de.appplant.cordova.plugin.local-notification",
"clobbers": [
"cordova.plugins.notification.local",
"plugin.notification.local"
]
},
{
"file": "plugins/de.appplant.cordova.plugin.local-notification/www/local-notification-core.js",
"id": "de.appplant.cordova.plugin.local-notification.LocalNotification.Core",
"pluginId": "de.appplant.cordova.plugin.local-notification",
"clobbers": [
"cordova.plugins.notification.local.core",
"plugin.notification.local.core"
]
},
{
"file": "plugins/de.appplant.cordova.plugin.local-notification/www/local-notification-util.js",
"id": "de.appplant.cordova.plugin.local-notification.LocalNotification.Util",
"pluginId": "de.appplant.cordova.plugin.local-notification",
"merges": [
"cordova.plugins.notification.local.core",
"plugin.notification.local.core"
]
},
{
"file": "plugins/cordova-plugin-app-version/www/AppVersionPlugin.js",
"id": "cordova-plugin-app-version.AppVersionPlugin",
"pluginId": "cordova-plugin-app-version",
"clobbers": [
"cordova.getAppVersion"
]
},
{
"file": "plugins/cordova-plugin-customurlscheme/www/android/LaunchMyApp.js",
"id": "cordova-plugin-customurlscheme.LaunchMyApp",
"pluginId": "cordova-plugin-customurlscheme",
"clobbers": [
"window.plugins.launchmyapp"
]
}
],
"plugin_metadata": {
"cordova-plugin-app-version": "0.1.8",
"cordova-plugin-device": "1.1.0",
"cordova-plugin-registerusernotificationsettings": "1.0.2",
"de.appplant.cordova.plugin.local-notification": "0.8.3-dev",
"cordova-plugin-console": "1.0.2",
"cordova-plugin-whitelist": "1.2.0",
"cordova-plugin-splashscreen": "3.0.0",
"cordova-plugin-statusbar": "2.0.0",
"ionic-plugin-keyboard": "1.0.8",
"cordova-plugin-file": "3.0.0",
"cordova-plugin-file-transfer": "1.4.0",
"cordova-plugin-zip": "3.0.0",
"cordova-plugin-registerusernotificationsettings": "1.0.2",
"de.appplant.cordova.plugin.local-notification": "0.8.3-dev",
"cordova-plugin-app-version": "0.1.8",
"cordova-plugin-customurlscheme": "4.0.0"
"cordova-plugin-zip": "3.0.0"
}
}
Loading

0 comments on commit 5fee8e5

Please sign in to comment.