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

Keyboard (IME) animation support #142

Merged
merged 10 commits into from
Dec 2, 2020
Merged

Keyboard (IME) animation support #142

merged 10 commits into from
Dec 2, 2020

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    13a8dad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7089d7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17c8195 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f4d37c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5a9ba4 View commit details
    Browse the repository at this point in the history
  6. Optimize navigationBarsWithImePadding()

    Currently we create a new Modifier instance on each
    inset value change since we compute a new insets inside of
    composed { }, which isn't ideal. Instead, we have now moved
    the computation within the layout block, which means only the
    layout block will be restarted on composition changes.
    chrisbanes committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    3423073 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    848000e View commit details
    Browse the repository at this point in the history
  8. Extract WindowInsetsAnimations impl to class

    Also added a enable/disable flag to ProvideWindowInsets
    chrisbanes committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    294a933 View commit details
    Browse the repository at this point in the history
  9. Extract IME Animation support to new functions

    These are now behind an experimental flag
    chrisbanes committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    bbf4733 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5fea4d1 View commit details
    Browse the repository at this point in the history