- Jul 02, 2014
-
-
Eddy Verbruggen authored
-
Eddy Verbruggen authored
Various (manually) merged changes
-
EddyVerbruggen authored
-
- Jul 01, 2014
-
-
Eddy Verbruggen authored
Update android-support-v13.jar with the latest version
-
Eddy Verbruggen authored
Reference dependencies in example
-
Eddy Verbruggen authored
Added support for defaults.
-
Eddy Verbruggen authored
Mark PushHandlerActivity as exported (avoids security exception)
-
Eddy Verbruggen authored
improved module condition - issue #87
-
Eddy Verbruggen authored
Allow for multiple notifications in Android
-
- Jun 29, 2014
-
-
Martin Bektchiev authored
-
EddyVerbruggen authored
-
Bas Bosman authored
-
Michal Kuklis authored
-
EddyVerbruggen authored
-
matt authored
Intent dispatch)
-
-
-
Amir Gamil authored
This allows for multiple notifications to be displayed on Android. Simply add data with key "notId" and an integer value when sending via GCM. Differentiate between different notifications by setting different notIds. Defaults to 0 if not key supplied.
-
- Jun 24, 2014
-
-
Martin Bektchiev authored
-
- Jun 16, 2014
-
-
Bas Bosman authored
-
- May 27, 2014
-
-
Eddy Verbruggen authored
Fix xml validation for plugin.xml - thank you!
-
Stefano Sala authored
-
- May 19, 2014
-
-
Eddy Verbruggen authored
remove condition to test if web view is in loading state
-
- May 14, 2014
-
-
Byron Matto authored
-
Eddy Verbruggen authored
Fix Cordova link: thanks for updating the link!
-
Bas Bosman authored
-
Eddy Verbruggen authored
Updated README.md and Sample code
-
Archana Naik authored
Update README.md
-
Archana Naik authored
Update index.html
-
- May 13, 2014
-
-
Russell Beattie authored
Added in sound change
-
Russell Beattie authored
Updating sound file section as e.soundname doesn't work on Fire OS. Probably should test it though.
-
Archana Naik authored
New nodeJS based server script to test amazon ADM push notification services.
-
Archana Naik authored
[PushPlugin] Coldstart property missing from notification event in JavaScript in Cordova Push Notifications Plugin Added logic for Coldstart support. Client JS can parse this flag.
-
- May 09, 2014
-
-
Eddy Verbruggen authored
-
Archana Naik authored
-
- May 01, 2014
-
-
EddyVerbruggen authored
-
Nadya Atanasova authored
Align correctly tabs.
-
Nadya Atanasova authored
Add API for showing toast notifications, using the system behaviour. Expose interface for users to handle raw and toast notifications by js callbacks. This way they can handle notifications differently than the system
-
Nadya Atanasova authored
If user want to open new channel they have to have the option to close the current one. Update the error text. Remove the channel field as it is not necessary.
-
Nadya Atanasova authored
It appears that MPNS opens only one channel per application and defines it by name. Sometimes the channeluriupdate is called with delay and it looks like the channel has no Uri. Handle this by adding urichangedcallback js function. Added js error callback to handle errors. Added error to notify the user if they try to open new channel but already have opened one as this is throwing argument exception. Extract the js function execution in separate method as it is reused.
-