- Jun 29, 2014
-
-
-
-
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.
-
- 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.
-
Nadya Atanasova authored
Adding TryCast method improves readability and decreases the code nesting.
-
EddyVerbruggen authored
-
Archana Naik authored
Updated event names for the callback so existing sample code works with both android and amazon-fireos
-
Archana Naik authored
-
Archana Naik authored
Config options are persisted now. When app is forced stopped, we read config options from sharedPreferences. Also, fixes error message not being shown properly.
-
Archana Naik authored
Fixed couple of issues - 1. permission denied when launching the app from notification. 2. Message is not downloaded when resumed after hitting hoem button.
-
Archana Naik authored
Added server script and readme for Amazon Device Messaging.
-
Archana Naik authored
-
- Apr 10, 2014
-
-
Archana Naik authored
Updated event names for the callback so existing sample code works with both android and amazon-fireos
-
- Apr 09, 2014
-
-
Archana Naik authored
-
- Apr 04, 2014
-
-
Archana Naik authored
Config options are persisted now. When app is forced stopped, we read config options from sharedPreferences. Also, fixes error message not being shown properly.
- Apr 01, 2014
-
-
Archana Naik authored
Fixed couple of issues - 1. permission denied when launching the app from notification. 2. Message is not downloaded when resumed after hitting hoem button.
-
Archana Naik authored
Added server script and readme for Amazon Device Messaging.
-
- Mar 25, 2014
-
-
Archana Naik authored
-
- Mar 14, 2014
-
-
EddyVerbruggen authored
-