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

RMET-3608 - Prepare to release version 5.0.0-OS14 #41

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

alexgerardojacinto
Copy link
Collaborator

@alexgerardojacinto alexgerardojacinto commented Sep 16, 2024

Description

Merges development into outsystems.

Context

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

Type of changes

  • Fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Refactor (cosmetic changes)
  • Breaking change (change that would cause existing functionality to not work as expected)

Platforms affected

  • Android
  • iOS
  • JavaScript

Tests

Screenshots (if appropriate)

Checklist

  • Pull request title follows the format RNMT-XXXX <title>
  • Code follows code style of this project
  • CHANGELOG.md file is correctly updated
  • Changes require an update to the documentation
    • Documentation has been updated accordingly

…oid SDK (#40)

* feat: use Firebase Android BOM library to set the version of FB Analytics

Context: According to the documentation, this is the recommended way of controlling Firebase library versions. This way, using the Firebase Android BOM, an app with multiple Firebase Android libraries will always use compatible versions of these libraries.

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

* fix: declare Firebase dependencies in build.gradle file

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

* test: use framework to set firebase-analytics version

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

* refactor: declare Firebase dependencies in build.gradle file

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

* fix: enable Kotlin

Context: This is necessary for MABS 9. We currently say that the current version of the plugin works with MABS 9 and MAS 10, but it actually doesn't work with MABS 9 because we use Kotlin code but do not enable the Kotlin plugin.

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

* test: enable AndroidX

* chore: revert previous commit

* fix: enable Kotlin

Context: This is necessary for MABS 9. We currently say that the current version of the plugin works with MABS 9 and MAS 10, but it actually doesn't work with MABS 9 because we use Kotlin code but do not enable the Kotlin plugin.

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

* fix: revert previous commit

* test: include FB Analytics using framework

* test: enable Kotlin

* refactor: include FB dependencies in build.gradle

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

* chore: revert previous commit that added Kotlin

* chore: update changelog

https://outsystemsrd.atlassian.net/browse/RMET-3608
@alexgerardojacinto alexgerardojacinto self-assigned this Sep 16, 2024
Copy link

@alexgerardojacinto alexgerardojacinto changed the title RMET-3608 FB Analytics - Update dependency to Firebase Analytics Andr… RMET-3608 - Prepare to release version 5.0.0-OS14 Sep 17, 2024
@alexgerardojacinto alexgerardojacinto marked this pull request as ready for review September 17, 2024 11:26
@alexgerardojacinto alexgerardojacinto requested a review from a team as a code owner September 17, 2024 11:26
@alexgerardojacinto alexgerardojacinto requested review from ItsChaceD, IT-MikeS, OS-ricardomoreirasilva and OS-martacarlos and removed request for a team September 17, 2024 11:26
@alexgerardojacinto alexgerardojacinto merged commit 36e273b into outsystems Sep 17, 2024
5 checks passed
IT-MikeS added a commit that referenced this pull request Oct 10, 2024
* RMET-3608 - Prepare to release version `5.0.0-OS14` (#41)

* RMET-3608 FB Analytics - Update dependency to Firebase Analytics Android SDK (#40)

* feat: use Firebase Android BOM library to set the version of FB Analytics

Context: According to the documentation, this is the recommended way of controlling Firebase library versions. This way, using the Firebase Android BOM, an app with multiple Firebase Android libraries will always use compatible versions of these libraries.

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

* fix: declare Firebase dependencies in build.gradle file

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

* test: use framework to set firebase-analytics version

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

* refactor: declare Firebase dependencies in build.gradle file

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

* fix: enable Kotlin

Context: This is necessary for MABS 9. We currently say that the current version of the plugin works with MABS 9 and MAS 10, but it actually doesn't work with MABS 9 because we use Kotlin code but do not enable the Kotlin plugin.

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

* test: enable AndroidX

* chore: revert previous commit

* fix: enable Kotlin

Context: This is necessary for MABS 9. We currently say that the current version of the plugin works with MABS 9 and MAS 10, but it actually doesn't work with MABS 9 because we use Kotlin code but do not enable the Kotlin plugin.

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

* fix: revert previous commit

* test: include FB Analytics using framework

* test: enable Kotlin

* refactor: include FB dependencies in build.gradle

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

* chore: revert previous commit that added Kotlin

* chore: update changelog

https://outsystemsrd.atlassian.net/browse/RMET-3608

* chore(release): raise to version 5.0.0-OS14

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

* feat: ios setConsent

* feat(android): add setConsent in android

* chore: json parse

* chore: fix android impl

* chore: missed import

* chore: more missing imports

* chore: obj-c issues

* chore: keep jsonstring

* chore: fix array parse ios

* chore: correct setConset param type

* fix: helper methods

* fix: cordova passing odd param

* chore: changelog

* chore: jsdoc update

* chore: fix up

* chore: missing import

* chore: car clean up

* chore: better error and logic handling

* chore: typo

* chore: enums instead of helper func

* chore: clean up

---------

Co-authored-by: Ricardo Silva <[email protected]>
Co-authored-by: Alexandre Jacinto <[email protected]>
IT-MikeS added a commit that referenced this pull request Oct 10, 2024
* RMET-3608 - Prepare to release version `5.0.0-OS14` (#41)

* RMET-3608 FB Analytics - Update dependency to Firebase Analytics Android SDK (#40)

* feat: use Firebase Android BOM library to set the version of FB Analytics

Context: According to the documentation, this is the recommended way of controlling Firebase library versions. This way, using the Firebase Android BOM, an app with multiple Firebase Android libraries will always use compatible versions of these libraries.

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

* fix: declare Firebase dependencies in build.gradle file

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

* test: use framework to set firebase-analytics version

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

* refactor: declare Firebase dependencies in build.gradle file

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

* fix: enable Kotlin

Context: This is necessary for MABS 9. We currently say that the current version of the plugin works with MABS 9 and MAS 10, but it actually doesn't work with MABS 9 because we use Kotlin code but do not enable the Kotlin plugin.

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

* test: enable AndroidX

* chore: revert previous commit

* fix: enable Kotlin

Context: This is necessary for MABS 9. We currently say that the current version of the plugin works with MABS 9 and MAS 10, but it actually doesn't work with MABS 9 because we use Kotlin code but do not enable the Kotlin plugin.

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

* fix: revert previous commit

* test: include FB Analytics using framework

* test: enable Kotlin

* refactor: include FB dependencies in build.gradle

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

* chore: revert previous commit that added Kotlin

* chore: update changelog

https://outsystemsrd.atlassian.net/browse/RMET-3608

* chore(release): raise to version 5.0.0-OS14

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

* feat: ios setConsent

* feat(android): add setConsent in android

* chore: json parse

* chore: fix android impl

* chore: missed import

* chore: more missing imports

* chore: obj-c issues

* chore: keep jsonstring

* chore: fix array parse ios

* chore: correct setConset param type

* fix: helper methods

* fix: cordova passing odd param

* chore: changelog

* chore: jsdoc update

* chore: fix up

* chore: missing import

* chore: car clean up

* chore: better error and logic handling

* chore: typo

* chore: enums instead of helper func

* chore: clean up

* chore: version bumps

---------

Co-authored-by: Ricardo Silva <[email protected]>
Co-authored-by: Alexandre Jacinto <[email protected]>
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