- Nov 18, 2013
-
-
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.
-
- Nov 13, 2013
-
-
Bob Easterday authored
Update plugin.xml
-
Jorge Martínez Mauricio authored
adds android.permission.VIBRATE needed for android 2.3.x
-
- 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
-
- Oct 28, 2013
-
-
Bob Easterday authored
Added clobbers for PushNotification
-
Bob Easterday authored
JSON fix
-
Bob Easterday authored
Callback now invoked
-
- Oct 25, 2013
-
-
Erik Jan de Wit authored
-
Erik Jan de Wit authored
-
- Oct 16, 2013
-
-
Chris Wiggins authored
-
Chris Wiggins authored
-
- Oct 12, 2013
-
-
Michal Kuklis authored
-
Michal Kuklis authored
-
Michal Kuklis authored
-
- Oct 07, 2013
-
-
Bob Easterday authored
Android : getString should be extras.getString
-
Marco Silva authored
-
- Oct 04, 2013
-
-
Bob Easterday authored
-
Bob Easterday authored
added foreground boolean
-
Bob Easterday authored
Added getString method to setContentTitle and setTicker
-
Bob Easterday authored
Enable syntax highlighting for code examples in readme file
-
Bob Easterday authored
-
Bob Easterday authored
-
Erik Jan de Wit authored
-
Erik Jan de Wit authored
-
Erik Jan de Wit authored
-
- Oct 01, 2013
-
-
madebycm authored
ContentTitle and Ticker can now be set from the GCM server via the "title" field in the "data" parameter (appName is no longer hard coded).
-
- Sep 26, 2013
-
-
Armno authored
-
Armno authored
-
Bob Easterday authored
Eliminate need for GET_TASKS permission
-
Bob Easterday authored
Fixes Cordova error when trying to open the app from the notification bar
-
- Sep 24, 2013
-
-
Rubén Norte authored
-
Rubén Norte authored
-
- Sep 13, 2013
-
-
Bob Easterday authored
Added a missing comma after errorHandler
-