- Jul 24, 2013
-
-
Jason Farnsworth authored
The signature of all the methods callable from JavaScript had to change from: -- (void)register:(NSMutableArray *)arguments withDict:(NSMutableDictionary *)options; to +- (void)register:(CDVInvokedUrlCommand*)command; The old format was officially obsoleted in in Cordova 3.0, so there is no way around using the old one. 'arguments' and 'options' needed to use the new 'command' object. With this new format the plugin result interface was also broken, so it was changed to the new documented format. This code is _not_ well tested at this point, but I wanted to get it up for anyone having issues migrating to 3.0.
-
- Jul 23, 2013
-
-
Jason Farnsworth authored
-
Jason Farnsworth authored
-
Jason Farnsworth authored
-
Jason Farnsworth authored
-
- Jul 09, 2013
-
-
Brett Rudd authored
-
- Jun 18, 2013
-
-
Bob Easterday authored
-
- Jun 10, 2013
-
-
Ryan Willoughby authored
-
Ryan Willoughby authored
-
- Jun 07, 2013
- Jun 06, 2013
-
-
Bob Easterday authored
Fix for setApplicationIconBadgeNumber
-
Mikhail Benediktovich authored
-
- Jun 05, 2013
-
-
Bob Easterday authored
-
Bob Easterday authored
Updated to Cordova 2.7, fixed a number of bugs. Cleaned up some code.
-
- Jun 04, 2013
-
-
Bob Easterday authored
-
Bob Easterday authored
-
- May 30, 2013
-
-
Bob Easterday 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.
-
- May 16, 2013
-
-
Bob Easterday authored
cordova-plugman support
-
Fil Maj authored
-
- May 10, 2013
-
-
Bob Easterday authored
-
Bob Easterday authored
-
Bob Easterday authored
-
Bob Easterday authored
-
- Apr 15, 2013
-
-
Bob Easterday authored
Update README.md
-
- Apr 09, 2013
-
-
Bob Easterday authored
-
- Mar 28, 2013
-
-
Bob Easterday authored
-
- Mar 27, 2013
-
-
markeeftb authored
You need to add android.permission.GET_TASKS. Without this permission, the application crashes when it receives PUSH NOTIFICATION.
-
- Mar 26, 2013
-
-
Bob Easterday authored
-
Bob Easterday authored
-
- Mar 22, 2013
-
-
Bob Easterdayerday authored
-
Bob Easterdayerday authored
-
- Mar 06, 2013
-
-
Bob Easterday authored
-
Bob Easterday authored
-
- Feb 21, 2013
-
-
Bob Easterday authored
-
Bob Easterday authored
-
Bob Easterday authored
-
- Feb 19, 2013
-
-
Bob Easterday authored
-