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.6.0-alpha01 #250

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps material from 1.4.0-rc01 to 1.6.0-alpha01.

Release notes

Sourced from material's releases.

1.6.0-alpha01

Dependency Updates

  • No dependency updates

Library Updates

  • Material 3
    • Update M3 card elevation according to the spec (bb23e2d6ad7888713d51e1dc53f36a69b0db62ff)
    • Add missing attributes to M3 button styles (3c9b45292d78a80f511d672bb5fe4ef1431dd8bd)
    • Update elevation to match specs (db64adb5fb78dce58dcd093896580a44b52a1c41)
    • Update padding to match specs (f028380fb249565fd99ebc5d5113791411df0391)
    • Update M3 navigation rail text appearances (6b57c52973c2ceb97c88da1df1b72859ed28775a)
    • Do not enforce text appearance with M3 styles (04a6b6c39eb8e826af8c2d9320019043a105c379)
    • Fix M3 date picker styles (fba1a341c31cbe2c5d71c239afc8bcc14af9d968)
    • Change checkedIconGravity values to enum (bc56d5b43b93ab6dbed4d561ad8b8b1351f9535c)
    • Add supporting manufacturer list of dynamic colors (e5023f63ae52a98ceae8d46fd8c8eb70ff92bb1a)
    • Add textAppearanceListItem* styles to theme (bed2ac17a756ca64445dde042bef56b6e134de7c)
  • A11y
    • Improved accessibility for switch access. (2d337c5b815d88b15685992521c7b43e66d1d73a)
    • collapsing toolbar layout not respecting system level bold (65754bd152afaee1fa9e0369b1d17fc681193162)
    • accessibilityManager.isEnabled() is not reliable to check if component is in a11y mode, as it may return true unexpectedly. (b878fc3209d72270d5a30e376e561bf4dfca8162)
    • Fix Talkback doesn't announce minutes selection (c07e5f2c36ad2c26a9a4928b5be4abcf70dc0e7f)
    • Make Talkback announce action on clock items (38406e15a56eb004f8c1af1f7c24fd7f42d75da2)
    • Fixed dropdown list not showing for non editable dropdown menus in switch access mode. (d8e19ddedffda4633df4d2bca0433da793d2f54c)
    • Fixed RTL support for setting corner radius on TextInputLayout. (dca7fc070155f8ca6ecdfebc724580da6f7177e0)
    • Fix system level bold not applied (c6be59ce8b2033be2b1ae8e0f6572a7e3277aa23)
    • Removed TextInputLayout's placeholder text duplicated announcement. (20c3ad04130b9bbd6ca554268412d2acebb7e5cf)
  • Documentation
    • Added note about screen readers skipping decorative text field elements. (a3694498096bc60059784ddd31023a9e90894ced)
    • Add migration codelab and M2 -> M3 theme mapping to Getting Started doc (05a74bd605de5e24890d08cf3a2f15739c145392)
    • Removed broken links from divider doc. (3b6c804f6731c88166f14454c47e83e61e4a0cf5)
    • Reformatted color.md. (735b88e55479440dafb4de4316a86f3f4dd3b245)
    • Update Getting Started doc to link to Material Theme Builder (255cc1773c52d4225c322b048aa709891f82fe3e)
    • Small typo fix in checkbox doc (2b441e6bf08f09e71cb80fafe95ab9d2ac848dd8)
  • TextInputLayout
    • Remove unneeded logic (1d50ed7846a05fe34d428ba95c6edefaf34e202d)
    • Fix crashes when text field size is too large (cf5df22ccefae252a77b21119d56f86eeac5217c)
    • Correctly calculate hint text offset (34cce18d4a6138eb8f65ec0a9a2d25ac0b1dd481)
    • Fixed calculateLabelMarginTop() value for filled text field style, which caused getBaseline() to return a wrong offset. (c7c5c7c625fb701ea02fb520a0613ef0e5aac0ff)
    • Fix helper text label for usage (aaac96d724effb770d494037eca86e3f9f4c0701)
    • Fixed getBoxCornerRadiusBottomEnd and getBoxCornerRadiusBottomStart returning wrong values. (9d2f864f0ac6c75b6601fedcf3a2a6c9c1648184)
    • Fixed shouldAnimateCaptionView() returning true when captionText is null. (c352dfde8ded87506f38595f61ed4df2bb853a04)
    • Don't add placeholder view to text field's input frame if placeholder is null. (3ca3b71bb230f0f2994c28561c0273b44894825f)
  • Color
    • Added Color Scheme demo in Catalog. (f898ba84b603dc57866e57691ed4a3132abb9d57)
    • Move dynamic color public resources to all versions (a455a53a6d898fc72df3827dd6434231eda30620)
    • Refactored and added the Dynamic Color Palette demo in Catalog. (b8084848a0be590efddc3dec4cf7adef0fe46e38)
  • Catalog
    • Added update button to customizable text fields. (a3b54406f550ab6b7847dc3ab3fb881d64947ecf)
    • Add example of Preferences screen with Top App Bar (83edbc4c496137090017d2849bd1748254feb433)
  • TopAppBar

... (truncated)

Commits
  • 53ddac4 [Release] update library version to 1.6.0-alpha01
  • bb23e2d [M3][Card] Update M3 card elevation according to the spec
  • a487c89 Internal change
  • 5ff917d [MaterialShapeDrawable] Implement getAlpha()
  • 3c9b452 [M3][Button] Add missing attributes to M3 button styles
  • 9d86d27 Internal change
  • db64adb [M3][Button] Update elevation to match specs
  • 89d80d0 [TopAppBar] Fix expanded title margin not applied
  • 1d50ed7 [TopAppBar][TextField] Remove unneeded logic
  • 2d337c5 [A11y][ExposedDropdownMenu] Improved accessibility for switch access.
  • 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 #255.