- Dec 18, 2015
-
-
Simon MacDonald authored
-
Simon MacDonald authored
-
Simon MacDonald authored
-
Simon MacDonald authored
-
Simon MacDonald authored
Merge branch 'proper-swizzling-ios' of https://github.com/jnuine/phonegap-plugin-push into jnuine-proper-swizzling-ios Conflicts: src/ios/AppDelegate+notification.m
-
Simon MacDonald authored
-
-
Simon MacDonald authored
-
- Dec 15, 2015
-
-
Simon MacDonald authored
docs: removed vagueness of hasPermission example
-
Thibaud authored
you still want to be able to call this elsewhere..
-
Thibaud authored
incase another AppDelegate category also implements a swizzled_init. it’s better practice to name these swizzled methods by {name_of_category}_{original_method_name}
-
Simon authored
-
- Dec 14, 2015
-
-
Frederico Galvão authored
-
Frederico Galvão authored
-
Simon MacDonald authored
-
Simon Wicki authored
-
Simon Wicki authored
-
Simon Wicki authored
-
Simon Wicki authored
-
Simon MacDonald authored
-
Simon MacDonald authored
-
- Dec 10, 2015
-
-
Frederico Galvão authored
-
Simon MacDonald authored
-
- Dec 08, 2015
-
-
Simon MacDonald authored
-
Simon MacDonald authored
-
Simon MacDonald authored
-
JTB authored
-
- Dec 03, 2015
-
-
JTB authored
-
JTB authored
-
JTB authored
-
-
Simon MacDonald authored
-
Simon MacDonald authored
fix stopBackgroundTask not called from timer when executed in background
-
Elad Moshe authored
-
- Dec 01, 2015
-
-
Frederico Galvão authored
In my tests, adding the "android-minSdkVersion" to config.xml doesn't solve the issue, but using `-- --minSdkVersion=15` in the command fixes it.
-
Simon MacDonald authored
-
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.
-