- 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.
-
- Dec 09, 2013
-
-
Bob Easterday authored
-
- Dec 03, 2013
-
-
Bob Easterday authored
-
- Nov 23, 2013
-
-
Bob Easterday authored
-
- Nov 02, 2013
-
-
Bob Easterday authored
-
- 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
-
scotthooker authored
Allow the plugin to know when the app is no longer in foreground so that it may receive push notifications
-
- Oct 25, 2013
-
-
Erik Jan de Wit authored
-
- Oct 07, 2013
-
-
Marco Silva authored
-
- Oct 04, 2013
-
-
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 24, 2013
-
-
Rubén Norte authored
-
Rubén Norte authored
-
- Sep 12, 2013
-
-
Robert (Jamie) Munro authored
* Don't check if we are in the foreground - that happens anyway in the sendExtras() method (https://github.com/phonegap-build/PushPlugin/blob/master/src/android/com/plugin/gcm/PushPlugin.java#L111) * Only display a message if the message has text to be displayed Fixes #52 and undoes #3
-
- Jul 23, 2013
-
-
Jason Farnsworth authored
-
- Jun 10, 2013
-
-
Ryan Willoughby authored
-
- May 28, 2013
-
-
Guido Smeets authored
-
- May 17, 2013
-
-
Guido Smeets authored
* Put all the plugin code in the plugin namespace: com.plugin.gcm; * Renamed to namespace GCM to gcm, namespaces should be lower case according to the java style guidelines; * Deleted the google gcm code and added gcm.jar instead; * Added CordovaGCMBroadcastReceiver.java to enable GCMIntentService to be namespaced in the plugin namespace instead of the client project (which is is the default with google's GCMIntentService); * Moved all java <--> javascript interop to PushPlugin; * Moved all notification code to GCMIntentService (maybe this fits better in its own class); * Changed the way the plugin detects cold starts in order for it not to crash when the back button is used to navigate out of the app; * Changed the caching on the filesystem to a memory cache on a static variable, which increases performance and simplifies code; * Cut up some code into separate methods ; * Added code comments; * Updated the readme file.
-
- Apr 09, 2013
-
-
Bob Easterday authored
-
- Mar 26, 2013
-
-
Bob Easterday authored
-
- Mar 06, 2013
-
-
Bob Easterday authored
-
- Feb 21, 2013
-
-
Bob Easterday authored
-
Bob Easterday authored
-
- Feb 14, 2013
-
-
Bob Easterday authored
-
Bob Easterday authored
-
- Feb 07, 2013
-
-
Bob Easterday authored
-
- Feb 05, 2013
-
-
Bob Easterday authored
-
Bob Easterday authored
-
- Dec 19, 2012
-
-
Bob Easterday authored
-
- Nov 27, 2012
-
-
Bob Easterday authored
-