From 2fd41f4e25e27646bbebae29656a98817f1afc31 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 10 Dec 2015 22:10:24 -0600 Subject: mode 755 --- StoneIsland/plugins/phonegap-plugin-push/CHANGELOG.md | 0 StoneIsland/plugins/phonegap-plugin-push/MIT-LICENSE | 0 StoneIsland/plugins/phonegap-plugin-push/README.md | 0 .../plugins/phonegap-plugin-push/example/www/beep.wav | Bin .../plugins/phonegap-plugin-push/example/www/css/index.css | 0 .../example/www/css/materialize.min.css | 0 .../example/www/font/material-design-icons/LICENSE.txt | 0 .../font/material-design-icons/Material-Design-Icons.eot | Bin .../font/material-design-icons/Material-Design-Icons.svg | 0 .../font/material-design-icons/Material-Design-Icons.ttf | Bin .../font/material-design-icons/Material-Design-Icons.woff | Bin .../font/material-design-icons/Material-Design-Icons.woff2 | Bin .../example/www/font/roboto/Roboto-Bold.ttf | Bin .../example/www/font/roboto/Roboto-Bold.woff | Bin .../example/www/font/roboto/Roboto-Bold.woff2 | Bin .../example/www/font/roboto/Roboto-Light.ttf | Bin .../example/www/font/roboto/Roboto-Light.woff | Bin .../example/www/font/roboto/Roboto-Light.woff2 | Bin .../example/www/font/roboto/Roboto-Medium.ttf | Bin .../example/www/font/roboto/Roboto-Medium.woff | Bin .../example/www/font/roboto/Roboto-Medium.woff2 | Bin .../example/www/font/roboto/Roboto-Regular.ttf | Bin .../example/www/font/roboto/Roboto-Regular.woff | Bin .../example/www/font/roboto/Roboto-Regular.woff2 | Bin .../example/www/font/roboto/Roboto-Thin.ttf | Bin .../example/www/font/roboto/Roboto-Thin.woff | Bin .../example/www/font/roboto/Roboto-Thin.woff2 | Bin .../plugins/phonegap-plugin-push/example/www/index.html | 0 .../plugins/phonegap-plugin-push/example/www/js/index.js | 0 .../phonegap-plugin-push/example/www/js/jquery-2.1.1.min.js | 0 .../phonegap-plugin-push/example/www/js/materialize.min.js | 0 StoneIsland/plugins/phonegap-plugin-push/package.json | 0 StoneIsland/plugins/phonegap-plugin-push/push.gradle | 0 .../plugins/phonegap-plugin-push/spec/helper/cordova.js | 0 StoneIsland/plugins/phonegap-plugin-push/spec/index.spec.js | 0 .../android/com/adobe/phonegap/push/GCMIntentService.java | 0 .../src/android/com/adobe/phonegap/push/PushConstants.java | 0 .../com/adobe/phonegap/push/PushHandlerActivity.java | 0 .../adobe/phonegap/push/PushInstanceIDListenerService.java | 0 .../src/android/com/adobe/phonegap/push/PushPlugin.java | 0 .../com/adobe/phonegap/push/RegistrationIntentService.java | 0 .../phonegap-plugin-push/src/ios/AppDelegate+notification.h | 0 .../phonegap-plugin-push/src/ios/AppDelegate+notification.m | 0 .../plugins/phonegap-plugin-push/src/ios/PushPlugin.h | 0 .../plugins/phonegap-plugin-push/src/ios/PushPlugin.m | 0 .../phonegap-plugin-push/src/windows/PushPluginProxy.js | 0 StoneIsland/plugins/phonegap-plugin-push/www/push.js | 0 47 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/CHANGELOG.md mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/MIT-LICENSE mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/README.md mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/beep.wav mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/css/index.css mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/css/materialize.min.css mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/LICENSE.txt mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/Material-Design-Icons.eot mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/Material-Design-Icons.svg mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/Material-Design-Icons.ttf mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/Material-Design-Icons.woff mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/Material-Design-Icons.woff2 mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Bold.ttf mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Bold.woff mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Bold.woff2 mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Light.ttf mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Light.woff mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Light.woff2 mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Medium.ttf mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Medium.woff mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Medium.woff2 mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Regular.ttf mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Regular.woff mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Regular.woff2 mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Thin.ttf mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Thin.woff mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Thin.woff2 mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/index.html mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/js/index.js mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/js/jquery-2.1.1.min.js mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/example/www/js/materialize.min.js mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/package.json mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/push.gradle mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/spec/helper/cordova.js mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/spec/index.spec.js mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/GCMIntentService.java mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/PushConstants.java mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/PushHandlerActivity.java mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/PushInstanceIDListenerService.java mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/PushPlugin.java mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/RegistrationIntentService.java mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/src/ios/AppDelegate+notification.h mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/src/ios/AppDelegate+notification.m mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/src/ios/PushPlugin.h mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/src/ios/PushPlugin.m mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/src/windows/PushPluginProxy.js mode change 100644 => 100755 StoneIsland/plugins/phonegap-plugin-push/www/push.js (limited to 'StoneIsland/plugins/phonegap-plugin-push') diff --git a/StoneIsland/plugins/phonegap-plugin-push/CHANGELOG.md b/StoneIsland/plugins/phonegap-plugin-push/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/MIT-LICENSE b/StoneIsland/plugins/phonegap-plugin-push/MIT-LICENSE old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/README.md b/StoneIsland/plugins/phonegap-plugin-push/README.md old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/beep.wav b/StoneIsland/plugins/phonegap-plugin-push/example/www/beep.wav old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/css/index.css b/StoneIsland/plugins/phonegap-plugin-push/example/www/css/index.css old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/css/materialize.min.css b/StoneIsland/plugins/phonegap-plugin-push/example/www/css/materialize.min.css old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/LICENSE.txt b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/LICENSE.txt old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/Material-Design-Icons.eot b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/Material-Design-Icons.eot old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/Material-Design-Icons.svg b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/Material-Design-Icons.svg old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/Material-Design-Icons.ttf b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/Material-Design-Icons.ttf old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/Material-Design-Icons.woff b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/Material-Design-Icons.woff old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/Material-Design-Icons.woff2 b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/material-design-icons/Material-Design-Icons.woff2 old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Bold.ttf b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Bold.ttf old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Bold.woff b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Bold.woff old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Bold.woff2 b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Bold.woff2 old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Light.ttf b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Light.ttf old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Light.woff b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Light.woff old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Light.woff2 b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Light.woff2 old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Medium.ttf b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Medium.ttf old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Medium.woff b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Medium.woff old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Medium.woff2 b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Medium.woff2 old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Regular.ttf b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Regular.ttf old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Regular.woff b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Regular.woff old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Regular.woff2 b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Regular.woff2 old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Thin.ttf b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Thin.ttf old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Thin.woff b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Thin.woff old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Thin.woff2 b/StoneIsland/plugins/phonegap-plugin-push/example/www/font/roboto/Roboto-Thin.woff2 old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/index.html b/StoneIsland/plugins/phonegap-plugin-push/example/www/index.html old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/js/index.js b/StoneIsland/plugins/phonegap-plugin-push/example/www/js/index.js old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/js/jquery-2.1.1.min.js b/StoneIsland/plugins/phonegap-plugin-push/example/www/js/jquery-2.1.1.min.js old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/example/www/js/materialize.min.js b/StoneIsland/plugins/phonegap-plugin-push/example/www/js/materialize.min.js old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/package.json b/StoneIsland/plugins/phonegap-plugin-push/package.json old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/push.gradle b/StoneIsland/plugins/phonegap-plugin-push/push.gradle old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/spec/helper/cordova.js b/StoneIsland/plugins/phonegap-plugin-push/spec/helper/cordova.js old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/spec/index.spec.js b/StoneIsland/plugins/phonegap-plugin-push/spec/index.spec.js old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/GCMIntentService.java b/StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/GCMIntentService.java old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/PushConstants.java b/StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/PushConstants.java old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/PushHandlerActivity.java b/StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/PushHandlerActivity.java old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/PushInstanceIDListenerService.java b/StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/PushInstanceIDListenerService.java old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/PushPlugin.java b/StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/PushPlugin.java old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/RegistrationIntentService.java b/StoneIsland/plugins/phonegap-plugin-push/src/android/com/adobe/phonegap/push/RegistrationIntentService.java old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/src/ios/AppDelegate+notification.h b/StoneIsland/plugins/phonegap-plugin-push/src/ios/AppDelegate+notification.h old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/src/ios/AppDelegate+notification.m b/StoneIsland/plugins/phonegap-plugin-push/src/ios/AppDelegate+notification.m old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/src/ios/PushPlugin.h b/StoneIsland/plugins/phonegap-plugin-push/src/ios/PushPlugin.h old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/src/ios/PushPlugin.m b/StoneIsland/plugins/phonegap-plugin-push/src/ios/PushPlugin.m old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/src/windows/PushPluginProxy.js b/StoneIsland/plugins/phonegap-plugin-push/src/windows/PushPluginProxy.js old mode 100644 new mode 100755 diff --git a/StoneIsland/plugins/phonegap-plugin-push/www/push.js b/StoneIsland/plugins/phonegap-plugin-push/www/push.js old mode 100644 new mode 100755 -- cgit v1.2.3-70-g09d2