ZacSweers / CatchUp

An app for catching up on things.
Apache License 2.0
1.95k stars 200 forks source link

Update dependency com.google.android.material:material to v1.13.0-alpha03 #1501

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.android.material:material 1.13.0-alpha02 -> 1.13.0-alpha03 age adoption passing confidence

Release Notes

material-components/material-components-android (com.google.android.material:material) ### [`v1.13.0-alpha03`](https://togithub.com/material-components/material-components-android/releases/tag/1.13.0-alpha03) [Compare Source](https://togithub.com/material-components/material-components-android/compare/1.13.0-alpha02...1.13.0-alpha03) #### Dependency Updates None #### Library Updates - `Badging` - Removed `BadgeUtils.USE_COMPAT_PARENT` ([`28dc750`](https://togithub.com/material-components/material-components-android/commit/28dc750cf719ffb97cb8bc72742d2db791682c29)) - Added badgeFixedEdge attribute to BadgeDrawable. ([`9451acd`](https://togithub.com/material-components/material-components-android/commit/9451acdb05e2f4755bcfe8295ba79c72a778cab3)) - `BottomNavigationView` - Added new itemIconGravity attribute ([`abb6e91`](https://togithub.com/material-components/material-components-android/commit/abb6e91a0aa205ed0144f7b281d9170c84fd817e)) - Modified NavigationBarView to match more to specs and restructuring layout to prepare for expressive changes ([`60a525a`](https://togithub.com/material-components/material-components-android/commit/60a525a16702094fc2fb7ce21a87a010017e3f7a)) - `BottomSheet` - Updated to recycle the TypedArray after usage ([`a89e38c`](https://togithub.com/material-components/material-components-android/commit/a89e38c0cfca0926769914ab995d2887f5ec1695)) - `Catalog` - Fixed to edge to edge behaviour for catalog ([`4acd570`](https://togithub.com/material-components/material-components-android/commit/4acd57092dbdf09f2d92291215363e54245f6f92)) - Selected text color based on optimal contrast against background ([`b301a58`](https://togithub.com/material-components/material-components-android/commit/b301a586b5d191b1449e2ca35342d66584d7143d)) - `CollapsingToolbarLayout` - Fixed issues related to rotating multiline collapsing toolbars ([`2bc1a2f`](https://togithub.com/material-components/material-components-android/commit/2bc1a2f3442edc66cecbf899bfa955ba79f961dd)) - `Documentation` - Updated doc with more info on SearchView EditText and nested content ([`cb5dc7f`](https://togithub.com/material-components/material-components-android/commit/cb5dc7f5a074b731fd229044bd2ed7f857faf51c)) - Fixed anchors. ([`9a39e22`](https://togithub.com/material-components/material-components-android/commit/9a39e222d8eb7a627e77979db69bef26a0715be0)) - Fixed wrong divider color ([`fdc7472`](https://togithub.com/material-components/material-components-android/commit/fdc7472d49c7ce4b06359a3a221c6367bf31c712)) - `MaterialButton` - Renamed insideCorner to innerCorner. ([`63bb499`](https://togithub.com/material-components/material-components-android/commit/63bb499f98f56aeba9b1958dffbaa2fc84b4d2aa)) - `MaterialDatePicker` - Fixed arrangement of range text fields ([`501ae36`](https://togithub.com/material-components/material-components-android/commit/501ae367a14ce2e0004af5ea899ffd72ef3fac37)) - `NavigationRail` - Added item spacing attribute ([`99e8044`](https://togithub.com/material-components/material-components-android/commit/99e8044f85af3f778f60b33b46b88ea1493e825e)) - Added new attributes for NavigationRail to control the top margin of the nav rail content, and the margin in between the optional header and the menu items ([`801ccab`](https://togithub.com/material-components/material-components-android/commit/801ccab0c06e6606b1f3b383a6fd7edb554ea3b7)) - `NavigationView` - Fixed section label alignment in RTL. ([`8edae9b`](https://togithub.com/material-components/material-components-android/commit/8edae9b8cc3acadd212041b9f555e46860920f32)) - Fixed subheader and divider insets and use relative listPreferredItemPaddings. ([`26bfdd2`](https://togithub.com/material-components/material-components-android/commit/26bfdd2257bbc10d453223a788844da3cf6c9520)) - `Predictive Back` - Updated SearchView and NavigationView to unregister back callbacks when detached from window ([`d13bfdf`](https://togithub.com/material-components/material-components-android/commit/d13bfdf3cd70cf5fd794c2db7892dcd1a9c16bf5)) - `ProgressIndicator` - Fixed ArithmeticException when calculating the phase ([`ce00ba3`](https://togithub.com/material-components/material-components-android/commit/ce00ba3778721b6a8e15b7027576ac7ad2d689d1)) - `Slider` - Fixed the handle width when touched in a scrolling container and when more than one handle is in the touch position. ([`d85b73f`](https://togithub.com/material-components/material-components-android/commit/d85b73f952a0bf448156c360a0ef730ca5d9cf2c)) - `TimePicker` - Prevent the accumulation of listeners in rotationAnimator ([`182a507`](https://togithub.com/material-components/material-components-android/commit/182a50714c2f5df5194824cf6064ffd00974dcb8)) - `Other` - Marked library version to 1.13.0-alpha03. ([`7eb2d06`](https://togithub.com/material-components/material-components-android/commit/7eb2d06a751f182ca2b74c1f4df8e28a9e7f01f5)) - Updated string translations ([`9b6ceac`](https://togithub.com/material-components/material-components-android/commit/9b6ceac72a084bf187f6e3238dd9283e861196c3)) - Removed redundant version checks for api <= 19. ([`b3fe6a7`](https://togithub.com/material-components/material-components-android/commit/b3fe6a7f61963295b26fb2727ffe48065ea407c2)) #### Full list of changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.