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

Fix several deprecation notices #758

Merged
merged 22 commits into from
Jun 19, 2024
Merged

Fix several deprecation notices #758

merged 22 commits into from
Jun 19, 2024

Conversation

aualbert
Copy link
Contributor

@aualbert aualbert commented Jun 12, 2024

To merge after #744.

  • Migrate to androidx.compose.foundation.pager. Closes Migrate to androidx.compose.foundation.pager #721.
  • Migrate to androidx.compose.foundation FlowLayouts. Closes Migrate to androidx.compose.foundation FlowLayouts #723.
  • Migrate smallTopAppBarColors to topAppBarColors
  • Migrate 'with(ExitTransition): ContentTransform' to togetherWith
  • Migrate fromHtml to fromHtml( ..., Html.FROM_HTML_MODE_LEGACY)
  • Migrate TextFieldDefaults.textFieldColors to TextFieldDefaults.colors
  • Migrate get(...).toString() to getString(...)
  • Migrate Divider to HorizontalDivider

@JunkFood02
Copy link
Collaborator

unrelated: could you update your GPG public key on GitHub to verify your signed commits?

@aualbert
Copy link
Contributor Author

unrelated: could you update your GPG public key on GitHub to verify your signed commits?

Yes, I'll see to it.

@Ashinch Ashinch merged commit 81dbe09 into Ashinch:main Jun 19, 2024
1 check passed
@Ashinch Ashinch added this to the 0.11.0 milestone Jun 19, 2024
@aualbert aualbert deleted the deprecation branch June 19, 2024 10:45
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.

Migrate to androidx.compose.foundation FlowLayouts Migrate to androidx.compose.foundation.pager
3 participants