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

Cordova 15 #420

Merged
merged 2 commits into from
Mar 4, 2024
Merged

Cordova 15 #420

merged 2 commits into from
Mar 4, 2024

Conversation

rlepinski
Copy link
Contributor

@rlepinski rlepinski commented Mar 1, 2024

Cordova 15 release/rewrite.

TODO:

  • Update proxy to expose a way to launch message center without auto launch being enabled
  • Update proxy to allow setting default values for defaultAutoLaunchMessageCenter, defaultPresentationOptions
  • Update proxy to make message center theme plist configurable
  • Update proxy to allow default foreground display on Android
  • Update proxy to add quiet time for iOS
  • Use new proxy version and address TODOs
  • Add Airship.push.android methods (config, foreground notifications)
  • Add quiet time methods to Airship.push.ios
  • Add type definitions
  • Update docs to build from type definitions
  • Fix CI
  • Update version script
  • Remove yarn
  • Enable channel creation
  • Add custom events

Going to do the following in another PR since this is getting too large:

  • Migration guide
  • Update readme
  • Update dev readme

@rlepinski rlepinski force-pushed the MOBILE-3860 branch 2 times, most recently from 6f0e51a to 8abfe0c Compare March 2, 2024 04:02
@rlepinski rlepinski marked this pull request as ready for review March 4, 2024 17:23
@rlepinski rlepinski requested a review from crow as a code owner March 4, 2024 17:23
@rlepinski rlepinski changed the title DRAFT: Cordova 15 Cordova 15 Mar 4, 2024
Copy link
Contributor

@jyaganeh jyaganeh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to remove the google-services json, but this looks good to me otherwise 👍

* @crow @rlepinski @khmMouna @oristanovic @Apekka @Ulrico972 @jyaganeh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nbd, but we could switch this to @urbanairship/mobile and not have to worry about updating it again

.gitignore Outdated
@@ -10,3 +10,4 @@ out/*
node_modules/*
scripts/update_cordova/node_modules/*
config_sample.xml
urbanairship-cordova/docs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did we want to add cordova-airship/docs here too (or instead)?

@@ -1,11 +1,11 @@
dependencies {
implementation 'com.urbanairship.android:urbanairship-accengage:16.11.1'
api "com.urbanairship.android:airship-framework-proxy:5.2.1"
}

cdvPluginPostBuildExtras.push({
android {
compileSdkVersion 33
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use 34, or is cordova not there yet?

Copy link
Contributor

@jyaganeh jyaganeh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

@rlepinski rlepinski merged commit 57b8503 into main Mar 4, 2024
2 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