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

Merge next into master #5536

Merged
merged 62 commits into from
Apr 3, 2023
Merged

Merge next into master #5536

merged 62 commits into from
Apr 3, 2023

Conversation

seadowg
Copy link
Member

@seadowg seadowg commented Mar 31, 2023

We end up with a merge commit (from master back into next) to make this all work, but I think that's better than rebasing so that we don't change commit SHAs and clobber any useful links between commits and PRs. The most important thing to review is the merge commit itself.

grzesiek2010 and others added 30 commits March 6, 2023 15:34
Run `master` CI jobs on `next` as well
Remove ability to set Google account as server
@seadowg seadowg force-pushed the next branch 2 times, most recently from e0b3b39 to af19f11 Compare March 31, 2023 15:30
@@ -56,27 +55,6 @@ class GoogleDriveDeprecationTest {
.assertText(R.string.google_drive_deprecation_message)
}

@Test
fun bannerDisappearsAfterSwitchingFromGoogleDriveProjectToOdkServer() {
Copy link
Member Author

Choose a reason for hiding this comment

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

This test is no longer relevant.

@@ -21,7 +21,7 @@ object Dependencies {
const val androidx_multidex = "androidx.multidex:multidex:2.0.1"
const val androidx_preference_ktx = "androidx.preference:preference-ktx:1.2.0"
const val androidx_fragment_ktx = "androidx.fragment:fragment-ktx:${Versions.androidx_fragment}"
const val android_material = "com.google.android.material:material:1.8.0"
const val android_material = "com.google.android.material:material:1.7.0"
Copy link
Member Author

Choose a reason for hiding this comment

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

It looks like there is a problem with MaterialCardView using a Material 3 style with a non-Material 3 theme that we need to address to upgrade to 1.8.0

@seadowg seadowg marked this pull request as ready for review April 3, 2023 08:03
@grzesiek2010 grzesiek2010 merged commit 5c8f9d8 into getodk:master Apr 3, 2023
@seadowg seadowg deleted the next branch April 3, 2023 09:16
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.

2 participants