diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-22 16:10:44 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-22 16:10:44 -0400 |
| commit | 3657075f70652b2d84c5f6cb047dc600ceaeae20 (patch) | |
| tree | 1076c66af820840212ecbdd084500623cd5f34c3 | |
| parent | bdf494932faf09e92fcd3f599687ff2a37f7e88b (diff) | |
nits
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | plugins/android.json | 134 |
2 files changed, 71 insertions, 67 deletions
diff --git a/package.json b/package.json index e44f96af..dd96cab8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "phonegap-plugin-push" ], "cordovaPlatforms": [ - "android", - "ios" + "ios", + "android" ] } diff --git a/plugins/android.json b/plugins/android.json index 207acd49..9b96def7 100644 --- a/plugins/android.json +++ b/plugins/android.json @@ -17,75 +17,75 @@ "count": 1 }, { - "xml": "<feature name=\"File\"><param name=\"android-package\" value=\"org.apache.cordova.file.FileUtils\" /><param name=\"onload\" value=\"true\" /></feature>", + "xml": "<preference name=\"webView\" value=\"org.crosswalk.engine.XWalkWebViewEngine\" />", "count": 1 }, { - "xml": "<feature name=\"InAppBrowser\"><param name=\"android-package\" value=\"org.apache.cordova.inappbrowser.InAppBrowser\" /></feature>", + "xml": "<preference default=\"14+\" name=\"xwalkVersion\" />", "count": 1 }, { - "xml": "<feature name=\"SplashScreen\"><param name=\"android-package\" value=\"org.apache.cordova.splashscreen.SplashScreen\" /><param name=\"onload\" value=\"true\" /></feature>", + "xml": "<preference default=\"--disable-pull-to-refresh-effect\" name=\"xwalkCommandLine\" />", "count": 1 }, { - "xml": "<feature name=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>", + "xml": "<preference default=\"embedded\" name=\"xwalkMode\" />", "count": 1 }, { - "xml": "<feature name=\"EmailComposer\"><param name=\"android-package\" value=\"de.appplant.cordova.emailcomposer.EmailComposer\" /></feature>", + "xml": "<feature name=\"File\"><param name=\"android-package\" value=\"org.apache.cordova.file.FileUtils\" /><param name=\"onload\" value=\"true\" /></feature>", "count": 1 }, { - "xml": "<feature name=\"PinDialog\"><param name=\"android-package\" value=\"hu.dpal.phonegap.plugins.PinDialog\" /></feature>", + "xml": "<feature name=\"InAppBrowser\"><param name=\"android-package\" value=\"org.apache.cordova.inappbrowser.InAppBrowser\" /></feature>", "count": 1 }, { - "xml": "<feature name=\"Insomnia\"><param name=\"android-package\" value=\"nl.xservices.plugins.Insomnia\" /></feature>", + "xml": "<feature name=\"SplashScreen\"><param name=\"android-package\" value=\"org.apache.cordova.splashscreen.SplashScreen\" /><param name=\"onload\" value=\"true\" /></feature>", "count": 1 }, { - "xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>", + "xml": "<feature name=\"WebSocket\"><param name=\"android-package\" value=\"com.knowledgecode.cordova.websocket.WebSocket\" /></feature>", "count": 1 }, { - "xml": "<feature name=\"StatusBar\"><param name=\"android-package\" value=\"org.apache.cordova.statusbar.StatusBar\" /><param name=\"onload\" value=\"true\" /></feature>", + "xml": "<feature name=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>", "count": 1 }, { - "xml": "<feature name=\"Canvas2ImagePlugin\"><param name=\"android-package\" value=\"org.devgeeks.Canvas2ImagePlugin.Canvas2ImagePlugin\" /></feature>", + "xml": "<feature name=\"Badge\"><param name=\"android-package\" value=\"de.appplant.cordova.plugin.badge.Badge\" /></feature>", "count": 1 }, { - "xml": "<feature name=\"AppVersion\"><param name=\"android-package\" value=\"uk.co.whiteoctober.cordova.AppVersion\" /></feature>", + "xml": "<feature name=\"EmailComposer\"><param name=\"android-package\" value=\"de.appplant.cordova.emailcomposer.EmailComposer\" /></feature>", "count": 1 }, { - "xml": "<preference name=\"webView\" value=\"org.crosswalk.engine.XWalkWebViewEngine\" />", + "xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>", "count": 1 }, { - "xml": "<preference default=\"14+\" name=\"xwalkVersion\" />", + "xml": "<feature name=\"LocalNotification\"><param name=\"android-package\" value=\"de.appplant.cordova.plugin.localnotification.LocalNotification\" /></feature>", "count": 1 }, { - "xml": "<preference default=\"--disable-pull-to-refresh-effect\" name=\"xwalkCommandLine\" />", + "xml": "<feature name=\"PinDialog\"><param name=\"android-package\" value=\"hu.dpal.phonegap.plugins.PinDialog\" /></feature>", "count": 1 }, { - "xml": "<preference default=\"embedded\" name=\"xwalkMode\" />", + "xml": "<feature name=\"Insomnia\"><param name=\"android-package\" value=\"nl.xservices.plugins.Insomnia\" /></feature>", "count": 1 }, { - "xml": "<feature name=\"WebSocket\"><param name=\"android-package\" value=\"com.knowledgecode.cordova.websocket.WebSocket\" /></feature>", + "xml": "<feature name=\"StatusBar\"><param name=\"android-package\" value=\"org.apache.cordova.statusbar.StatusBar\" /><param name=\"onload\" value=\"true\" /></feature>", "count": 1 }, { - "xml": "<feature name=\"LocalNotification\"><param name=\"android-package\" value=\"de.appplant.cordova.plugin.localnotification.LocalNotification\" /></feature>", + "xml": "<feature name=\"Canvas2ImagePlugin\"><param name=\"android-package\" value=\"org.devgeeks.Canvas2ImagePlugin.Canvas2ImagePlugin\" /></feature>", "count": 1 }, { - "xml": "<feature name=\"Badge\"><param name=\"android-package\" value=\"de.appplant.cordova.plugin.badge.Badge\" /></feature>", + "xml": "<feature name=\"AppVersion\"><param name=\"android-package\" value=\"uk.co.whiteoctober.cordova.AppVersion\" /></feature>", "count": 1 }, { @@ -99,10 +99,6 @@ "parents": { "/*": [ { - "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />", - "count": 2 - }, - { "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />", "count": 1 }, @@ -111,87 +107,91 @@ "count": 1 }, { + "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />", + "count": 2 + }, + { "xml": "<uses-permission android:name=\"android.permission.INTERNET\" />", "count": 1 } ], - "/manifest": [ + "/manifest/application": [ { - "xml": "<uses-permission android:name=\"android.permission.RECEIVE_BOOT_COMPLETED\" />", + "xml": "<activity android:exported=\"false\" android:launchMode=\"singleInstance\" android:name=\"de.appplant.cordova.plugin.badge.LaunchActivity\" android:theme=\"@android:style/Theme.Black.NoTitleBar\" />", "count": 1 }, { - "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />", + "xml": "<receiver android:exported=\"false\" android:name=\"de.appplant.cordova.plugin.localnotification.TriggerReceiver\" />", "count": 1 }, { - "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />", + "xml": "<receiver android:exported=\"false\" android:name=\"de.appplant.cordova.plugin.localnotification.ClearReceiver\" />", "count": 1 }, { - "xml": "<uses-permission android:name=\"android.permission.WAKE_LOCK\" />", + "xml": "<activity android:exported=\"false\" android:launchMode=\"singleInstance\" android:name=\"de.appplant.cordova.plugin.localnotification.ClickActivity\" android:theme=\"@android:style/Theme.NoDisplay\" />", "count": 1 }, { - "xml": "<uses-permission android:name=\"android.permission.VIBRATE\" />", + "xml": "<receiver android:exported=\"false\" android:name=\"de.appplant.cordova.plugin.notification.TriggerReceiver\" />", "count": 1 }, { - "xml": "<uses-permission android:name=\"com.google.android.c2dm.permission.RECEIVE\" />", + "xml": "<receiver android:exported=\"false\" android:name=\"de.appplant.cordova.plugin.notification.ClearReceiver\" />", "count": 1 }, { - "xml": "<permission android:name=\"com.pliablepixels.zmninja.permission.C2D_MESSAGE\" android:protectionLevel=\"signature\" />", + "xml": "<receiver android:exported=\"false\" android:name=\"de.appplant.cordova.plugin.localnotification.RestoreReceiver\"><intent-filter><action android:name=\"android.intent.action.BOOT_COMPLETED\" /></intent-filter></receiver>", "count": 1 }, { - "xml": "<uses-permission android:name=\"com.pliablepixels.zmninja.permission.C2D_MESSAGE\" />", + "xml": "<activity android:exported=\"false\" android:launchMode=\"singleInstance\" android:name=\"de.appplant.cordova.plugin.notification.ClickActivity\" android:theme=\"@android:style/Theme.NoDisplay\" />", "count": 1 - } - ], - "/manifest/application": [ + }, { - "xml": "<receiver android:exported=\"false\" android:name=\"de.appplant.cordova.plugin.localnotification.TriggerReceiver\" />", + "xml": "<activity android:exported=\"true\" android:name=\"com.adobe.phonegap.push.PushHandlerActivity\" />", "count": 1 }, { - "xml": "<receiver android:exported=\"false\" android:name=\"de.appplant.cordova.plugin.localnotification.ClearReceiver\" />", + "xml": "<receiver android:name=\"com.adobe.phonegap.push.CordovaGCMBroadcastReceiver\" android:permission=\"com.google.android.c2dm.permission.SEND\"><intent-filter><action android:name=\"com.google.android.c2dm.intent.RECEIVE\" /><action android:name=\"com.google.android.c2dm.intent.REGISTRATION\" /><category android:name=\"com.pliablepixels.zmninja\" /></intent-filter></receiver>", "count": 1 }, { - "xml": "<activity android:exported=\"false\" android:launchMode=\"singleInstance\" android:name=\"de.appplant.cordova.plugin.localnotification.ClickActivity\" android:theme=\"@android:style/Theme.NoDisplay\" />", + "xml": "<service android:name=\"com.adobe.phonegap.push.GCMIntentService\" />", "count": 1 - }, + } + ], + "/manifest": [ { - "xml": "<receiver android:exported=\"false\" android:name=\"de.appplant.cordova.plugin.notification.TriggerReceiver\" />", + "xml": "<uses-permission android:name=\"android.permission.RECEIVE_BOOT_COMPLETED\" />", "count": 1 }, { - "xml": "<receiver android:exported=\"false\" android:name=\"de.appplant.cordova.plugin.notification.ClearReceiver\" />", + "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />", "count": 1 }, { - "xml": "<receiver android:exported=\"false\" android:name=\"de.appplant.cordova.plugin.localnotification.RestoreReceiver\"><intent-filter><action android:name=\"android.intent.action.BOOT_COMPLETED\" /></intent-filter></receiver>", + "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />", "count": 1 }, { - "xml": "<activity android:exported=\"false\" android:launchMode=\"singleInstance\" android:name=\"de.appplant.cordova.plugin.notification.ClickActivity\" android:theme=\"@android:style/Theme.NoDisplay\" />", + "xml": "<uses-permission android:name=\"android.permission.WAKE_LOCK\" />", "count": 1 }, { - "xml": "<activity android:exported=\"false\" android:launchMode=\"singleInstance\" android:name=\"de.appplant.cordova.plugin.badge.LaunchActivity\" android:theme=\"@android:style/Theme.Black.NoTitleBar\" />", + "xml": "<uses-permission android:name=\"android.permission.VIBRATE\" />", "count": 1 }, { - "xml": "<activity android:exported=\"true\" android:name=\"com.adobe.phonegap.push.PushHandlerActivity\" />", + "xml": "<uses-permission android:name=\"com.google.android.c2dm.permission.RECEIVE\" />", "count": 1 }, { - "xml": "<receiver android:name=\"com.adobe.phonegap.push.CordovaGCMBroadcastReceiver\" android:permission=\"com.google.android.c2dm.permission.SEND\"><intent-filter><action android:name=\"com.google.android.c2dm.intent.RECEIVE\" /><action android:name=\"com.google.android.c2dm.intent.REGISTRATION\" /><category android:name=\"com.pliablepixels.zmninja\" /></intent-filter></receiver>", + "xml": "<permission android:name=\"com.pliablepixels.zmninja.permission.C2D_MESSAGE\" android:protectionLevel=\"signature\" />", "count": 1 }, { - "xml": "<service android:name=\"com.adobe.phonegap.push.GCMIntentService\" />", + "xml": "<uses-permission android:name=\"com.pliablepixels.zmninja.permission.C2D_MESSAGE\" />", "count": 1 } ] @@ -206,63 +206,67 @@ "com.phonegap.plugins.OrientationLock": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "cordova-plugin-file": { + "cordova-plugin-crosswalk-webview": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "cordova-plugin-inappbrowser": { + "cordova-plugin-file": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "cordova-plugin-splashscreen": { + "cordova-plugin-inappbrowser": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "cordova-plugin-touchid": { + "cordova-plugin-ios-longpress-fix": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "cordova-plugin-whitelist": { + "cordova-plugin-splashscreen": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "de.appplant.cordova.plugin.email-composer": { + "cordova-plugin-touchid": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "hu.dpal.phonegap.plugins.PinDialog": { + "cordova-plugin-websocket": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "nl.x-services.plugins.insomnia": { + "cordova-plugin-whitelist": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "org.apache.cordova.console": { + "de.appplant.cordova.common.registerusernotificationsettings": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "org.apache.cordova.device": { + "de.appplant.cordova.plugin.badge": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "org.apache.cordova.statusbar": { + "de.appplant.cordova.plugin.email-composer": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "org.devgeeks.Canvas2ImagePlugin": { + "de.appplant.cordova.plugin.local-notification": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "uk.co.whiteoctober.cordova.appversion": { + "hu.dpal.phonegap.plugins.PinDialog": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "cordova-plugin-crosswalk-webview": { + "nl.x-services.plugins.insomnia": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "cordova-plugin-ios-longpress-fix": { + "org.apache.cordova.console": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "cordova-plugin-websocket": { + "org.apache.cordova.statusbar": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "de.appplant.cordova.plugin.local-notification": { + "org.devgeeks.Canvas2ImagePlugin": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, - "de.appplant.cordova.plugin.badge": { + "uk.co.whiteoctober.cordova.appversion": { "PACKAGE_NAME": "com.pliablepixels.zmninja" }, "phonegap-plugin-push": { "PACKAGE_NAME": "com.pliablepixels.zmninja" } }, - "dependent_plugins": {} + "dependent_plugins": { + "org.apache.cordova.device": { + "PACKAGE_NAME": "com.pliablepixels.zmninja" + } + } }
\ No newline at end of file |
