4.0.0-moodle.10 • Published 10 months ago

@moodlehq/phonegap-plugin-push v4.0.0-moodle.10

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Cordova Plugin Push (fork)

This is a fork of cordova-plugin-push by Moodle HQ. If you are looking for the documentation, you can read the original at havesource/cordova-plugin-push.

Modifications from the original

We created this fork because we needed to include the following modifications in our mobile application:

PRDescription
phonegap-plugin-push#2581Add compatibility with katzer/cordova-plugin-local-notifications 0.9.0-beta.3
phonegap-plugin-push#2654on notification ios does not work on cold start
phonegap-plugin-push#2696Allow sorting inbox notifications in ascending order
phonegap-plugin-push#2705Clear inbox messages list when clicking action button
phonegap-plugin-push#2743Support messaging style for notifications
havesource#183Claim PushHandlerActivity permissions
-Fix push notifications in Android 4 and 5
-Support Android X
-Support sender image
-Claim BackgroundHandlerActivity permissions
-Add android:exported to services
-Fix crash if no valid configuration provided
-Support encrypted push notifications (Android 8+ and iOS 13+)
-Update default version of Firebase for iOS
-Fix obtaining FCM token in iOS when using Firebase 10.23

This fork is based of v4.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:v4.0.0-moodle.10

Installation

You can install this package using the original installation instructions, but installing this package instead:

cordova plugin add @moodlehq/phonegap-plugin-push@4.0.0-moodle.10