v2.2.0 (2017-10-23)
- 🐛 Issue #2052: ServiceWorker.js Folder Instead of File view commit
- Issue #2051: Plugin not working on android 4.4 but working in 5,6 and 7 view commit
- Added VoIP Notifications support for iOS (#2194) view commit
- 🐧🐛🔏 Issue #2209: Use of an insecure Random Number Generator view commit
- 📝 Explicit side effects for
.unregister()
view commit - 🕸️ Issue #2109: Receive push notifications when using cordova-browser view commit
- ⬆️ Issue #2097: Receiving multiple notifications although it is sent view commit
- 📝 Issue #2087: Sending one unique push for iOS and Android view commit
- ⬆️ Bump default FCM version to 11.6.0 view commit
- 📝 Issue #2087: Sending one unique push for iOS and Android view commit
- Update INSTALLATION.md view commit
- Fix instructions in README about google-services.json view commit
- 📝 Add contributor thank you view commit
- 🔧 Update gradle file for cordova-android 7 view commit
- 🐛🍎 Issue #1826: Ionic Build Error, cannot find GoogleService-Info.plist view commit
- 🐛 Issue #1926: [question] FCM on ios view commit
- 📝 Issue #2033: A confusing part in the Android section of the install view commit
- fixed issue #2061: Localization in message not working correctly. view commit
- cleaned up PAYLOAD.md (#2040) view commit
v2.1.0 (2017-10-23)
- 2.1.0 view commit
- 🔖 Bumping plugin version to 2.1.0 view commit
- ➖ Remove pre-commit hook view commit
- ⬆️ bump pluginpub to 0.0.9 view commit
- ✨🍎 Issue #1980: Remove confusing action button syntax and replace with events view commit
- ✨🐧 Issue #1950: Implement Android Oreo Notification badges view commit
- 🔨 Issue #1949: make function name more explicit view commit
- ✨ Issue #1949: add a listChannels method view commit
- 🐛 Issue #1949: Guard notification channel on older OS versions view commit
- ✨ Update to Issue #1949: Implement notification channels view commit
- ✨🐧 Issue #1314: Use icons from mipmap resources view commit
- 🐛 Issue #1996: fix PR to use getBoolean not optBoolean view commit
- Add ongoing notifications for android (#1996) view commit
- 🐛🐧🔥 Issue #1930: Android 8: PushNotification.hasPermission() returns true although push notifications are disabled by the system view commit
- 🐛🐧 Issue #1718: cordova run android not working view commit
- 🐛🍎 Issue #1988: iOS 11 + xcode 9: warnings on calling UI methods from a background thread view commit
- Merge pull request #2011 from jacquesdev/master view commit
- Keep docs up to date with es6 view commit
- 🐛 Issue #1994: Unresolved Merge Conflict in master branch view commit
- ✨ #1984: Allow inline reply text to be set via push payload view commit
- Update FCMService.java (#1984) view commit
- 📝 Issue #1982: Get GCM Id in Android but not FCM in iOS view commit
- 🐧 📝 Issue #1980: Remove confusing action button syntax and replace wi… (#1981) view commit
- 📝 Issue #1977: Silent Notifications failing to call push.on('notification') in the background with iOS 11 view commit
- Set the launch args correctly on windows (#1976) view commit
- 🐛 Issue #1970: No custom sound plays when notification is forced in foreground. (#1971) view commit
- Remove duplicated action to unsubscribe topic (#1974) view commit
- ✨ Issue #1949: Implement notification channels view commit
- 📝 Issue #1819: Android - app doesn't come to foreground when clicking notification view commit
- Catch the resource not found execption when 'gcm_defaultSenderId' is not defined, for whatever reason, so that the app does not crash. (#1923) view commit
- 🔧 add precommit hook view commit
- 👕 Fixing linting errors view commit
- Merge pull request #1919 from TillaTheHun0/master view commit
- Update PAYLOAD.md view commit
- 📝 Issue #1825: Build iOS app without Firebase view commit
- Added
hasPermission
support for Windows platform. (#1908) view commit - Updating CHANGELOG view commit
[v2.0.0](https://github.com/* remote origin
Fetch URL: https://github.com//tree/v2.0.0) (2017-08-02) [Full Changelog](https://github.com/* remote origin Fetch URL: https://github.com//compare/v2.0.0-rc5...v2.0.0)
- 2.0.0 [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/d19db8cc6c845fc5504a618077d37c7ad44d3a9a)
- 🔖 Bumping plugin version to 2.0.0 [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/44280ee917ccbee22cf62156ce34fa69aec6f110)
- 🔧 Add package-lock.json to git ignore [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/88e43f869a6469be3f1a2f50ad64fb3a4e22e1c9)
- update ShortcutBadger to 1.1.17 (#1873) [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/02c43301a2c39b516f0281dd2a30e8e813649212)
- 📝 Issue #1863: Linker error for iOS build [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/e509983a0124469765d0d693c92d8e023475b526)
- 📝 Update minimum CLI version in docs [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/f13ac0404d402a4a59267d92ac8a2ca9ca444a45)
- update engines to use cordova 7 (#1877) [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/983c9ad90934edf891ec54a7c3ca101b584710cc)
- Fix topic registration (#1855) [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/781e6f551e8e1509dd6184c84347e36aa163e092)
- Merge pull request #1827 from szh/master [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/2a8e3dff3698710b2e5fed8dea91deaa0705bbdc)
- Add clearAllNotifications() to type definitions [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/8460ecf725ea6ca62b933a2f7c5a6c82628599eb)
- Only use GCM if IS_GCM_ENABLED is true in the google plist (#1821) [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/04cb6af750271d421f5bab2e5b46f5c15faee20c)
- 🍎 Issue #1340: Drop support for iOS 8 [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/d724805bfa4088ebbd00fcb8cb3ccbc36defefdd)
- V2.x Android: handle dismissed notifications (#1816) [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/118b1a454eebc9e5b053f40be3f1a3af253d783e)
- 🔥 Removing RegistrationIntentService class [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/3dcc7ff67295aee9a6a9b3554061284cb6db3332)
- ✨🍎🐧 Issue #1787: Pass token type during registration event [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/1ade39a5fc618173bcc12448a86f3fe9702319a3)
- 📝 Issue #1811: [DOCS] Update additional-resources section of INSTALLATION.md [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/c350ce2c0cffb763eb2b1a84295cd701bf33693a)
- Updating CHANGELOG [view commit](http://github.com/* remote origin Fetch URL: https://github.com//commit/0264f2f5edf577053bcd436977a4f54ecd5e13b7)
v2.0.0-rc5 (2017-06-20)
- 2.0.0-rc5 view commit
- 🔖 Bumping plugin version to 2.0.0-rc5 view commit
- ⬆️ Bump FCM to 11.0.1 view commit
- 🐧 Issue #1796: Remove hook from 2.0.0 version view commit
- 📝 Issue #1552: library not found for -lPods-Appname view commit
- 🏁 Issue #1670: Subscribe and Unsubscribe for windows view commit
- 📝 Issue #1760: fcmSandbox vs gcmSandbox view commit
- 🐛 Issue #1785: plugin fails to install on windows using plugman view commit
- 📝 Issue #1767: Ionic 2 Android build fails with error (Can't find google-services.json file) view commit
- Updating CHANGELOG view commit
v2.0.0-rc4 (2017-06-01)
- 2.0.0-rc4 view commit
- 🔖 Bumping plugin version to 2.0.0-rc4 view commit
- Update push.js view commit
- 📝 Issue #1679: Please clarify the use of content-available in the payload doc view commit
- Update INSTALLATION.md (#1745) view commit
- Fixing 404 link to definition file view commit
- 🐛🔧 Issue #1744: The plugin installs npm in my local node_modules view commit
- 🐛 Issue #1725: Provide default for applicationServerKey view commit
- 🔧 use Node 4 on Travis view commit
- Fix INSTALLATION.md docs for v2.0.0 and Firebase Cloud Messaging (#1741) view commit
- update FirebaseMessaging podspec (#1742) view commit
- 🎨 Fix merge conflicts view commit
- Merge v2.0.x into master (#1736) view commit
- Fixes #1716 - Incomplete CocoaPods installation steps (#1738) view commit
- docs updated (#1727) view commit
- Updating CHANGELOG view commit
- 1.10.4 view commit
- 🔖 Bumping plugin version to 1.10.4 view commit
- 🐧🐛 Issue #1710: Notification message key overwritten view commit
- 🐧🐛 Issue #1710: Notification message key overwritten view commit
- 🐧 Fix issue #1663 by allowing message as the data payload key (#1666) view commit
- [typo] Small fix to payload doc view commit
- 2.0.0-rc3 view commit
- 🔖 Bumping plugin version to 2.0.0-rc3 view commit
- 📦 update www/push.js view commit
- 🔧 Update cordovaDependencies view commit
- 📝 update readme view commit
- 📝 Fix PAYLOAD.md regarding "drawable" directory name (#1711) view commit
- Bump requirements view commit
- Add resource-file way of copying google services files view commit
- Merge branch 'v2.0.x' of https://github.com/phonegap/phonegap-plugin-push into v2.0.x view commit
- Fixing package.json from failed merge/rebase. view commit
- Remove hook and use resource-file tag to copy google services file view commit
- Bumping plugin version to 2.0.0-rc2 view commit
- 🔖 Bumping plugin version to 2.0.0-rc1 view commit
- 🔧 add tern to gitignore view commit
- 🔨🔧⬆️ Use Babel to transpile ES2015 code view commit
- 🐛 Issue #1188: Strings.xml google_app_id conflict with google-services.json view commit
- Issue #689: Remove sender id from PushNotification init iOS options view commit
- Issue #689: Remove sender id from PushNotification init Android options view commit
- Fix rebase errors view commit
- Use CocoaPods view commit
- fixed registration and removed unused code view commit
- Added hook and resource file to copy GoogleService-Info.plist view commit
- Changed code to work with FCM view commit
- Removed GCM files and added FCM files view commit
- Added partial Android FCM support (#975) view commit
- Updating CHANGELOG view commit
- 2.0.0-rc2 view commit
- Bumping plugin version to 2.0.0-rc2 view commit
- 🍎🐛 Issue #1497: App crashes after refreshing when using FCM (v2) view commit
- ✏️ fixing error in CHANGELOG view commit
- 📝 Using a newer version on the examples view commit
- 🐧📝🐛 Issue #1470: Cannot install phonegap-plugin-push on master view commit
- 🐛🍎🔧 Fixing a merge issue where aps-environment was accidentally removed view commit
- 🐛🐧📝⬆️ #1460: Build Issue Android view commit
- 🐛🍎 Issue #1461: App crashes when initialising with topics (v2.0.0-rc1) view commit
- Fixing my merge error for PR #1378 Optional event emit instead of function call for action buttons view commit
- Updating CHANGELOG view commit
- 2.0.0-rc1 view commit
- 🔖 Bumping plugin version to 2.0.0-rc1 view commit
- 🔧 add tern to gitignore view commit
- 🔨🔧⬆️ Use Babel to transpile ES2015 code view commit
- 🔧 Add browser platform back for FCM branch view commit
- Pin FCM to 9.8.0 view commit
- Add empty google services plist view commit
- 🐛 Issue #1188: Strings.xml google_app_id conflict with google-services.json view commit
- 📝 Update to using fcm-node view commit
- Issue #689: Remove sender id from PushNotification init iOS options view commit
- Issue #689: Remove sender id from PushNotification init Android options view commit
- Refactor GCMIntentService to FCMService view commit
- Fix topic subscription and unsubscription on FCM view commit
- Fix rebase errors view commit
- Use CocoaPods view commit
- fixed registration and removed unused code view commit
- Added hook and resource file to copy GoogleService-Info.plist view commit
- Changed code to work with FCM view commit
- Added .framework files as custom frameworks view commit
- Removed GCM files and added FCM files view commit
- Fixed empty token on android first run (#1008) view commit
- Added partial Android FCM support (#975) view commit
- Merge branch 'v2.0.x' of https://github.com/phonegap/phonegap-plugin-push into v2.0.x view commit
- Updating CHANGELOG view commit
- 2.0.0-rc2 view commit
- Bumping plugin version to 2.0.0-rc2 view commit
- 🍎🐛 Issue #1497: App crashes after refreshing when using FCM (v2) view commit
- 📝 Using a newer version on the examples view commit
- 🐧📝🐛 Issue #1470: Cannot install phonegap-plugin-push on master view commit
- 🐛🍎🔧 Fixing a merge issue where aps-environment was accidentally removed view commit
- 🐛🐧📝⬆️ #1460: Build Issue Android view commit
- 🐛🍎 Issue #1461: App crashes when initialising with topics (v2.0.0-rc1) view commit
- Fixing my merge error for PR #1378 Optional event emit instead of function call for action buttons view commit
- Updating CHANGELOG view commit
- 2.0.0-rc1 view commit
- 🔖 Bumping plugin version to 2.0.0-rc1 view commit
- 🔧 add tern to gitignore view commit
- 🔨🔧⬆️ Use Babel to transpile ES2015 code view commit
- 🔧 Add browser platform back for FCM branch view commit
- Pin FCM to 9.8.0 view commit
- Add empty google services plist view commit
- 🐛 Issue #1188: Strings.xml google_app_id conflict with google-services.json view commit
- 📝 Update to using fcm-node view commit
- Issue #689: Remove sender id from PushNotification init iOS options view commit
- Issue #689: Remove sender id from PushNotification init Android options view commit
- Refactor GCMIntentService to FCMService view commit
- Fix topic subscription and unsubscription on FCM view commit
- Fix rebase errors view commit
- Use CocoaPods view commit
- fixed registration and removed unused code view commit
- Added hook and resource file to copy GoogleService-Info.plist view commit
- Changed code to work with FCM view commit
- Added .framework files as custom frameworks view commit
- Removed GCM files and added FCM files view commit
- Fixed empty token on android first run (#1008) view commit
- Added partial Android FCM support (#975) view commit
- Updating CHANGELOG view commit
- 2.0.0-rc2 view commit
- Bumping plugin version to 2.0.0-rc2 view commit
- 🍎🐛 Issue #1497: App crashes after refreshing when using FCM (v2) view commit
- ✏️ fixing error in CHANGELOG view commit
- 📝 Using a newer version on the examples view commit
- 🐧📝🐛 Issue #1470: Cannot install phonegap-plugin-push on master view commit
- 🐛🍎🔧 Fixing a merge issue where aps-environment was accidentally removed view commit
- 🐛🐧📝⬆️ #1460: Build Issue Android view commit
- 🐛🍎 Issue #1461: App crashes when initialising with topics (v2.0.0-rc1) view commit
- Fixing my merge error for PR #1378 Optional event emit instead of function call for action buttons view commit
- Updating CHANGELOG view commit
- 2.0.0-rc1 view commit
- 🔖 Bumping plugin version to 2.0.0-rc1 view commit
- 🔧 add tern to gitignore view commit
- 🔨🔧⬆️ Use Babel to transpile ES2015 code view commit
- 🔧 Add browser platform back for FCM branch view commit
- Pin FCM to 9.8.0 view commit
- Add empty google services plist view commit
- 🐛 Issue #1188: Strings.xml google_app_id conflict with google-services.json view commit
- 📝 Update to using fcm-node view commit
- Issue #689: Remove sender id from PushNotification init iOS options view commit
- Issue #689: Remove sender id from PushNotification init Android options view commit
- Refactor GCMIntentService to FCMService view commit
- Fix topic subscription and unsubscription on FCM view commit
- Fix rebase errors view commit
- Use CocoaPods view commit
- fixed registration and removed unused code view commit
- Added hook and resource file to copy GoogleService-Info.plist view commit
- Changed code to work with FCM view commit
- Added .framework files as custom frameworks view commit
- Removed GCM files and added FCM files view commit
- Fixed empty token on android first run (#1008) view commit
- Added partial Android FCM support (#975) view commit
v1.10.4 (2017-05-17)
- 1.10.4 view commit
- 🔖 Bumping plugin version to 1.10.4 view commit
- 🐧🐛 Issue #1710: Notification message key overwritten view commit
- 🐧🐛 Issue #1710: Notification message key overwritten view commit
- 🐧 Fix issue #1663 by allowing message as the data payload key (#1666) view commit
- [typo] Small fix to payload doc view commit
- 📝 update readme view commit
- 📝 Fix PAYLOAD.md regarding "drawable" directory name (#1711) view commit
- Updating CHANGELOG view commit
v2.0.0-rc3 (2017-05-09)
- 2.0.0-rc3 view commit
- 🔖 Bumping plugin version to 2.0.0-rc3 view commit
- 📦 update www/push.js view commit
- 🔧 Update cordovaDependencies view commit
- Bump requirements view commit
- Add resource-file way of copying google services files view commit
- Merge branch 'v2.0.x' of https://github.com/phonegap/phonegap-plugin-push into v2.0.x view commit
- Fixing package.json from failed merge/rebase. view commit
- Remove hook and use resource-file tag to copy google services file view commit
- Bumping plugin version to 2.0.0-rc2 view commit
- 🔖 Bumping plugin version to 2.0.0-rc1 view commit
- 🔧 add tern to gitignore view commit
- 🔨🔧⬆️ Use Babel to transpile ES2015 code view commit
- 🐛 Issue #1188: Strings.xml google_app_id conflict with google-services.json view commit
- Issue #689: Remove sender id from PushNotification init iOS options view commit
- Issue #689: Remove sender id from PushNotification init Android options view commit
- Fix rebase errors view commit
- Use CocoaPods view commit
- fixed registration and removed unused code view commit
- Added hook and resource file to copy GoogleService-Info.plist view commit
- Changed code to work with FCM view commit
- Removed GCM files and added FCM files view commit
- Added partial Android FCM support (#975) view commit
- Updating CHANGELOG view commit
- 2.0.0-rc2 view commit
- Bumping plugin version to 2.0.0-rc2 view commit
- 🍎🐛 Issue #1497: App crashes after refreshing when using FCM (v2) view commit
- ✏️ fixing error in CHANGELOG view commit
- 📝 Using a newer version on the examples view commit
- 🐧📝🐛 Issue #1470: Cannot install phonegap-plugin-push on master view commit
- 🐛🍎🔧 Fixing a merge issue where aps-environment was accidentally removed view commit
- 🐛🐧📝⬆️ #1460: Build Issue Android view commit
- 🐛🍎 Issue #1461: App crashes when initialising with topics (v2.0.0-rc1) view commit
- Fixing my merge error for PR #1378 Optional event emit instead of function call for action buttons view commit
- Updating CHANGELOG view commit
- 2.0.0-rc1 view commit
- 🔖 Bumping plugin version to 2.0.0-rc1 view commit
- 🔧 add tern to gitignore view commit
- 🔨🔧⬆️ Use Babel to transpile ES2015 code view commit
- 🔧 Add browser platform back for FCM branch view commit
- Pin FCM to 9.8.0 view commit
- Add empty google services plist view commit
- 🐛 Issue #1188: Strings.xml google_app_id conflict with google-services.json view commit
- 📝 Update to using fcm-node view commit
- Issue #689: Remove sender id from PushNotification init iOS options view commit
- Issue #689: Remove sender id from PushNotification init Android options view commit
- Refactor GCMIntentService to FCMService view commit
- Fix topic subscription and unsubscription on FCM view commit
- Fix rebase errors view commit
- Use CocoaPods view commit
- fixed registration and removed unused code view commit
- Added hook and resource file to copy GoogleService-Info.plist view commit
- Changed code to work with FCM view commit
- Added .framework files as custom frameworks view commit
- Removed GCM files and added FCM files view commit
- Fixed empty token on android first run (#1008) view commit
- Added partial Android FCM support (#975) view commit
- Updating CHANGELOG view commit
- 1.10.3 view commit
- 🔖 Bumping plugin version to 1.10.3 view commit
- 🐛 Handle null in getCircleBitmap (#1705) view commit
- 👕 Issue #1702: The logging tag can be at most 23 characters, was 40 (PushPlugin_BackgroundActionButtonHandler) view commit
- Shortened log tag PushPlugin_BackgroundActionButtonHandler to bring u… (#1703) view commit
- Merge branch 'v2.0.x' of https://github.com/phonegap/phonegap-plugin-push into v2.0.x view commit
- Updating CHANGELOG view commit
- 2.0.0-rc2 view commit
- Bumping plugin version to 2.0.0-rc2 view commit
- 🍎🐛 Issue #1497: App crashes after refreshing when using FCM (v2) view commit
- 📝 Using a newer version on the examples view commit
- 🐧📝🐛 Issue #1470: Cannot install phonegap-plugin-push on master view commit
- 🐛🍎🔧 Fixing a merge issue where aps-environment was accidentally removed view commit
- 🐛🐧📝⬆️ #1460: Build Issue Android view commit
- 🐛🍎 Issue #1461: App crashes when initialising with topics (v2.0.0-rc1) view commit
- Fixing my merge error for PR #1378 Optional event emit instead of function call for action buttons view commit
- Updating CHANGELOG view commit
- 2.0.0-rc1 view commit
- 🔖 Bumping plugin version to 2.0.0-rc1 view commit
- 🔧 add tern to gitignore view commit
- 🔨🔧⬆️ Use Babel to transpile ES2015 code view commit
- 🔧 Add browser platform back for FCM branch view commit
- Pin FCM to 9.8.0 view commit
- Add empty google services plist view commit
- 🐛 Issue #1188: Strings.xml google_app_id conflict with google-services.json view commit
- 📝 Update to using fcm-node view commit
- Issue #689: Remove sender id from PushNotification init iOS options view commit
- Issue #689: Remove sender id from PushNotification init Android options view commit
- Refactor GCMIntentService to FCMService view commit
- Fix topic subscription and unsubscription on FCM view commit
- Fix rebase errors view commit
- Use CocoaPods view commit
- fixed registration and removed unused code view commit
- Added hook and resource file to copy GoogleService-Info.plist view commit
- Changed code to work with FCM view commit
- Added .framework files as custom frameworks view commit
- Removed GCM files and added FCM files view commit
- Fixed empty token on android first run (#1008) view commit
- Added partial Android FCM support (#975) view commit
- 📝 Docs for interoperability with Firebase (#1693) view commit
- fix headline (#1685) view commit
- Fix changelog date view commit
- ⬆️ update pluginpub to 0.0.8 view commit
- Updating CHANGELOG view commit
- 1.10.2 view commit
- 🔖 Bumping plugin version to 1.10.2 view commit
- ⬆️ update pluginpub to 0.0.7 view commit
- Fix the dates on the CHANGELOG (the last 2 version) (#1676) view commit
- Vapid Support (#1675) view commit
- Updating CHANGELOG view commit
- 1.10.1 view commit
- 🔖 Bumping plugin version to 1.10.1 view commit
- 🐛 Issue #1655: App opens on clearing notification (Android) view commit
- 📝 Issue #1118: Problem with notifications stacking view commit
- 📝 Issue #1220: [Question] the hook setting seem not work view commit
- Set get badge count android (#1644) view commit
- Add plugin typings from DefinitelyTyped (#1654) view commit
- ⬆️ Issue #1560: setApplicationIconBadgeNumber not working on Android but firing success function view commit
- 📝 Issue #1618: No notification when app is closed on Android, not at all on iOS view commit
- ⬇️ Issue #1560: setApplicationIconBadgeNumber not working on Android but firing success function view commit
- ⬆️ Issue #1560: setApplicationIconBadgeNumber not working on Android but firing success function view commit
- Updating CHANGELOG view commit
- 1.10.0 view commit
- 🔖 Bumping plugin version to 1.10.0 view commit
- ➕ update pluginpub version view commit
- Issue #1464: Create round bitmap icon for large icon image passed in from local resource or url (#1635) view commit
- Receive notification only from SENDER_ID (#1484) view commit
- Add no-cache flag to payload (#1620) view commit
- Add dismiss key to on notification data (#1621) view commit
- return true for old android versions, since AppOpsManager is available starting at 19 (#1634) view commit
- 🎨 remove reference to unused String view commit
- Ability to use custom keys to find message title and text on Android (#1604) view commit
- 📝 Fixed URL of apples custom sound documentation (#1600) view commit
- Updating CHANGELOG view commit
- 1.9.4 view commit
- Bumping plugin version to 1.9.4 view commit
- Issue #1591: App crashes with the latest updates of Android SDK with plugin v-1.9.2 view commit
- Updating CHANGELOG view commit
- 1.9.3 view commit
- 🔖 Bumping plugin version to 1.9.3 view commit
- 🔧 Add valid SPDX license expression view commit
- 📝 Issue #1587: v2.0.0-rc2: .on('notification') event not fired when background notification in Android view commit
- ⬆️ Issue #1560: setApplicationIconBadgeNumber not working on Android but firing success function view commit
- 📝 Issue #1557: push.on('notification') not triggered - Ionic view commit
- 📝 Issue #1407: Uncaught (in promise): Error: Push plugin not found! view commit
- Corrected merges usage to prevent possible conflicts with other plugins (#1538) view commit
- Updating CHANGELOG view commit
- 2.0.0-rc2 view commit
- Bumping plugin version to 2.0.0-rc2 view commit
- 🍎🐛 Issue #1497: App crashes after refreshing when using FCM (v2) view commit
- ✏️ fixing error in CHANGELOG view commit
- 📝 Using a newer version on the examples view commit
- 🐧📝🐛 Issue #1470: Cannot install phonegap-plugin-push on master view commit
- 🐛🍎🔧 Fixing a merge issue where aps-environment was accidentally removed view commit
- 🐛🐧📝⬆️ #1460: Build Issue Android view commit
- 🐛🍎 Issue #1461: App crashes when initialising with topics (v2.0.0-rc1) view commit
- Fixing my merge error for PR #1378 Optional event emit instead of function call for action buttons view commit
- Updating CHANGELOG view commit
- 2.0.0-rc1 view commit
- 🔖 Bumping plugin version to 2.0.0-rc1 view commit
- 🔧 add tern to gitignore view commit
- 🔨🔧⬆️ Use Babel to transpile ES2015 code view commit
- 🔧 Add browser platform back for FCM branch view commit
- Pin FCM to 9.8.0 view commit
- Add empty google services plist view commit
- 🐛 Issue #1188: Strings.xml google_app_id conflict with google-services.json view commit
- 📝 Update to using fcm-node view commit
- Issue #689: Remove sender id from PushNotification init iOS options view commit
- Issue #689: Remove sender id from PushNotification init Android options view commit
- Refactor GCMIntentService to FCMService view commit
- Fix topic subscription and unsubscription on FCM view commit
- Fix rebase errors view commit
- Use CocoaPods view commit
- fixed registration and removed unused code view commit
- Added hook and resource file to copy GoogleService-Info.plist view commit
- Changed code to work with FCM view commit
- Added .framework files as custom frameworks view commit
- Removed GCM files and added FCM files view commit
- Fixed empty token on android first run (#1008) view commit
- Added partial Android FCM support (#975) view commit
- 🐧 android mixpanel pushnotification suport added (#1523) view commit
- 📝 Making string replacement clearer view commit
- 🐛🐧📝 Issue #1433: Cordova Push V5 register () crashes App when initialized with topicList view commit
- 🐛🐧 Issue #1421: Notification delay caused by icon bitmap timeout view commit
- 📝 Issue #1442: CocoaPods support vs requirement view commit
- 2.0.0-rc2 view commit
- Bumping plugin version to 2.0.0-rc2 view commit
- 🍎🐛 Issue #1497: App crashes after refreshing when using FCM (v2) view commit
- ✏️ fixing error in CHANGELOG view commit
- 📝 Using a newer version on the examples view commit
- 🐧📝🐛 Issue #1470: Cannot install phonegap-plugin-push on master view commit
- 🐛🍎🔧 Fixing a merge issue where aps-environment was accidentally removed view commit
- 🐛🐧📝⬆️ #1460: Build Issue Android view commit
- 🐛🍎 Issue #1461: App crashes when initialising with topics (v2.0.0-rc1) view commit
- Fixing my merge error for PR #1378 Optional event emit instead of function call for action buttons view commit
- Updating CHANGELOG view commit
- 2.0.0-rc1 view commit
- 🔖 Bumping plugin version to 2.0.0-rc1 view commit
- 🔧 add tern to gitignore view commit
- 🔨🔧⬆️ Use Babel to transpile ES2015 code view commit
- 🔧 Add browser platform back for FCM branch view commit
- Pin FCM to 9.8.0 view commit
- Add empty google services plist view commit
- 🐛 Issue #1188: Strings.xml google_app_id conflict with google-services.json view commit
- 📝 Update to using fcm-node view commit
- Issue #689: Remove sender id from PushNotification init iOS options view commit
- Issue #689: Remove sender id from PushNotification init Android options view commit
- Refactor GCMIntentService to FCMService view commit
- Fix topic subscription and unsubscription on FCM view commit
- Fix rebase errors view commit
- Use CocoaPods view commit
- fixed registration and removed unused code view commit
- Added hook and resource file to copy GoogleService-Info.plist view commit
- Changed code to work with FCM view commit
- Added .framework files as custom frameworks view commit
- Removed GCM files and added FCM files view commit
- Fixed empty token on android first run (#1008) view commit
- Added partial Android FCM support (#975) view commit
v1.10.3 (2017-20-04)
- 1.10.3 view commit
- 🔖 Bumping plugin version to 1.10.3 view commit
- 🐛 Handle null in getCircleBitmap (#1705) view commit
- 👕 Issue #1702: The logging tag can be at most 23 characters, was 40 (PushPlugin_BackgroundActionButtonHandler) view commit
- Shortened log tag PushPlugin_BackgroundActionButtonHandler to bring u… (#1703) view commit
- 📝 Docs for interoperability with Firebase (#1693) view commit
- fix headline (#1685) view commit
- Fix changelog date view commit
- ⬆️ update pluginpub to 0.0.8 view commit
- Updating CHANGELOG view commit
v1.10.2 (2017-04-12)
- 1.10.2 view commit
- 🔖 Bumping plugin version to 1.10.2 view commit
- ⬆️ update pluginpub to 0.0.7 view commit
- Fix the dates on the CHANGELOG (the last 2 version) (#1676) view commit
- Vapid Support (#1675) view commit
- Updating CHANGELOG view commit
v1.10.1 (2017-04-07)
- 1.10.1 view commit
- 🔖 Bumping plugin version to 1.10.1 view commit
- 🐛 Issue #1655: App opens on clearing notification (Android) view commit
- 📝 Issue #1118: Problem with notifications stacking view commit
- 📝 Issue #1220: [Question] the hook setting seem not work view commit
- Set get badge count android (#1644) view commit
- Add plugin typings from DefinitelyTyped (#1654) view commit
- ⬆️ Issue #1560: setApplicationIconBadgeNumber not working on Android but firing success function view commit
- 📝 Issue #1618: No notification when app is closed on Android, not at all on iOS view commit
- ⬇️ Issue #1560: setApplicationIconBadgeNumber not working on Android but firing success function view commit
- ⬆️ Issue #1560: setApplicationIconBadgeNumber not working on Android but firing success function view commit
- Updating CHANGELOG view commit
v1.10.0 (2017-03-10)
- 1.10.0 view commit
- 🔖 Bumping plugin version to 1.10.0 view commit
- ➕ update pluginpub version view commit
- Issue #1464: Create round bitmap icon for large icon image passed in from local resource or url (#1635) view commit
- Receive notification only from SENDER_ID (#1484) view commit
- Add no-cache flag to payload (#1620) view commit
- Add dismiss key to on notification data (#1621) view commit
- return true for old android versions, since AppOpsManager is available starting at 19 (#1634) view commit
- 🎨 remove reference to unused String view commit
- Ability to use custom keys to find message title and text on Android (#1604) view commit
- 📝 Fixed URL of apples custom sound documentation (#1600) view commit
- Updating CHANGELOG view commit
v1.9.4 (2016-07-09)
- 1.9.4 view commit
- Bumping plugin version to 1.9.4 view commit
- Issue #1591: App crashes with the latest updates of Android SDK with plugin v-1.9.2 view commit
- Updating CHANGELOG view commit
v1.9.3 (2016-07-09)
- 1.9.3 view commit
- 🔖 Bumping plugin version to 1.9.3 view commit
- 🔧 Add valid SPDX license expression view commit
- 📝 Issue #1587: v2.0.0-rc2: .on('notification') event not fired when background notification in Android view commit
- ⬆️ Issue #1560: setApplicationIconBadgeNumber not working on Android but firing success function view commit
- 📝 Issue #1557: push.on('notification') not triggered - Ionic view commit
- 📝 Issue #1407: Uncaught (in promise): Error: Push plugin not found! view commit
- Corrected merges usage to prevent possible conflicts with other plugins (#1538) view commit
- 🐧 android mixpanel pushnotification suport added (#1523) view commit
- 📝 Making string replacement clearer view commit
- 🐛🐧📝 Issue #1433: Cordova Push V5 register () crashes App when initialized with topicList view commit
- 🐛🐧 Issue #1421: Notification delay caused by icon bitmap timeout view commit
- 📝 Issue #1442: CocoaPods support vs requirement view commit
- make google_app_id non translatable string (#1485) view commit
- 🐧🐛 Issue #1474: Android: force-start starts the app in Foreground instead of Background view commit
- Updating CHANGELOG view commit
v2.0.0-rc2 (2016-07-09)
- 2.0.0-rc2 view commit
- Bumping plugin version to 2.0.0-rc2 view commit
- 🍎🐛 Issue #1497: App crashes after refreshing when using FCM (v2) view commit
- ✏️ fixing error in CHANGELOG view commit
- 📝 Using a newer version on the examples view commit
- 🐧📝🐛 Issue #1470: Cannot install phonegap-plugin-push on master view commit
- 🐛🍎🔧 Fixing a merge issue where aps-environment was accidentally removed view commit
- 🐛🐧📝⬆️ #1460: Build Issue Android view commit
- 🐛🍎 Issue #1461: App crashes when initialising with topics (v2.0.0-rc1) view commit
- Fixing my merge error for PR #1378 Optional event emit instead of function call for action buttons view commit
v2.0.0-rc1 (2016-07-09)
- 2.0.0-rc1 view commit
- 🔖 Bumping plugin version to 2.0.0-rc1 view commit
- 🔧 add tern to gitignore view commit
- 🔨🔧⬆️ Use Babel to transpile ES2015 code view commit
- 🔧 Add browser platform back for FCM branch view commit
- Pin FCM to 9.8.0 view commit
- Add empty google services plist view commit
- 🐛 Issue #1188: Strings.xml google_app_id conflict with google-services.json view commit
- 📝 Update to using fcm-node view commit
- Issue #689: Remove sender id from PushNotification init iOS options view commit
- Issue #689: Remove sender id from PushNotification init Android options view commit
- Refactor GCMIntentService to FCMService view commit
- Fix topic subscription and unsubscription on FCM view commit
- Fix rebase errors view commit
- Use CocoaPods view commit
- fixed registration and removed unused code view commit
- Added hook and resource file to copy GoogleService-Info.plist view commit
- Changed code to work with FCM view commit
- Added .framework files as custom frameworks view commit
- Removed GCM files and added FCM files view commit
- Fixed empty token on android first run (#1008) view commit
- Added partial Android FCM support (#975) view commit
- 📝 Issue #1235: SecurityError: Only secure origins are allowed (see: https://goo.gl/Y0ZkNV) view commit
- 📝 Issue #1415: What is the id in push.finish? view commit
- 📝 Issue #1420: Update PLATFORM_SUPPORT.md view commit
- 📝 Adding more emoji for commit messages view commit
- Updating CHANGELOG view commit
v2.0.0-rc2 (2016-07-09)
- 2.0.0-rc2 view commit
- Bumping plugin version to 2.0.0-rc2 view commit
- 🍎🐛 Issue #1497: App crashes after refreshing when using FCM (v2) view commit
- ✏️ fixing error in CHANGELOG view commit
- 📝 Using a newer version on the examples view commit
- 🐧📝🐛 Issue #1470: Cannot install phonegap-plugin-push on master view commit
- 🐛🍎🔧 Fixing a merge issue where aps-environment was accidentally removed view commit
- 🐛🐧📝⬆️ #1460: Build Issue Android view commit
- 🐛🍎 Issue #1461: App crashes when initialising with topics (v2.0.0-rc1) view commit
- Fixing my merge error for PR #1378 Optional event emit instead of function call for action buttons view commit
v2.0.0-rc1 (2016-07-09)
- 2.0.0-rc1 view commit
- 🔖 Bumping plugin version to 2.0.0-rc1 view commit
- 🔧 add tern to gitignore view commit
- 🔨🔧⬆️ Use Babel to transpile ES2015 code view commit
- 🔧 Add browser platform back for FCM branch view commit
- Pin FCM to 9.8.0 view commit
- Add empty google services plist view commit
- 🐛 Issue #1188: Strings.xml google_app_id conflict with google-services.json view commit
- 📝 Update to using fcm-node view commit
- Issue #689: Remove sender id from PushNotification init iOS options view commit
- Issue #689: Remove sender id from PushNotification init Android options view commit
- Refactor GCMIntentService to FCMService view commit
- Fix topic subscription and unsubscription on FCM view commit
- Fix rebase errors view commit
- Use CocoaPods view commit
- fixed registration and removed unused code view commit
- Added hook and resource file to copy GoogleService-Info.plist view commit
- Changed code to work with FCM view commit
- Added .framework files as custom frameworks view commit
- Removed GCM files and added FCM files view commit
- Fixed empty token on android first run (#1008) view commit
- Added partial Android FCM support (#975) view commit
- 📝 Issue #1235: SecurityError: Only secure origins are allowed (see: https://goo.gl/Y0ZkNV) view commit
- 📝 Issue #1415: What is the id in push.finish? view commit
- 📝 Issue #1420: Update PLATFORM_SUPPORT.md view commit
- 📝 Adding more emoji for commit messages view commit
- Updating CHANGELOG view commit
v1.9.2 (2016-07-09)
- 1.9.2 view commit
- 🔖 Bumping plugin version to 1.9.2 view commit
- Optional event emit instead of function call for action buttons (#1378) view commit
- Ensures foreground is true when inline is set to true and Android version is earlier than N (#1459) view commit
v1.9.1 (2016-07-09)
- 1.9.1 view commit
- Bumping plugin version to 1.9.1 view commit
- 🐛 Issue #1412: push.subscribe 'not a function' error view commit
- 📝 Add emoji guide to CONTRIBUTING view commit
- Issue #1342: Fail to add 1.9.0 to ios platform view commit
- Issue #1402: force-start:1 brings a killed application to foreground, not background view commit
- Issue #1400: Version 1.9.0 on PGB not working view commit
- Merge pull request #1398 from getlarky/android-badge-documentation view commit
- Warn about android badge support in documentation view commit
- Enahancement : Add custom permission for PushHandlerActivity (#1362) view commit
- Issue #1248: upgrade ShortcutBadger version to latest view commit
- Merge pull request #1361 from pataar/master view commit
- Fix minor typos in INSTALLATION.md view commit
- Add mimimum cordova versions to installation docs view commit
- Updating CHANGELOG view commit
v1.9.0 (2016-07-09)
- 1.9.0 view commit
- Bumping plugin version to 1.9.0 view commit
- Prepare for 1.9.0 release view commit
- Update gitignore view commit
- Bumping plugin version to 1.9.0 view commit
- Issue #1154: Register fail iOS 10 view commit
- Issue #1337: Build failed, invalid package.json view commit
- Set default SENDER_ID view commit
- Issue #158: Notification Event Not Firing When Closed Through App Launcher view commit
- Merge branch 'master' of https://github.com/hanicker/phonegap-plugin-push into hanicker-master view commit
- Update plugin to use GCM Cocoapods reference in plugin.xml (#1183) view commit
- Updating CHANGELOG view commit
- feat(forced restart, notify javascript) view commit
- restart application after force close (#158 #333) view commit
v1.8.4 (2016-07-09)
- 1.8.4 view commit
- Bumping plugin version to 1.8.4 view commit
- Issue #1251: [Android] deviceId persists between uninstalls, but is invalid after an uninstall view commit
- Merge pull request #1323 from hung-doan/issue-1319 view commit
- Update GCM to 9.8+ issue #1319 view commit
- Support Twilio Notify (#1306) view commit
- Cache multiple Android action button pushes if app is not running (#1272) view commit
- Add sub/unsub tests view commit
- Add features: push.subscribe, push.unsubscribe (issue #1040) (#1227) view commit
- Updating CHANGELOG view commit
v1.8.3 (2016-07-09)
- 1.8.3 view commit
- Bumping plugin version to 1.8.3 view commit
- Update pluginpub version view commit
- Issue#1282 Show app name if title is empty (#1285) view commit
- Note about background app refresh (#1267) view commit
- Issue #1213: XDK instructions link for www template is incorrect (#1283) view commit
- Merge pull request #1277 from dannywillems/patch-1 view commit
- Unused variable app. Caused warnings. view commit
- Issue #1254: [Question] Is it possible to get more than 3 action buttons on Android notifications? view commit
- Use unique pending intent request code to enable multiple... (#1225) view commit
- Add
cordovaDependencies
section to package.json (#1232) view commit - Updating CHANGELOG view commit
v1.8.2 (2016-07-09)
- 1.8.2 view commit
- Bumping plugin version to 1.8.2 view commit
- Localization from resources (#1196) view commit
- Issue #1199: iOS 10 is not firing the 'notification' event after clicking on a notification when the app is in hibernate view commit
- Use unique pending intent request code to enable multiple simultaneous notifications with action buttons (#1216) view commit
- (doc) Fixing
ios.catetories
type in api reference. view commit - Issue #1155: [doc] Explain usage of the top level "priority" in GCM notifications view commit
- Issue #1121: Notification is not shown on ios device view commit
- Issue #1160: data.additionalData.[Object] as 'undefined' in iOS view commit
- Few edits (#1179) view commit
- Adding workshop tutorial link to the README (#1169) view commit
- added Azure server-side example (#1124) view commit
- Update appxmanifests with ToastCapable=true after plugin install (#1158) view commit
- Updating CHANGELOG view commit
v1.8.1 (2016-07-09)
- 1.8.1 view commit
- Bumping plugin version to 1.8.1 view commit
- [Windows] Added a check on activation context existence (#1129) view commit
- Updating CHANGELOG view commit
v1.8.0 (2016-07-09)
- 1.8.0 view commit
- Bumping plugin version to 1.8.0 view commit
- Check that serviceWorker exists before unregistering view commit
- Populate additionalData on browser platform view commit
- Issue #683: Support Android N inline reply actions view commit
- Issue #1109: Installation.MD has a mistake view commit
- Use push server DELETE route to remove browser keys view commit
- [chore] fix mis-spelling view commit
- Browser: always call success on unimplemented methods view commit
- Update push url view commit
- Merge branch 'browser' view commit
- Add browser platform support view commit
- Issue #1080: clearAllNotifications not working on iOS view commit
- [whoops] revert accidental commit of a pluginpub test view commit
- [doc] remove deprecation notice on hasPermission view commit
- Updating CHANGELOG view commit
- Bumping plugin version to 1.9.0 view commit
- Update CHANGELOG view commit
1.7.4 (2016-07-09)
Closed issues:
- FYI: Resumed iOS 10 Notifications results in an error (fix problem on iOS) #1002
1.7.3 (2016-07-06)
Closed issues:
- Implemented clearBadge for Android #1030
- update badge number even if the app is totally closed #1027
- Documentation issue of Android pictures push #1028
- [iOS] unregister for a topic: parameter is not consistent between ios/android #1029
- [doc] Error installing in IOS, version requirement: >=4.1.0 #1047
1.7.2 (2016-06-24)
Closed issues:
- FYI: Resumed iOS 10 Notifications results in an error #1002
1.7.1 (2016-06-17)
Closed issues:
1.7.0 (2016-06-06)
Closed issues:
- disable notification's sounds on a per notification basis #885
- Android GCM Action Buttons lack of documentation #884
- Android double on('notification') fired #828
- Device should register, Push Notification should receive on IOS (IntelXDK) #926
- Use cordova-ios 4.1.0 in Milestone 1.7.0 #751
- Badge on android #190
- JS error in Success callbackId: PushNotifiation###.. whenever a notification is sent to the device #824
- coldstart flag always set to true if the app has been opened through an alert, on ios 9.3.1, plugin version 1.6.2 cordova 6.1.0 cordova ios 4.1.1 #795
- Is there any way to clear notifications out from the app? #346
- Show contents of notification when phone is locked #750
- PushPlugin.m init() should send pending notification when js side is ready #658
1.6.4 (2016-05-24)
Closed issues:
1.6.3 (2016-04-27)
Fixed bugs:
- [Android] Can't install multiple apps using this plugin (v1.6.x) #768
- JS error in "Success callbackId: PushNotifiation###.." whenever a notification is sent to the device #824
Closed issues:
- Move example directory to a phonegap template #832
- va #830
- does not create the notification bar #821
- Did not show notification in status bar for Xiomi Redmi Note 3 #790
- PushNotification.hasPermission not working as expected #789
1.6.2 (2016-04-06)
Fixed bugs:
- Unexpected / Broken Android Behavior #767
Closed issues:
- Android: JSON Exception No Value Found for Sender #781
- Should I call init() every time the app is launched?? #777
- Request: extend action buttons to wearables #776
- After upgrade: 601 duplicate symbols for architecture i386 #769
- push plugin #766
- Documentation mentions old name for dependency #763
- push.on('notification') callback is not called on coldstart on iOS #758
- plugin doesn't work in background or when app not running on kitkat 4.4.2 #754
- App Icon not displayed in tray using build.phonegap and cli-6.0.0 [ios] #753
- push.on('registration') event not called on IOS. #752
- catch 22 when trying to use this plug #741
- push.setApplicationIconBadgeNumber not working in background #736
- Strange issue while debugging in Safari Inspector #733
1.6.1 (2016-03-23)
Fixed bugs:
- App crashes on notification when in background #715
Closed issues:
- Memory Leak when call
push.on\('registration'
. soPush Plugin register called
not called #743 - l #739
- [testing issue template] ignore me #717
- Incorrect init option "vibration" in a few ios samples on PAYLOAD.md #713
- android M wear case #691
- Incorrect document detailing (PHONEGAP_BUILD.md) #686
- Windows Phone 8.1, not fired plugin methods #526
1.6.0 (2016-03-09)
Implemented enhancements:
- Background processing with coldstart on iOS #583
Fixed bugs:
- Android: notification does not dismiss after selection button (1.6.x dev) #610
Closed issues:
- XDK doesn't work with v1.5.x. Are you going to have a non-gradle version for v1.5.x #675
- emoji support #668
- iOS sound not found [edited with new debug info] #667
- Push notification register APN to GCM Problem #665
- IOS Never fire the registration event #659
- Badge count inaccurate #651
- Android Icon options in [email protected] #648
- Getting same registration id when re-register #641
- Callback not called unless you register to GCM everytime you open the app #626
- How to make GCM show alert automatically ios #602
- Shoddy image for notification icon,status bar icon? #587
- ERROR: Plugin 'PushNotification' not found #568
- ar #533
- No sound and vibration for GCM when built with Cordova but Ok with PhoneBuild #520
1.5.3 (2016-01-14)
Fixed bugs:
- Android 4.1 and AppOpsManager #495
Closed issues:
- iOS Building Error #507
- [FIX] notification not fired when app is in background/killed ? Check this out #502
- Which Sender ID to use #485
- coldstart not documented #483
- Android: iconColor doesn't work in hexadecimal (#RRGGBB) format #480
- Cannot find symbol variable INSTANCE_ID_SCOPE #477
- notification event not fired on cold start on Android 5 #469
- Push notifications not working with iPhone6 + ios 9.2? #462
- UTF8 support on android: the notification text (on android only) is shown with "???" #461
- example application? #460
- build fail in ios - version 1.5.2 #458
- Getting NotRegistered error when sending GCM push notification, but the device never unregistered #419
- Changelog neglected #412
1.5.2 (2015-12-21)
Fixed bugs:
- notification_applicationDidBecomeActive method #447
1.5.1 (2015-12-18)
Closed issues:
- Unsubscribing to topics should not clear event handlers #443
1.5.0 (2015-12-18)
Fixed bugs:
- Make sure iOS/Android can receive the same GCM payload #401
Closed issues:
- Using stacking notifications but only able to process one #435
- Cant find stacking docs #430
- Android Marshmallow 6.0 push icon #422
- Distinguish between 'android' or 'ios' on registration event #418
- Phonegap Build Issues for 1.4.X #417
- using in Ionic #416
- notification event not called on ios #414
- [docs] detail on deviceready dependency #410
- iOS: Plugin does not start #404
- Process notifications in background #398
- On iOS 9 the badge does not clear #395
- Background notification OK, but event "notification" never called #387
- Android action button callback not triggered #298
1.4.5 (2015-12-03)
Fixed bugs:
- register -> unregister lifecycle #368
Closed issues:
- jshint support #380
- Platform support #379
- Ionic implemenation #364
- on registration callback getting called repeatedly. #353
- on("notification") dont fire when the app its open #351
1.4.4 (2015-11-20)
Fixed bugs:
- InstanceID.getToken() not called in an Intent #354
- Handle both data and notification payloads in the same GCM push #343
- [INSTALL_FAILED_CONFLICTING_PROVIDER] #320
- Getting "Error : Empty registration ID received from GCM" #315
Closed issues:
- xcode build fails with phonegap-plugin-push #358
- App crashes after adding push plugin and wikipedia app installed #357
- Conflict when compiling with com.google.maps #355
1.4.3 (2015-11-18)
Closed issues:
- [Question] about the action's icon color #348
- Can I access Web API's from 'notification' handler? #335
- Init Error: Missing Instance ID Service #334
- Install issue #332
- Multiple Apps gets error #330
- Can't find variable PushNotification #328
- When app is in background, clicking on Android notification in shade opens app but does not trigger the on('notification') event handler #326
- "Missing Command Error" when running in browser #318
- Small icon not working #316
- Duplicate push notifications happening on iOS when phone is unlocked #309
- Is it possible to add badge on Android portion. #308
- [just a question] about the priority #306
- Android - After unregister and reregister no notifications #304
- Amazon-Fireos and Blackberry 10 support #300
- 1.4.x not showing notification on Android #299
- "push.unregister" not really work in iOS #296
1.4.2 (2015-11-03)
Closed issues:
- data.registrationId is empty string "" on register event callback #295
1.4.1 (2015-11-02)
1.4.0 (2015-10-27)
Implemented enhancements:
- Use Google's InstanceID API #188
Closed issues:
- How to handle a re-installed app? #203
- interactive push notifications? #266
- Empty registrationId Android #265
- Run callback when clicking of notification body #261
- Android BUILD FAILED #251
- Re-register #250
- how to work in background ? #249
- installing plugin #244
- No Sound and vibration #242
- Unable to build apk #241
- still having problems with build. #239
- Registering on iOS 9 #238
- Custom sound repeated multiple times on Android #237
- Android: status bar notification is not shown #236
- Multiple Push Notifications - phonegap build #234
- error: cannot find symbol String token = InstanceID.getInstance(getApplicationContext()).getToken(senderID, GCM); #231
- Problem using "ledColor" and "VibrationPattern" #229
- Notificaction event receive, but not notification showing on android #228
- Events for registration not being fired #227
- 'registration' event not firing on windows phone #224
- Can i subscribe to a topic in using plugin? #219
- GCMIntentService.java:472: error: cannot find symbol iconColor #217
- Push Plugin registering on iOS 9 Devices but not showing Notification #216
- Receiving a notification "outside app" while in it? #213
- iOS push not working for device tokens when spaces removed #212
- Error: Plugin PushPlugin failed to install. #210
- Build error #205
- Android push.on('registration', cb) fires correctly on device, but not in emulator. #204
- 1.3.0 version not compatible with "crosswalk" by PGB #199
- How to get data on didReceiveNotification Background Process #198
- PushNotification is not defined in some devices #196
- not getting notifications on the Android device #195
- Installation Errors #186
- IOS: on registration fired twice #185
- Build failed with exit code 8 #184
- iOS: Not able to schedule local notification after adding the plugin #183
- How to show multiple notifications individually in android? #181
- iOS init option type #180
- Building for Android is a quest #179
- How do i tell if the user open the app by tapping the notification? #176
- IOS custom push sound when app is in background #175
- Hi guys please post full working procedure, I'm not able to get registration id also. Please help #174
- Has anyone tested this plugin on windows? #173
1.3.0 (2015-09-21)
Implemented enhancements:
- How to use GCM 3.0 with this plugin? #127
- Android: possibility to send a notification with a title and without message #122
- Enhancement - Led, Vibration Pattern, Priority on Android #105
Fixed bugs:
- It is using in gcm data.additionalData ? #126
- iOS notification from cold boot #117
- Notification LED is not working #97
Closed issues:
- Know which version is used in build service #151
- Registration is not working in IOS9 #150
- build fail on android #149
- iconColor does not set icon background on Android #146
- Prevent windows toast notification when in foreground #145
- How to implement push notification for ios with this plug-in? #143
- After installing this plugin I can't build on Android #141
- version 1.2.3 #134
- New inbox style on android #131
- impossible to install the phonegap-plugin-push Error #130
- Hello, i am developing a cordova app which requires push notifications to be sent to users android phone, so i tried using this new phonegap push plugin as old one is deprecated, and it keeps giving me an error in console: Uncaught ReferenceError: module is not defined --- Line 154 Push.js and i dont have much experience with cordova, so can anyone assist me ? #128
- INVALID_REGISTRATION when http post request with to IOS #123
- Andriod :More than 2 notifications in status bar it is not works. #121
- Release notes for 1.2.x #119
- Google cloud messaging GCM - Push Notification not being sent (Server Side) #110
1.2.3 (2015-09-08)
Fixed bugs:
Closed issues:
- Notification doesn't show the app icon #112
- Notification doesn't show the app icon #111
- Issue with plugin facebook connect #107
- Cordova Support #99
- Uncaught ReferenceError: cordova is not defined, http://localhost:8100/lib/push.js, Line: 7 #98
- Notifications never received on Android #96
- How know the way the app was launched #95
- Android, example doesn't work when it goes into background #94
- Utilizing push plugin #91
1.2.2 (2015-08-31)
Closed issues:
- PushPlugin notification icon is too big #88
1.2.1 (2015-08-31)
Implemented enhancements:
- Question about GCM Notifications and data in the message payload #87
Fixed bugs:
- Notification callback for pushes without a message #80
Closed issues:
- Android: No notification displayed on device. Notification event never called. #86
- it seem no wp8 version for now #56
1.2.0 (2015-08-25)
Implemented enhancements:
Fixed bugs:
- Pushes being deleted from notification bar when cold start #67
Closed issues:
- oficial push plugin and windows and wp8 compatibility #71
- On Android, GCMIntentService.onError() doesn't get passed to the JavaScript "error" event #65
- Android: add property to vibrate phone on received notification #61
- push.on => "registration" will trigger twice times that only in iOS #57
1.1.1 (2015-07-27)
1.1.0 (2015-07-27)
Implemented enhancements:
- iOS doesn't add foreground key #41
- Android: Notification icon problem #20
- iOS badge number #18
- How i can set icons for push notifications in status bar and push view in android #14
- Support Win8.1 + Phone 8.1 Universal Apps (WNS), drop support for WP8.0 (MPNS) #13
Fixed bugs:
- iOS only reads out "aps" payload #29
- Event not fired when in background #24
- Custom notification sound in background mode? #17
Closed issues:
- iOS only receives first notification in foreground #42
- Cannot register on iOS #30
- Fix Android paths in src folder #23
- PushNotification not defined #21
- Error trying to remove the plugin #19
- Handling multiple notifications on Android devices #12
- PGB (build.phonegap.com) problem #11
- reporting location via gcm #6
Merged pull requests:
- Updating Readme to document toast capable setting #47 (rakatyal)
- fix issue #41 #44 (Deminetix)
- fix issue #42 #43 (Deminetix)
- Adding hyperlinks to README #40 (rakatyal)
- Updating Readme #37 (rakatyal)
- Adding windows support to plugin #36 (rakatyal)
- Raghav/update #35 (rakatyal)
- Adding behavior for different notification types #28 (rakatyal)
- Initial commit to add support for windows universal platform #15 (rakatyal)
1.0.1 (2015-06-08)
Closed issues:
1.0.0 (2015-06-05)
Closed issues:
- Update code using enabledRemoteNotificationTypes because it is “not supported in iOS 8” #8
- Register method not working #4
- Publish plugin to npm #3
- Update example to use new API #2
- Lowercase Example/ directory #1
* This Change Log was automatically generated by github_changelog_generator