side-codes / Android-Color-Picker

Color picker library for Android
https://side-codes.github.io/andColorPicker/
Apache License 2.0
320 stars 21 forks source link

Bump material from 1.4.0-rc01 to 1.7.0-alpha01 #272

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps material from 1.4.0-rc01 to 1.7.0-alpha01.

Release notes

Sourced from material's releases.

1.7.0-alpha01

Dependency Updates

  • No dependency updates

Library Updates

  • TextInputLayout

    • Centralize EndIconDelegate listener logic (26308d97d845cddd58589d2eca34b103e284dd16)
    • Fixed regression bug of prefix spacing being shown and making expanded label be in the wrong position when text field is not focused. (784f901135c654e938a4b0a71252b6887a276244)
    • Create EndIconDelegates in an on-demand fashion (7c160c86fb2f97c70684ea215a0d4f40ec20e43b)
    • Extract end components from TextInputLayout (6cdf7b51556064d708799589893b7ca2bb9e156b)
  • ExposedDropdownMenu

    • Updated the elevation of the popup to match M3 specs. Also fixed bug where elevation wasn't being read via xml. (2c335b5f77718a237a2e487ec5cfc6ace4b7c9a5)
    • Removed update dropdown background call from setInputType as it indirectly calls setRawInputType (f915ffdd8ae52057e474102b7452716ac1c51707)
    • Update dropdown background when setRawInputType is called. (f31414af02185fef16168cfcb0b65876552b28a4)
    • Fixed android:popupBackground not working in xml/styles for the AutoCompleteTextView. (df3a708392eb6a441ce33d3fde928a3010619b85)
    • Update background when setInputType is called so that ripple is or isn't present properly. (1c02b62eaf78d498b62dd18e5d0805fed6501c40)
  • DatePicker

    • Fix edge-to-edge mode being applied multiple times (c6a654c7dd68827a55d6d3dcda424cf6749678fa)
    • expand the touch area of a month's days (ffb64c164323c94b95b357d1d80ac86b9d773cf1)
    • Fix for issue that causes the month view not to expand to show all days in a month. (a1ec73beb851565f7d908ec303d136db88d1f554)
  • RadioButton

    • Documentation review (b7b0aa33d85872bdd7dcb67783e5e91393cbf388)
  • Tabs

    • tab layout should not ignore focused state ripple color (5a0541f851666ba9ea8a7b9a4f667bd39ac5e66c)
  • Slider

    • Make slider's height adjustable with track height or thumb radius (dc0d8a956e12c0c44b1cec8e6438fbe71debb3c4)
  • Button

    • Fix icon textStart/End alignment with multiline text (b6b895a1e40efbf2e36b2ea5e91bae7bcd0bdb8c)
    • Fix icon position with multiline text (19d05000bcc273f781a85ce41530f604fead268e)
  • TopAppBar

    • Fix app:expanded=false not working (05be1b92c5720e4c6c6f42f93918bd6554099625)
  • TextView

    • Deprecated 4 arg constructor. (df273cd91b66fd1fdc06d95c87d2dbc7be31b524)
  • NavigationRail

    • Fix bottom padding being applied to top bug (51739445315b818fa3b424903e0845a043c55357)
  • Accessibility

    • Added more a11y tests for text fields and exposed dropdown menu. Also updated robolectric version (863d6aae31148d3890beccba307c32904d3d7ad8)
    • Make picker header focusable to improve TalkBack response (c23daec8b1e217f92bb49ae9007c43cb47df9cd9)

... (truncated)

Commits
  • 1a1bb22 [Build] Bump library version to 1.7.0-alpha01
  • 894edb6 [Motion] Open MotionUtils and update resolveThemeInterpolator to load both ne...
  • f43995f [M3][Color] Refactored MaterialColorSpec to take @​ColorRes or @​ColorInt for t...
  • 26308d9 [CleanUp][TextField] Centralize EndIconDelegate listener logic
  • 863d6aa [TextInputLayout][a11y] Added more a11y tests for text fields and exposed dro...
  • b6b895a [Button] Fix icon textStart/End alignment with multiline text
  • 05be1b9 [TopAppBar] Fix app:expanded=false not working
  • b8e1f97 [Docs] Add status bar / edge-to-edge section to Top App Bar dev doc
  • 19d0500 [Button] Fix icon position with multiline text
  • dc0d8a9 [Slider] Make slider's height adjustable with track height or thumb radius
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #282.