- Dec 01, 2015
-
-
Simon MacDonald authored
added bower
-
Simon MacDonald authored
Uses current flavor app id
-
Christian Cook authored
Currently the plugin pulls the `PACKAGE_NAME`, early on in the build process. After working with Android product flavors where I am building different APKs with different applicationIds (com.test.app.alpha, com.test.app.beta, com.test.app) the permission still sticks with the core package name. These permission requests then conflict with each other when having multiple APKs on the same device, and can even stop the app from being downloaded from the Play Store if the user has an another app on the device with the same permissions. By using `{applicationId}` it will grab the current App's application ID later on so the current ID is used instead.
-
- Nov 30, 2015
-
-
Simon MacDonald authored
Make sure the object exists in the notification.
-
Simon MacDonald authored
Issue #274: Callbacks for actions buttons
-
- Nov 28, 2015
-
-
Christian Dorner authored
-
- Nov 27, 2015
-
-
Frederico Galvão authored
-
Simon MacDonald authored
Pimp my readme
-
Simon MacDonald authored
-
- Nov 26, 2015
-
-
fredericogalvao authored
-
fredericogalvao authored
-
fredericogalvao authored
-
fredericogalvao authored
-
fredericogalvao authored
-
Simon MacDonald authored
-
- Nov 25, 2015
-
-
Martin Jurenka authored
-
- Nov 23, 2015
-
-
Frederico Galvão authored
Mentioning that the unregister method also cleans up event handlers on the docs.
-
Simon MacDonald authored
-
Simon MacDonald authored
-
Simon MacDonald authored
Fixed a typo in README.md
-
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
-