- 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
-
- Mar 14, 2014
-
-
EddyVerbruggen authored
-
- Dec 09, 2013
-
-
Bob Easterday authored
-
- Dec 03, 2013
-
-
Bob Easterday authored
Update README.md
-
Bob Easterday authored
-
Bob Easterday authored
Added instrucction to Android manual installation
-
Bob Easterday authored
Fixed quotes unescaping for non string values
-
Bob Easterday authored
fix e.regid in README
-
- Dec 01, 2013
-
-
Sebastian Sierra authored
-
- Nov 30, 2013
-
-
Sergey Protko authored
-
- Nov 25, 2013
-
-
keab42 authored
-
- Nov 23, 2013
-
-
Jorge Martínez Mauricio authored
-
Bob Easterday authored
-
Bob Easterday authored
json key should be surrounded by quotation
-
Bob Easterday authored
-
- Nov 19, 2013
-
-
keiichi matsunaga authored
-
- Nov 13, 2013
-
-
Bob Easterday authored
Update plugin.xml
-
Jorge Martínez Mauricio authored
adds android.permission.VIBRATE needed for android 2.3.x
-
keiichi matsunaga authored
-
- Nov 02, 2013
-
-
Bob Easterday authored
-
Bob Easterday authored
#85 - new approach
-
- Nov 01, 2013
-
-
scotthooker authored
We should always send a notification this is better than never sending one
-
scotthooker authored
-
- Oct 31, 2013
-
-
scotthooker authored
We can rely on the the other activity functions setting foreground to be true
-
Bob Easterday authored
-
Bob Easterday authored
#85 No notifications in android when the app is closed
-
scotthooker authored
Allow the plugin to know when the app is no longer in foreground so that it may receive push notifications
-