Skip to content

Releases: andrehtissot/cordova-plugin-fcm-with-dependecy-updated

iOS: Added title, subtitle, body and badge from Notification.

16 Aug 17:51
4d280fd
Compare
Choose a tag to compare

For iOS: Added title, subtitle, body and badge to the data given to JS.

This data is coming from notification part of the push payload, instead of only from data.

Android has been responding this way for a long time with title and body.

Special thanks to @marcelocch, for pointing it out on issue #153.

Global Cordova v9 required due cocoapods management inconsistency

16 Aug 14:39
Compare
Choose a tag to compare

Defined minimal version of "cordova" package supported as version 9. Due to issues of supporting lower versions and "cordova-ios@5+" without deprecated configuration.

Removed explicit definition of "Firebase/Analytics" and "Firebase/Messaging" due to lack of matching “>=” definitions between plugins.

Special thanks for @DaedalusAB, for leaving a patch that led me to understand find the issue behind it.

getInitialPushPayload fix and small improvements

21 Jul 18:53
Compare
Choose a tag to compare
  • getInitialPushPayload: Conversion of NSData* into NSDictonary* fix -- Thanks to @medeirosrafael for debugging and fixing it!

  • Fixed local variable exception is accessed from within inner class error -- Thanks to @prteekagni for reporting!

  • Added native log for getAPNSToken with value, to help with debugging.

Small improvements

20 Jul 19:09
Compare
Choose a tag to compare
  • Avoided execution of install_ionic_dependencies.bat after the app is installed;
  • Removed old framework dependencies (Thanks for @QuentinFarizon, for pointing it out).

Removed auto-cdnfy and added AndroidXEnabled config

16 Jul 22:13
7e9a94a
Compare
Choose a tag to compare

Simplified ionic/ngx/FCM.d.ts imports

14 Jul 14:48
Compare
Choose a tag to compare

Simplified ionic/ngx/FCM.d.ts imports

Necessary to fix error mentioned by @tiagotrigger on issue #123

Improved windows support

13 Jul 19:38
Compare
Choose a tag to compare

Renamed extension scripts/install_ionic_dependencies.sh to .bat, to have it running on windows.

Simplified ionic/FCM.js and ionic/ngx/FCM.js files

13 Jul 18:29
Compare
Choose a tag to compare
  • Simplified ionic/FCM.js and ionic/ngx/FCM.js files to ease building with them;
  • Improved scripts/install_ionic_dependencies.sh windows support.

Simplified ionic/v4/FCM.js

07 Jul 15:33
Compare
Choose a tag to compare

Simplified ionic/v4/FCM.js file by setting the FCM function in the global context.

Fixed importing .d.ts for older Typescript versions

01 Jul 15:44
279d56d
Compare
Choose a tag to compare

Simplified .d.ts files by removing the new "type" from imports and exports.