Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare main for 2.3.0 #108

Merged
merged 6 commits into from
Jul 23, 2024
Merged

Prepare main for 2.3.0 #108

merged 6 commits into from
Jul 23, 2024

Conversation

OS-ricardomoreirasilva
Copy link
Contributor

Merges development into main.

OS-ricardomoreirasilva and others added 6 commits July 8, 2024 09:27
* feat(js): add cordova api methods

References: https://outsystemsrd.atlassian.net/browse/RMET-3511

* feat(ios): add logic for delivery metrics export to big query

Update xcframework to use the latest version.
Add the two methods to deal with the getter and setter.
Create a 'firebaseAppDelegate' property so we don't have to call 'FirebaseMessagingApplicationDelegate.shared' every time.

References: https://outsystemsrd.atlassian.net/browse/RMET-3511

* chore(ios): refactor unused default values on switches

* feat(android): add logic for delivery metrics export to big query

Update aar to use the latest version.
Add the two methods to deal with the getter and setter.

References: https://outsystemsrd.atlassian.net/browse/RMET-3511

* chore: update libs

Use the latest Android and iOS libraries.

References: https://outsystemsrd.atlassian.net/browse/RMET-3511

* chore: add CHANGELOG entry

References: https://outsystemsrd.atlassian.net/browse/RMET-3511
* chore: update library

References: https://outsystemsrd.atlassian.net/browse/RMET-3508

* chore: adapt bridge to new library methods

Considering that most library methods are now returning objects instead of having delegate callbacks, adapt the bridge to it.
Remove the 'runBlocking' block within the 'execute' method and use a 'CoroutineScope' instead, to not block the main thread.
Make unsupported methods return a non-supported error immediately.
Remove the 'OSNotificationPermissions' library and do it all within the bridge.
Fix the push notification logic, by having a look into the option chosen by the user and react accordingly. This is now managed by a 'SharedFlow' object and the 'OSFCMPermissionEvents' class used within the Register Device feature.

References: https://outsystemsrd.atlassian.net/browse/RMET-3508

* chore: add CHANGELOG entry

References: https://outsystemsrd.atlassian.net/browse/RMET-3508

* chore: include PR comment

References: https://outsystemsrd.atlassian.net/browse/RMET-3508
Update native libraries.
Raise version.
@OS-ricardomoreirasilva OS-ricardomoreirasilva merged commit 1873bf0 into main Jul 23, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants