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.5.0-alpha02 #222

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps material from 1.4.0-rc01 to 1.5.0-alpha02.

Release notes

Sourced from material's releases.

1.5.0-alpha02

Library Updates

  • BottomSheet
    • Fix fitToContents reference in comment (c3713724de6115f0f1b0391e63ffc475e7523a5b)
    • Add maxHeight to bottom sheet behavior (a38d2d89a8aa22a40dd200f2d1c9e837f87669c1)
  • MaterialCardView
    • Add invalidate when stroke changed (4acc56dcebd4976236869366360d895d5e4df37b)
    • Fix checked icon tint for API < 21, BitmapDrawables (b06446006c2af909acf4b107c547d7ac191390e5)
  • Chip
    • Fix touching cannot put focus on chips with Talkback (7085319b3508b5625aa1d74bf006d4f2631f7f25)
    • Report a11y class name as RadioButton in single selection mode (31ca1106ab5478ee34fbb3113bfd5205595899a7)
  • Slider
    • Fix minSeparation having no effect when stepSize > 0 (2d589bd351e59b461eab19cc7461c129c6a33c41)
  • BottomAppBar
    • Fix default style not being applied (ac1caf460a1ddc143e3a9f30f4e9deb406b44ddd)
    • Add functions for checking (STATE_SCROLLED_UP | STATE_SCROLLED_DOWN) (3bb0911d1b5ee113b58fdb1b440df02a39f074d2)
  • Other
    • Version 1.5.0-alpha02 (0e5c3932cb790ef40a632bea69fc9b2035552345)
    • Updated some string translations for date picker, time picker, and text field (57e3bc02fa29128eaeba25388dc736d7540586ed)
    • Fixed the transparent strip drawn at the ends of the indicator. (a55f3b8ee9efb5f89dfcd4f0137724cd514e3487)
    • Added null check in requestAnimatorAfterCurrentCycle for disjoint indeterminate animator. (456abd5471c2c2727bc3a7c7a4098b2e5a0fcbdc)
    • Fixed the transparent strip drawn at the ends of the indicator. (f9f57d7d3cb643de17f4cc1ad28ea42b936b27fd)
    • Add setLiftableOverrideEnabled() method to allow toggling between automatic and manual setLifted() behavior (e2c911b9e597ab667a967eaf85792d75bf0c5bab)
    • Updated setLifted() to preserve lifted state if using setLiftable() programmatically (67f9e9da88209c6592444bc75af25e048e92d5f4)
    • Apply the max width/height during measure instead of modifying layout params (9fb73b50ff97d897b4716a733ce22bfed9c67b12)
    • Internal change (cbf7bcad591eec0be35f84e711ad9804060a19ea)
    • Added listener for when lift on scroll background elevation and color change (3008d782e7e9fe7957bd96f236490e8cbdfea406)
    • Modify updateAppBarLayoutDrawableState logic to only require a child at an offset for conditions that depend on that child. For conditions that can be determined just based on the AppBarLayout, always check those conditions. (3eea60727f8e3cdbb28164e9774ed50cf8b5fcb1)
    • Added support for statusBarForeground lift on scroll elevation overlay for edge to edge mode and updated demo (aaa04443088a1b1dd14a793bbf30f6cef6333043)
    • Fix ViewDragHelper state inconsistency (a2e76736c5c3d06c116ffef605bde5ab11c92909)
    • Fix styles and attrs references in documentation (27b99ed69b7fd4e0658aebb443c0d783be633687)
  • Catalog
    • Small updates to music player demo. (cc4a6040fd191387b4980b6db872ab3627a032c5)
  • Transitions / Motion
    • Fix NPE when removing window background (b51692da7dad9cf6f322ce118f1c8326383709f7)
  • MaterialDatePicker
    • Date selector hint incorrectly localized (47868d884e67f660a55e001e670009c36658448a)
  • Documentation
    • Fix typo (4229145761008f752bf55a7939f7976b470d2828)

1.5.0-alpha01

Dependency Updates

Dependency Previous version New version
compileSdkVersion 29 30
androidx.core 1.2.0 1.5.0

Library Updates

  • New Divider component (Docs)

... (truncated)

Commits
  • 0e5c393 [Release] Version 1.5.0-alpha02
  • 4229145 [Documentation] Fix typo
  • 57e3bc0 [i18n] Updated some string translations for date picker, time picker, and tex...
  • a55f3b8 [LinearProgressIndicator] Fixed the transparent strip drawn at the ends of th...
  • 456abd5 [LinearProgressIndicator] Added null check in requestAnimatorAfterCurrentCycl...
  • f9f57d7 [CircularProgressIndicator] Fixed the transparent strip drawn at the ends of ...
  • e2c911b [AppBarLayout] Add setLiftableOverrideEnabled() method to allow toggling betw...
  • 67f9e9d [AppBarLayout] Updated setLifted() to preserve lifted state if using setLifta...
  • 9fb73b5 [BottomSheetBehavior] Apply the max width/height during measure instead of mo...
  • 47868d8 [DatePicker] Date selector hint incorrectly localized
  • 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 3 years ago

Superseded by #226.