Skip to content
  1. Jun 29, 2014
    • Amir Gamil's avatar
      Allow for multiple notifications in Android · 6649e7e0
      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.
      6649e7e0
  2. Dec 09, 2013
  3. Dec 03, 2013
  4. Nov 23, 2013
  5. Nov 02, 2013
  6. Nov 01, 2013
  7. Oct 31, 2013
  8. Oct 25, 2013
  9. Oct 07, 2013
  10. Oct 04, 2013
  11. Oct 01, 2013
  12. Sep 24, 2013
  13. Sep 12, 2013
  14. Jul 23, 2013
  15. Jun 10, 2013
  16. May 28, 2013
  17. May 17, 2013
    • Guido Smeets's avatar
      Updated to Cordova 2.7, fixed a number of bugs. Cleaned up some code. · 30a413b8
      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.
      30a413b8
  18. Apr 09, 2013
  19. Mar 26, 2013
  20. Mar 06, 2013
  21. Feb 21, 2013
  22. Feb 14, 2013
  23. Feb 07, 2013
  24. Feb 05, 2013
  25. Dec 19, 2012
  26. Nov 27, 2012