forked from albertgasset/phonegap-plugin-push
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fffc880
commit 5a5d190
Showing
3 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,23 +8,24 @@ We created this fork because we needed to include the following modifications in | |
|
||
| PR | Description | | ||
| -- | ----------- | | ||
| [#2581](https://github.com/phonegap/phonegap-plugin-push/pull/2581) | Add compatibility with katzer/cordova-plugin-local-notifications 0.9.0-beta.3 | | ||
| [#2654](https://github.com/phonegap/phonegap-plugin-push/pull/2654) | on notification ios does not work on cold start | | ||
| [#2696](https://github.com/phonegap/phonegap-plugin-push/pull/2696) | Allow sorting inbox notifications in ascending order | | ||
| [#2705](https://github.com/phonegap/phonegap-plugin-push/pull/2705) | Clear inbox messages list when clicking action button | | ||
| [#2743](https://github.com/phonegap/phonegap-plugin-push/pull/2743) | Support messaging style for notifications | | ||
| [phonegap-plugin-push#2581](https://github.com/phonegap/phonegap-plugin-push/pull/2581) | Add compatibility with katzer/cordova-plugin-local-notifications 0.9.0-beta.3 | | ||
| [phonegap-plugin-push#2654](https://github.com/phonegap/phonegap-plugin-push/pull/2654) | on notification ios does not work on cold start | | ||
| [phonegap-plugin-push#2696](https://github.com/phonegap/phonegap-plugin-push/pull/2696) | Allow sorting inbox notifications in ascending order | | ||
| [phonegap-plugin-push#2705](https://github.com/phonegap/phonegap-plugin-push/pull/2705) | Clear inbox messages list when clicking action button | | ||
| [phonegap-plugin-push#2743](https://github.com/phonegap/phonegap-plugin-push/pull/2743) | Support messaging style for notifications | | ||
| [havesource#176](https://github.com/havesource/cordova-plugin-push/pull/176) | Claim activity permissions | | ||
| - | Fix push notifications in Android 4 and 5 | | ||
| - | Support Android X | | ||
| - | Support sender image | | ||
|
||
This fork is based of `v2.0.0` and it also includes some commits that hadn't been released yet. | ||
|
||
You can see all the changes here: [2.0.0...moodlemobile:v2.0.0-moodle.2](https://github.com/havesource/cordova-plugin-push/compare/2.0.0...moodlemobile:v2.0.0-moodle.2) | ||
You can see all the changes here: [2.0.0...moodlemobile:v2.0.0-moodle.3](https://github.com/havesource/cordova-plugin-push/compare/2.0.0...moodlemobile:v2.0.0-moodle.3) | ||
|
||
## Installation | ||
|
||
You can install this package using the [original installation instructions](https://github.com/havesource/cordova-plugin-push/blob/master/docs/INSTALLATION.md), but installing this package instead: | ||
|
||
```sh | ||
cordova plugin add @moodlehq/[email protected].2 | ||
cordova plugin add @moodlehq/[email protected].3 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters