From 2d2820ef59d2e038e6e3d1a39916077d2c7fd631 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Fri, 2 Aug 2024 13:51:45 +0100 Subject: [PATCH 1/5] chore: update dependency to OSFirebaseMessagingLib-Android References: https://outsystemsrd.atlassian.net/browse/RMET-3559 --- src/android/com/outsystems/firebase/cloudmessaging/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/com/outsystems/firebase/cloudmessaging/build.gradle b/src/android/com/outsystems/firebase/cloudmessaging/build.gradle index 868efc6..bb2c6ce 100644 --- a/src/android/com/outsystems/firebase/cloudmessaging/build.gradle +++ b/src/android/com/outsystems/firebase/cloudmessaging/build.gradle @@ -23,7 +23,7 @@ apply plugin: 'kotlin-kapt' dependencies { implementation("com.github.outsystems:oscore-android:1.2.0@aar") implementation("com.github.outsystems:oscordova-android:2.0.1@aar") - implementation("com.github.outsystems:osfirebasemessaging-android:1.2.0@aar") + implementation("com.github.outsystems:osfirebasemessaging-android:1.2.1-dev@aar") implementation("com.github.outsystems:oslocalnotifications-android:1.0.0@aar") implementation("com.google.code.gson:gson:2.8.9") From 42806c585dad50e9d5cc6360c8ba84ca99bb64f9 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Fri, 2 Aug 2024 14:06:33 +0100 Subject: [PATCH 2/5] chore: update changelog References: https://outsystemsrd.atlassian.net/browse/RMET-3559 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aef4ba..2862e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ The changes documented here do not include those from the original repository. ## [Unreleased] +### Fixes +- Fixes notification click when notification is delievered while the app is in foreground (https://outsystemsrd.atlassian.net/browse/RMET-3559). +- Removes protected/reserverd keys from being sent as deeplink parameters data when clicking notification, and also when receiving in-app notifications. (https://outsystemsrd.atlassian.net/browse/RMET-3559). + +### Chores: +- Update `OSFirebaseMessagingLib` Android library to version `1.2.1`. + ### Fixes - Remove return by callbacks, eliminating the disalignment with the threads where the methods are being called (https://outsystemsrd.atlassian.net/browse/RMET-3554). From d87c8c414762edcd86da268a4074f98031811814 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Fri, 2 Aug 2024 14:12:56 +0100 Subject: [PATCH 3/5] chore: update dependency to Android lib References: https://outsystemsrd.atlassian.net/browse/RMET-3559 --- src/android/com/outsystems/firebase/cloudmessaging/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/com/outsystems/firebase/cloudmessaging/build.gradle b/src/android/com/outsystems/firebase/cloudmessaging/build.gradle index bb2c6ce..88e58d8 100644 --- a/src/android/com/outsystems/firebase/cloudmessaging/build.gradle +++ b/src/android/com/outsystems/firebase/cloudmessaging/build.gradle @@ -23,7 +23,7 @@ apply plugin: 'kotlin-kapt' dependencies { implementation("com.github.outsystems:oscore-android:1.2.0@aar") implementation("com.github.outsystems:oscordova-android:2.0.1@aar") - implementation("com.github.outsystems:osfirebasemessaging-android:1.2.1-dev@aar") + implementation("com.github.outsystems:osfirebasemessaging-android:1.2.1-dev2@aar") implementation("com.github.outsystems:oslocalnotifications-android:1.0.0@aar") implementation("com.google.code.gson:gson:2.8.9") From de9d601abec9ca229a5c9b2b634b8c9876f5f44d Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Fri, 2 Aug 2024 17:24:20 +0100 Subject: [PATCH 4/5] chore(release): raise version to 2.3.1 References: https://outsystemsrd.atlassian.net/browse/RMET-3559 --- CHANGELOG.md | 2 +- package.json | 2 +- plugin.xml | 2 +- src/android/com/outsystems/firebase/cloudmessaging/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2862e31..abcd3fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The changes documented here do not include those from the original repository. -## [Unreleased] +## [Version 2.3.1] ### Fixes - Fixes notification click when notification is delievered while the app is in foreground (https://outsystemsrd.atlassian.net/browse/RMET-3559). diff --git a/package.json b/package.json index 0ec2240..3af9f9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.outsystems.firebase.cloudmessaging", - "version": "2.3.0", + "version": "2.3.1", "description": "Outsystems plugin for Firebase Cloud Messaging", "keywords": [ "ecosystem:cordova", diff --git a/plugin.xml b/plugin.xml index 8c2d6b6..fe48178 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + OSFirebaseCloudMessaging Outsystems plugin for Firebase Cloud Messaging diff --git a/src/android/com/outsystems/firebase/cloudmessaging/build.gradle b/src/android/com/outsystems/firebase/cloudmessaging/build.gradle index 88e58d8..28656c9 100644 --- a/src/android/com/outsystems/firebase/cloudmessaging/build.gradle +++ b/src/android/com/outsystems/firebase/cloudmessaging/build.gradle @@ -23,7 +23,7 @@ apply plugin: 'kotlin-kapt' dependencies { implementation("com.github.outsystems:oscore-android:1.2.0@aar") implementation("com.github.outsystems:oscordova-android:2.0.1@aar") - implementation("com.github.outsystems:osfirebasemessaging-android:1.2.1-dev2@aar") + implementation("com.github.outsystems:osfirebasemessaging-android:1.2.1@aar") implementation("com.github.outsystems:oslocalnotifications-android:1.0.0@aar") implementation("com.google.code.gson:gson:2.8.9") From 2fcbf1c5b3b98edbc4100532a6374cc22bdef063 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Fri, 2 Aug 2024 17:51:23 +0100 Subject: [PATCH 5/5] chore: remove unnecessary entry References: https://outsystemsrd.atlassian.net/browse/RMET-3559 --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abcd3fe..773fade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,6 @@ The changes documented here do not include those from the original repository. - Fixes notification click when notification is delievered while the app is in foreground (https://outsystemsrd.atlassian.net/browse/RMET-3559). - Removes protected/reserverd keys from being sent as deeplink parameters data when clicking notification, and also when receiving in-app notifications. (https://outsystemsrd.atlassian.net/browse/RMET-3559). -### Chores: -- Update `OSFirebaseMessagingLib` Android library to version `1.2.1`. - ### Fixes - Remove return by callbacks, eliminating the disalignment with the threads where the methods are being called (https://outsystemsrd.atlassian.net/browse/RMET-3554).