Skip to content
  1. Jul 14, 2015
  2. Jul 11, 2015
  3. Jul 10, 2015
  4. Jul 09, 2015
  5. Jun 08, 2015
  6. Jun 05, 2015
  7. Jun 04, 2015
  8. May 05, 2015
  9. Apr 06, 2015
  10. Sep 26, 2014
  11. Sep 04, 2014
  12. Jun 29, 2014
  13. May 14, 2014
  14. May 13, 2014
  15. May 09, 2014
  16. May 01, 2014
  17. Apr 01, 2014
  18. Mar 14, 2014
  19. Dec 01, 2013
  20. Nov 25, 2013
  21. Nov 23, 2013
  22. Sep 26, 2013
  23. Sep 13, 2013
  24. Sep 12, 2013
  25. Sep 10, 2013
  26. Jun 06, 2013
  27. Jun 05, 2013
  28. 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
  29. Mar 27, 2013
    • markeeftb's avatar
      Update README.md · 90fe5b07
      markeeftb authored
      You need to add android.permission.GET_TASKS. 
      Without this permission, the application crashes when it receives PUSH NOTIFICATION.
      90fe5b07
  30. Mar 26, 2013
  31. Feb 15, 2013
  32. Jan 24, 2013