Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare Release of Version 1.2.0 (#66)
* chore: Add Unreleased Tag to CHANGELOG * RMET-2036 :: Updated jcenter to mavenCentral (#40) * RMET-2045 - Firebase Cloud Messaging Plugin - Use fixed versions (#39) * fix: use fixed versions References: https://outsystemsrd.atlassian.net/browse/RMET-2045 * chore: update changelog * refactor: remove jcenter References: https://outsystemsrd.atlassian.net/browse/RMET-2036 * chore: update changelog * feat: iOS | Add Get APNs Token (#41) Update iOS lib files in order to include the new Get APNs Token method. Delegate the app's `application:didRegisterForRemoteNotificationWithDeviceToken:` to Cloud Messaging's delegate extension. * RMET-2114 FB Cloud Messaging - Android - Fix click notification without deeplink (#42) * tentativefix: added pending intent to every notification * chore: update lib for testing References: https://outsystemsrd.atlassian.net/browse/RMET-2114 * chore: update lib * feat: update messaging library to version 1.0.1 References: https://outsystemsrd.atlassian.net/browse/RMET-2114 * refactor: remove new line * chore: update changelog Co-authored-by: Nelson Lopes Silva <5671236+nflsilva@users.noreply.github.com> * Fix: Silent Notifications issue (#44) The method `application:didReceiveRemoteNotification:fetchCompletionHandler:` is not being triggered by apps that use the plugin, so it's not possible to trigger silent notifications. The same fix was applied for the `application:didRegisterForRemoteNotificationsWithDeviceToken:` as the method suffered from the same issue. * fix: Replace iOS code for library (#45) Remove the iOS code and replace it for the xcframework. * RMET-2312 :: Empty silent notification crash fix (#46) * chrore: bump patch version to 1.0.6. Changed lib version to new patch vesion 1.0.2 * chrore: bump patch version to 1.0.6 * feat: iOS | Use Local Notifications library (#48) Update the iOS xcframework that already includes the Local Notifications library. Add the local notifications library. Remove unnecessary files introduced on conflict fix. * RMET-2310 FB Cloud Messaging - Update FCM lib and add Local Notifications Lib (#49) * feat: update osfirebasemessaging-android References: https://outsystemsrd.atlassian.net/browse/RMET-2310 * fix: include local notifications lib in build.gradle * chore: update changelog * feat: React to "Push" Data Message (#51) Update the OSFirebaseMessagingLib and OSLocalNotificationsLib in order to allow the trigger of Local Notifications when a Data Message with a Notification structure is received. * RMET-2378 Cloud Messaging Plugin - Hook for sound files (#52) * feat: first version of hook to copy sound files References: https://outsystemsrd.atlassian.net/browse/RMET-2378 * chore: save current progress * refactor: remove comment * refactor: remove unnecessary code from hook References: https://outsystemsrd.atlassian.net/browse/RMET-2378 * refactor: remove unnecessary functions References: https://outsystemsrd.atlassian.net/browse/RMET-2378 * chore: update libs References: https://outsystemsrd.atlassian.net/browse/RMET-2378 * chore: update changelog * refactor: replace var with let * refactor: replace var with let * refactor: use let instead of var * chore: update lib version * RMET-2421 FCM Plugin - Fix click notification crash (#53) * chore: update lib version * chore: update lib version * chore: update lib * chore: update changelog * chore: update lib version * chore: update lib versions * feat: Add Actions to "Push" Data Messages (#55) Update the OSFirebaseMessagingLib and OSLocalNotificationsLib to add reaction to a Push Data Message with Actions configured. Co-authored-by: Marta Carlos <marta.carlos@outsystems.com> * RMET-2387 FCM Plugin - Android - Add action buttons (#57) * chore: update libs * chore: update libs * feat: handle action button clicks References: https://outsystemsrd.atlassian.net/browse/RMET-2387 * chore: update changelog * feat: iOS | Click on Notification Action (#56) Update the OSFirebaseMessagingLib and OSLocalNotificationsLib to add reaction to a Notification Action click. * Feat: iOS | React to the Internal Route Event (#58) Update both OSFirebaseMessagingLib and OSLocalNotificationsLib to the latest versions. Add "internalRouteActionClick" to the list of possible events can be triggered. * RMET-2215 FCM Plugin - Fix on hook for sound files (#61) * test: test build without hook * test: include hook * test: change hook name * test: remove defer.promise * chore: update changelog * Feat: iOS | React to the Web Route Event (#60) Update OSLocalNotificationLib.xcframework and OSFirebaseMessagingLib.xcframework to the latest versions so that it can deal with Actions defined with a web route event. * current implementation (#62) Add to plugin.xml a new hook that reads Extensibility Configurations' APPLICATION_SCHEMES preference value, and adds it to Info.plist's LSApplicationQueriesSchemes property. * RMET-2391 FCM Plugin - Notification action buttons (#64) * chore: update lib versions * chore: update lib version * chore: update lib version * chore: update gradle dependency * feat: iOS | React to the App Route Event (#63) Update OSLocalNotificationLib.xcframework and OSFirebaseMessagingLib.xcframework to the latest versions so that it can deal with Actions defined with a app route event. * RMET-2555 :: Update error codes (#65) * feat: update error codes * chore: update changelog * chore: Set Tag and Update iOS libraries Set tag on the `CHANGELOG.md` file. Update `OSFirebaseMessagingLib.xcframework` and `OSLocalNotificationsLib.xcframework` to the latest versions. * chore: set missing Tags Set Tags to `package.json` and `plugin.xml` files. * chore: use correct OSFirebaseMessagingLib.xcframework * chore: update android libraries --------- Co-authored-by: Alexandre Jacinto <alexandre.jacinto@outsystems.com> Co-authored-by: Nelson Lopes Silva <5671236+nflsilva@users.noreply.github.com> Co-authored-by: Marta Carlos <marta.carlos@outsystems.com> Co-authored-by: Marta Carlos <101343976+OS-martacarlos@users.noreply.github.com>
- Loading branch information