openziti / ziti-tunnel-android

Apache License 2.0
21 stars 5 forks source link

Bump material from 1.3.0-beta01 to 1.3.0-rc01 #60

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps material from 1.3.0-beta01 to 1.3.0-rc01.

Release notes

Sourced from material's releases.

1.3.0-rc01

Dependency Updates

  • No dependency updates.

Library Updates

  • TimePicker
    • Fixed numbers glitching on first show of time picker (182b297ce3f6ecb12ce46cfc11ac282a57621480)
    • Fixed text input mode to correctly restore state (f97779e71ea681096372171097aa659abf8a3269)
  • MaterialDatePicker
    • Fixed incorrect date being selected on scrollable months. (d523523db99c1b45a56fe0ab53fec4c0cf257bad)
    • Fix NullPointerException on MonthAdapter.updateSelectedState(MonthAda… (dad77527508b664d189f5d11169bf28e83c12270)
    • Localized numbers in month (206699f70ab61d13a8faa5628f1e8d7e7b7cd106)
    • Fixed day of week adapter localization for APIs before O (b4b624ecf2768e1e244629b9ef5561b778bc80de)
  • ProgressIndicator
    • Fixed NPE while setting progress in the indeterminate mode after inflation. (c78c1efb59f96fc29d8e296c5ccbefc000269611)
    • Fixed the visibility bug in RecyclerView. (e9fcdf04438abf9e454d53eea269782dacf921e4)
    • Fixed not hidden when committed hiding is interrupted by window hiding (i.e., home button pressed). (814ce6d72d1639dcb52494da125075261e7fdac7)
    • Fixed determinate drawable not fully shown when switched from indeterminate mode for the second time in SDK 19/21/23. (04ae5d7ac11e44756459927bec7a50ef3a2fb0bd)
    • Fixed indeterminate animation not playing after inflation/being visible in SDK 21. (46d8fbadf88b0e2fdf7138170dffda5048928676)
    • Updated linear indeterminate animation. (1ff2d6a262f896cd958c73dd91919078430e5d14)
    • Updated circular indeterminate animation. (4dd1d84bc039b7bccf182a457b631a1a46360336)

Full set of changes: https://github.com/material-components/material-components-android/compare/1.3.0-beta01...1.3.0-rc01

Commits
  • c78c1ef [ProgressIndicator] Fixed NPE while setting progress in the indeterminate mod...
  • e9fcdf0 [ProgressIndicator] Fixed the visibility bug in RecyclerView.
  • d523523 [DatePicker] Fixed incorrect date being selected on scrollable months.
  • 814ce6d [ProgressIndicator] Fixed not hidden when committed hiding is interrupted by ...
  • 04ae5d7 [ProgressIndicator] Fixed determinate drawable not fully shown when switched ...
  • 46d8fba [ProgressIndicator] Fixed indeterminate animation not playing after inflation...
  • dad7752 [DatePicker] Fix NullPointerException on MonthAdapter.updateSelectedState(Mon...
  • 1ff2d6a [ProgressIndicator] Updated linear indeterminate animation.
  • 4dd1d84 [ProgressIndicator] Updated circular indeterminate animation.
  • 206699f [DatePicker] Localized numbers in month
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)