- Sep 26, 2013
-
-
Armno authored
-
Armno authored
-
Bob Easterday authored
Eliminate need for GET_TASKS permission
-
Bob Easterday authored
Fixes Cordova error when trying to open the app from the notification bar
-
- Sep 24, 2013
-
-
Rubén Norte authored
-
Rubén Norte authored
-
- Sep 13, 2013
-
-
Bob Easterday authored
Added a missing comma after errorHandler
-
Sergio Morstabilini 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
-
- Sep 10, 2013
-
-
Bob Easterday authored
-
Bob Easterday authored
Use & instead of your large and error prone if statements
-
Bob Easterday authored
Fix typo: successCallback should be errorCallback
-
Bob Easterday authored
-
Bob Easterday authored
Finalize pre-3.0.0 plugin fixes
-
Bob Easterday authored
-
Bob Easterday authored
-
Bob Easterday authored
plugin submission requires a version bump even if plugin was previously deleted (bug?)
-
Bob Easterday authored
-
- Sep 09, 2013
-
-
Bob Easterday authored
-
Bob Easterday authored
-
Bob Easterday authored
-
Bob Easterday authored
-
Bob Easterday authored
-
Bob Easterday authored
-
Bob Easterday authored
-
- Aug 23, 2013
-
-
Robert (Jamie) Munro authored
Fix setApplicationIconBadgeNumber returning errors.
-
- 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
-
- Jul 07, 2013
-
-
Florian Bachmann 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
-