ytRino / IntentChecker

0 stars 0 forks source link

Update dependency com.google.android.material:material to v1.5.0 (main) - autoclosed #20

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.android.material:material 1.2.0 -> 1.5.0 age adoption passing confidence

Release Notes

material-components/material-components-android ### [`v1.5.0`](https://togithub.com/material-components/material-components-android/releases/1.5.0) [Compare Source](https://togithub.com/material-components/material-components-android/compare/1.4.0...1.5.0) ### What's new since 1.4.0 - `Material3` themes, styles, and functionality! Check out the following resources for more information: - [Material 3](https://m3.material.io) site and guidelines - [Start building with Material You](https://material.io/blog/start-building-with-material-you) blog post - [Migrating to Material Design 3](https://material.io/blog/migrating-material-3) blog post - [Getting started](https://togithub.com/material-components/material-components-android/blob/master/docs/getting-started.md) & [dynamic color](https://togithub.com/material-components/material-components-android/blob/master/docs/theming/Color.md#using-dynamic-colors) developer documentation - New `Divider` component ([Docs](https://togithub.com/material-components/material-components-android/blob/master/docs/components/Divider.md)) #### Other highlights - `Badging` - Added support for differing offsets for badges with/without text, and support for badge width and padding in styles. ([`bd4914d`](https://togithub.com/material-components/material-components-android/commit/bd4914dd8bcdb64c4ec8734c95b90cec2a3d723d)) - `BottomAppBar` - Added attr to set the color of navigation icon. ([`0ed7c76`](https://togithub.com/material-components/material-components-android/commit/0ed7c7675e42cbe417fb947f150ed9faf6a5174b)) - Added support for showing/hiding immediately ([`34740b6`](https://togithub.com/material-components/material-components-android/commit/34740b6fdf164665c438658935653d354a64d72b)) - `BottomNavigationView` - Updated to explicitly read and set minimum height. ([`943c4f0`](https://togithub.com/material-components/material-components-android/commit/943c4f0eedb35850f19167ac989387f5b640af2f)) - `BottomSheet` - Added maxHeight to bottom sheet behavior ([`a38d2d8`](https://togithub.com/material-components/material-components-android/commit/a38d2d89a8aa22a40dd200f2d1c9e837f87669c1)) - `Chip` - Fixed icon tint states are not updated after setting new icon ([`c08a07d`](https://togithub.com/material-components/material-components-android/commit/c08a07d7e8247647ea939549c1a493f1d42ac326)) - `CollapsingToolbarLayout` - Added option to add extra height when title text spans across multiple lines ([`655dde0`](https://togithub.com/material-components/material-components-android/commit/655dde062aa4e7cd4cad0137f4e975c6ed1d2c27)) - Added option to force always applying system window inset top regardless of layout_height ([`9ebf1a1`](https://togithub.com/material-components/material-components-android/commit/9ebf1a1387be4dfad00ad2af58ef9f02ec204d10)) - Fixed multiline RTL collapsed title text position ([`af35dfb`](https://togithub.com/material-components/material-components-android/commit/af35dfb86bebdbd913e74df7cb828a0218b7889a)) - Added support for expanded and collapsed title text color attributes ([`5c14772`](https://togithub.com/material-components/material-components-android/commit/5c147722edcd5e6696248a1fdd372a1385d8a7df)) - Fixed RTL text only laying out as RTL when actual text is RTL ([`841f229`](https://togithub.com/material-components/material-components-android/commit/841f2295921b4eed8bd16bb72b28d4ef7ca7cfa5)) - Added title line spacing and hyphenation frequency setters ([`f0ce498`](https://togithub.com/material-components/material-components-android/commit/f0ce498108616ee26f84d8afd26c4627a4cdcf48)) - Added support for multiline RTL when using fade title mode ([`f0ac362`](https://togithub.com/material-components/material-components-android/commit/f0ac3629682b003629858ab18bf74a878f2398ac)) - Updated default multiline hyphenation frequency to StaticLayout.HYPHENATION_FREQUENCY_NORMAL ([`3ad232d`](https://togithub.com/material-components/material-components-android/commit/3ad232d829b8c1192b9c1af74225a69ac1632597)) - `MaterialButton` - Updated Material Button style to set the preferred maximum width to 320dp. ([`c5c7a74`](https://togithub.com/material-components/material-components-android/commit/c5c7a74cef46569ee74f92d0ef973cafe06c06e9)) - Fixed MaterialButton lollipop shape issue ([`153fdee`](https://togithub.com/material-components/material-components-android/commit/153fdee2f6f9f528856130be28c74f92bf739346)) - `MaterialDatePicker` - Avoided NPE caused by getSelection() before created ([`cb5d622`](https://togithub.com/material-components/material-components-android/commit/cb5d622f131323bf1f27e9e6c27c16f4a918d3d1)) - Fixed opening at the selected date in the end month ([`eb7b114`](https://togithub.com/material-components/material-components-android/commit/eb7b11478b110fc917958565876899856ba2411b)) - Fixed DatePicker crashes and and potential issue of range selection ([`281688a`](https://togithub.com/material-components/material-components-android/commit/281688a2f21263817f037d187a98b4cbc8471985)) - Fixed excessive whitespace ([`8fda897`](https://togithub.com/material-components/material-components-android/commit/8fda897e1d2670b82752e8906a2a00700557408c)) - `Snackbar` - Handled anchor view properly so no memory leak will happen ([`58ceeab`](https://togithub.com/material-components/material-components-android/commit/58ceeab63ca74d740fb96fbb5e999de325822330)) - Fixed memory leak caused by not resetting anchor views ([`b0558dc`](https://togithub.com/material-components/material-components-android/commit/b0558dc006ac60f1c33cff4706bef109a6f77e07)) - Fixed maxWidth and maxInlineActionWidth are not applied ([`8729d8a`](https://togithub.com/material-components/material-components-android/commit/8729d8ab571bc58582147cfb01c140d2c014617c), [`15e2254`](https://togithub.com/material-components/material-components-android/commit/15e2254397996e47128d73129b305abe5b17d071)) - `TextInputLayout` - Applied tint when setting start icons ([`4044183`](https://togithub.com/material-components/material-components-android/commit/4044183f46385d09fe0059143bda77ce78f2dad9)) - Made clear text icon focusable ([`8a4f42a`](https://togithub.com/material-components/material-components-android/commit/8a4f42aca737f4b0c2b7e7851e557ef275df6ebd)) - Added a fade transition to placeholder TextView's appear and disappear. ([`c92e693`](https://togithub.com/material-components/material-components-android/commit/c92e6934d53032e9a3c0b4550787e665e6494d86)) - Fixed cutout padding so text field outline doesn't overlap collapsed hint. ([`87b50c6`](https://togithub.com/material-components/material-components-android/commit/87b50c6aee240659841a7d5f2e52c1a6324d611f)) - `TimePicker` - Hid cancel button when it's not cancelable ([`35c2af3`](https://togithub.com/material-components/material-components-android/commit/35c2af3c2dabdc470d55b8eddff56d174cbd9763)) - Updated accessibility event sending when updating input mode ([`00c0df9`](https://togithub.com/material-components/material-components-android/commit/00c0df9e7d27c093b0b8ad82934a06637247bbae)) - Added ability to customize positive and negative button ([`168c691`](https://togithub.com/material-components/material-components-android/commit/168c69189e5f9df27bcc9a72d4b0e27189f087df)) #### Dependency Updates | Dependency | Previous version | New version | | - | - | - | | compileSdkVersion | 30 | 31 | | targetSdkVersion | 29 | 31 | | androidx.annotation | 1.0.1 | 1.2.0 | | androidx.drawerlayout | N/A | 1.1.1 | #### Full list of changes #### Full list of release notes - [1.5.0-alpha01](https://togithub.com/material-components/material-components-android/releases/tag/1.5.0-alpha01) - [1.5.0-alpha02](https://togithub.com/material-components/material-components-android/releases/tag/1.5.0-alpha02) - [1.5.0-alpha03](https://togithub.com/material-components/material-components-android/releases/tag/1.5.0-alpha03) - [1.5.0-alpha04](https://togithub.com/material-components/material-components-android/releases/tag/1.5.0-alpha04) - [1.5.0-alpha05](https://togithub.com/material-components/material-components-android/releases/tag/1.5.0-alpha05) - [1.5.0-beta01](https://togithub.com/material-components/material-components-android/releases/tag/1.5.0-beta01) - [1.5.0-rc01](https://togithub.com/material-components/material-components-android/releases/tag/1.5.0-rc01) ### [`v1.4.0`](https://togithub.com/material-components/material-components-android/releases/1.4.0) [Compare Source](https://togithub.com/material-components/material-components-android/compare/1.3.0...1.4.0) ### What's new since 1.3.0 - `NavigationRailView` ([Docs](https://togithub.com/material-components/material-components-android/blob/master/docs/components/NavigationRail.md)) - Motion theming ([Docs](https://togithub.com/material-components/material-components-android/blob/master/docs/theming/Motion.md#theming)) #### Other highlights - Support for centered titles in `MaterialToolbar` ([`cbf528e`](https://togithub.com/material-components/material-components-android/commit/cbf528e3a6deaa2bc39d0836b3a850b27c2ada49)) - Max width for `MaterialButton`s ([`eb5453c`](https://togithub.com/material-components/material-components-android/commit/eb5453cd7ee0cc8e0610b57d39b44b26cd95f31e)) - Max width for `BottomSheet`s ([`63d01aa`](https://togithub.com/material-components/material-components-android/commit/63d01aa2686d56b165e9131265a449d810359695)) - Updated edge-to-edge support for `BottomSheet` ([`c15139a`](https://togithub.com/material-components/material-components-android/commit/c15139a5c3f685ff8c0e64857fdac4b2afc49abc)) ([`b163458`](https://togithub.com/material-components/material-components-android/commit/b163458a3a7919d7b7c76de81a7a9b5c940c8def)) ([`c574e9e`](https://togithub.com/material-components/material-components-android/commit/c574e9ea23a6f54f7e0582495f9a9d3691b6af22)) ([`28c3254`](https://togithub.com/material-components/material-components-android/commit/28c3254d2a9d51a76ef25aa245a6a140536bcdb6)) - `TextField`'s collapsed hint background no longer overlap with the field's background color ([`6015a4e`](https://togithub.com/material-components/material-components-android/commit/6015a4e901dc55a02f86e12703820d520684f95e)) #### Dependency Updates | Dependency | Previous version | New version | | - | - | - | | compileSdkVersion | 29 | 30 | | androidx.core | 1.2.0 | 1.5.0 | #### Full list of changes ### [`v1.3.0`](https://togithub.com/material-components/material-components-android/releases/1.3.0) [Compare Source](https://togithub.com/material-components/material-components-android/compare/1.2.1...1.3.0) #### What's New Since 1.2.1? ##### New Components - `MaterialTimePicker` ([docs](https://togithub.com/material-components/material-components-android/blob/master/docs/components/TimePicker.md)) - `ProgressIndicator` ([docs](https://togithub.com/material-components/material-components-android/blob/master/docs/components/ProgressIndicator.md)) ##### More Library Updates - Internationalization and localization of strings within components: [date picker](https://togithub.com/material-components/material-components-android/commit/af375eb31a0037a6b30bc3e7ba43f2b5eee83de8), [time picker](https://togithub.com/material-components/material-components-android/commit/c1a290edb97ae9fc6c47e99df05e39bbe3099df8), [bottom sheet](https://togithub.com/material-components/material-components-android/commit/9d1d9773cd9418bdef740fa67ae4a2da4436f7bc), [text field](https://togithub.com/material-components/material-components-android/commit/467bb88650ab9c54463c58f4eb7ece75fe60d4b4), [chip](https://togithub.com/material-components/material-components-android/commit/0845dfe0d143f77be75b67e09b22950546b17bcf), [badge](https://togithub.com/material-components/material-components-android/commit/23018e1fbfa4587a23a8465d1b6b0dd4941bcd54), and [dialog](https://togithub.com/material-components/material-components-android/commit/cf3c091c7a9bac003650ad12c419682b1e9f0f9e) - Badging support for `Toolbar` menu items via experimentally exposed [`BadgeUtils`](https://togithub.com/material-components/material-components-android/blob/master/lib/java/com/google/android/material/badge/BadgeUtils.java) class - `MaterialContainerTransform` [now supports](https://togithub.com/material-components/material-components-android/commit/ad1d1730180c850330949a7187a14ef402378e88) additional interpolators—[`OvershootInterpolator`](https://developer.android.com/reference/androidx/core/animation/OvershootInterpolator), [`AnticipateOvershootInterpolator`](https://developer.android.com/reference/androidx/core/animation/AnticipateOvershootInterpolator), [`BounceInterpolator`](https://developer.android.com/reference/androidx/core/animation/BounceInterpolator), and any subclasses - [Show/hide `Slider` tick marks in discrete mode](https://togithub.com/material-components/material-components-android/commit/5fb796437291ce6b7d43b3beba13a42256db6eac) - [Shape theming in `NavigationView`](https://togithub.com/material-components/material-components-android/commit/e6f05bca7e32751e3d480427912bfd9895e40514) - [A getter method to check if an `AppBarLayout` is lifted](https://togithub.com/material-components/material-components-android/commit/4a0f60c62d5acb29841540d16ab24c313df7c55b) - [Elevation overlay support in `Chip`s](https://togithub.com/material-components/material-components-android/commit/6951bd517940dd3d2a2f9d15370f3a046443d260) - [Initial show animation in `ExtendedFloatingActionButton`](https://togithub.com/material-components/material-components-android/commit/5c83026c176e291157c2cf3ca4cfc9cb76f12820) - [Flipped password icon behavior in `TextInputLayout`](https://togithub.com/material-components/material-components-android/commit/99c6a28b104b804694a9b3225208cac2bc326c40) - [Updated `BottomNavigationView` menu item selection animation to match spec](https://togithub.com/material-components/material-components-android/commit/8ec11a1460f59cb4e6e60f67af76d0d1c90f812a) - [Updated `Snackbar` dimens to match spec](https://togithub.com/material-components/material-components-android/commit/391d1f8ac5d560b1e97c67e129967bbe88cc6163) - [Support for content padding in `ShapeableImageView`](https://togithub.com/material-components/material-components-android/commit/c4f7de167f21d92265a39a21368beeda45c02e05) - [`ShapeableImageView` no longer has a default shape appearance](https://togithub.com/material-components/material-components-android/commit/61d2be7c00561c97674100bdad246c14ba2f30c4#diff-b73054153de516a62a1eab4ab5f27c32c0520f2da1ea1ac6c8afda03d21abf3a) - [Better support for system gesture nav insets in `BottomSheetBehavior`](https://togithub.com/material-components/material-components-android/commit/0df77248d508ee59d0f2d9966e88f08f73a89610) #### Dependency Updates | Dependency | Previous version | New version | | - | - | - | | constraintlayout | 1.1.3 | 2.0.1 | **Full list of changes** ### [`v1.2.1`](https://togithub.com/material-components/material-components-android/releases/1.2.1) [Compare Source](https://togithub.com/material-components/material-components-android/compare/1.2.0...1.2.1) **Bug fix release** #### Library Updates - `Slider` - Added a warning message if the stepSize or any values are set to float values with a decimal to suggest using integers. ([`ec7f7cb`](https://togithub.com/material-components/material-components-android/commit/ec7f7cb2362e0e8c747ba52f8c64de943bddc305)) - Fixed the validation of the slider step size and values. ([`194a0aa`](https://togithub.com/material-components/material-components-android/commit/194a0aa13683d3766427531871fa702948d13317)) - Added XML enabled property to constructor attrs evaluation ([`86ab1ae`](https://togithub.com/material-components/material-components-android/commit/86ab1aed401cfa006d77dada5abbb3ebde3e1cf1)) - `BottomSheet` - Fixed issue where peekHeight is more than the height of the contents ([`bb0bfe1`](https://togithub.com/material-components/material-components-android/commit/bb0bfe183589e9ea47bec0a5086860c40f697fd4)) - Changed bottom gesture inset handling to ensure a minimum peek height with a buffer built in, instead of always adding the inset to the peek height (when gesture nav is enabled) ([`53d49e3`](https://togithub.com/material-components/material-components-android/commit/53d49e3d89a85b71f9f703aa2ab85444efa367a2)) - Added missing defensive checks to viewDragHelper calls ([`775d286`](https://togithub.com/material-components/material-components-android/commit/775d28672a4eecbb692930222c5eb3e3c3778b45)) - `Transitions / Motion` - Removed internal listener from container transform after transition ends. ([`42b03b3`](https://togithub.com/material-components/material-components-android/commit/42b03b365c799f2b323cb29a8b701c0a94433481)) - Improved MaterialContainerTransform approximation of native elevation shadows by using location of bounds on screen ([`c9e2ba0`](https://togithub.com/material-components/material-components-android/commit/c9e2ba0e736bbd77ac7733364d9d5db2927b68e9)) - `ShapeableImageView` - Fixed shadows for non round rects ([`821bf26`](https://togithub.com/material-components/material-components-android/commit/821bf2684f65bcc94fade9a490425adb8b40af53)) - `MaterialCardView` - Fixed NPE if android:onClick is defined in the layout ([`475e63b`](https://togithub.com/material-components/material-components-android/commit/475e63b9b02b2e1395daf094e2fa74c26269f61f)) - `NavigationView` - Fixed obtaining Activity in setupInsetScrimsListener ([`8059ac1`](https://togithub.com/material-components/material-components-android/commit/8059ac1020f4b0f220b8f937005527417b0e3c95)) - `Other` - Removed re-throw of exception on ViewOverlayApi14 ([`bc7b108`](https://togithub.com/material-components/material-components-android/commit/bc7b10880df8d8d6fe25c8424fa9b826fda88f81)) **Full list of changes**

Configuration

📅 Schedule: "after 10:30 before 18:00 every weekday except after 13:00 before 14:00" in timezone Asia/Tokyo.

🚦 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 WhiteSource Renovate. View repository job log here.