- Nov 23, 2015
-
-
Roel Slüper authored
-
- Nov 20, 2015
-
-
Simon MacDonald authored
-
Simon MacDonald authored
Now calling .trim() to each array String element when parsing them to Ints/Longs
-
Simon MacDonald authored
-
- Nov 19, 2015
-
-
Simon MacDonald authored
fix Issue 354
-
Alexis LE GOFF authored
-
Alexis LE GOFF authored
-
Sandro Gržičić authored
When a vibration pattern is sent as e.g. [0, 150, 250, 100], or a ledColor as e.g. [0, 255, 127, 64], the space after each comma will now be trimmed, which would otherwise cause a NumberFormatException when trying to parseInt/parseLong the string " 0255".
-
Simon MacDonald authored
-
- Nov 18, 2015
-
-
Simon MacDonald authored
add sound default statement
-
Simon MacDonald authored
Added event handler removal
-
Simon MacDonald authored
-
Simon MacDonald authored
-
Simon MacDonald authored
-
- Nov 11, 2015
-
-
Giordano authored
-
Giordano authored
-
Giordano authored
-
Giordano Cardillo authored
-
- Nov 10, 2015
-
-
Zam authored
-
- Nov 08, 2015
-
-
Frederico Galvão authored
Update README.md
-
Albert Leao authored
Added detail about requiring no extension as the file name.
-
- Nov 03, 2015
-
-
Simon MacDonald authored
-
Simon MacDonald authored
-
- Nov 02, 2015
-
-
Simon MacDonald authored
-
Simon MacDonald authored
-
Simon MacDonald authored
-
- Oct 27, 2015
-
-
Frederico Galvão authored
-
Simon MacDonald authored
-
Simon MacDonald authored
-
- Oct 26, 2015
-
-
Simon MacDonald authored
Work on silent push Handle content-available key Add completionHandler Implement JS Send plugin result from finish Document background push Android shim for finish method
-
- Oct 21, 2015
-
-
Simon MacDonald authored
-
- Oct 19, 2015
-
-
Simon MacDonald authored
-
- Oct 18, 2015
-
-
Simon MacDonald authored
Fixes for using new GcmReceiver code
-
Scott Davidson authored
Replace intent category "com.example.gcm" with $PACKAGE_NAME in plugin.xml. Change play services dependancy to more specific play-services-gcm update issue #188
-
- Oct 15, 2015
-
-
Simon MacDonald authored
Add getApplicationIconBadgeNumber method
-
Ruben Stolk authored
-
- Oct 13, 2015
-
-
Simon MacDonald authored
Refactor key extraction into single method.
-
Scott Davidson authored
This change moves all alternative key logic into a single method. Allows message keys to be in nested in "data" or "message" object. This is to support parse.com and other providers. Added additional keys to support Urban Airship. fixes #147 replaces #218 and #182
-
- Oct 12, 2015
-
-
Simon MacDonald authored
Remove gcm.jar Implement GCM Clould Messaging Implement Token Refresh Listener Update Android compilation instructions
-
- Oct 10, 2015
-
-
Simon MacDonald authored
Remove unnecessary didRegisterUserNotificationSettings implementation, which did break cordova-local-notifications-plugin as a side effect
-