Skip to content
  1. Jun 06, 2013
  2. Jun 05, 2013
  3. Jun 04, 2013
  4. May 30, 2013
  5. May 28, 2013
  6. 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
  7. May 16, 2013
  8. May 10, 2013
  9. Apr 15, 2013
  10. Apr 09, 2013
  11. Mar 28, 2013
  12. 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
  13. Mar 26, 2013
  14. Mar 22, 2013
  15. Mar 06, 2013
  16. Feb 21, 2013
  17. Feb 19, 2013
  18. Feb 15, 2013
  19. Feb 14, 2013
  20. Feb 12, 2013
  21. Feb 09, 2013
  22. Feb 08, 2013
  23. Feb 07, 2013
  24. Feb 05, 2013
  25. Feb 02, 2013
  26. Jan 24, 2013