-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update material #174
Update material #174
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
be1d115
to
5d1e60c
Compare
5d1e60c
to
bfd6af0
Compare
bfd6af0
to
0f0bd31
Compare
0f0bd31
to
285e78b
Compare
This PR contains the following updates:
1.3.0
->1.12.0
1.3.0
->1.3.1
1.3.0
->1.3.1
Release Notes
material-components/material-components-android (com.google.android.material:material)
v1.12.0
Compare Source
What's new since 1.11.0
Slider
andProgress Indicator
have been updated to better support Non-Text Contrast Accessibility requirements.MaterialSharedAxis
,MaterialFadeThrough
,MaterialFade
,MaterialElevationScale
).Important
Required
minSdkVersion
is now 19 or higher, for Material and AndroidX (blog post).Dependency Updates
Library Updates
Gradle
1bbb43d
)1756f23
)Carousel
1ef42e2
)FullScreenCarouselStrategy
class documentation. (a0a1c6e
)e88a1b9
)9e64a1f
)92a5444
)CollapsingToolbarLayout
7674e12
)Checkbox
198e08c
)Dialog
f3e4439
)Divider
ef4a0c5
)i18n
a8307ef
)MaterialDatePicker
5aa6edf
)MaterialAutoCompleteTextView
14a7b40
)NavigationDrawer
a3af20a
)NavigationRail
2439dc0
)16eca7e
)Predictive Back
c8b9b1c
)ProgressIndicator
c8cb0c6
)540f5ee
)689e04f
)8167c11
)3f80fdb
)bcc27a3
)76207cb
)6fd920a
)98284e7
)52b4845
)93b3010
)15b533f
)22e054b
)Search
387f59b
)searchbar_scrolling_view_behavior
string public (ce386e4
)198e08c
)SideSheet
198e08c
)Slider
92bc02c
)d61cffd
)valueTo
(4d1b9e5
)10484df
)cd4f618
)a641e18
)c218b3c
)(3b278d7
)144b515
)Tabs
aaa7034
)Theming
81d1b77
)8ca016f
)Tokens
88acfcd
)857d6a2
)TopAppBar
929c80f
)2ac8c1c
)TextInputLayout
9b9449c
)4a2654a
)Transitions / Motion
8c63848
)6092a7d
)104043c
)8ccec33
)Full list of release notes
Full list of changes
v1.11.0
Compare Source
Important
Elevation Overlays within default component styles have been replaced by the new Tonal Surface Color system. Instead of blending the Primary color with the Surface color based on an elevation value, components now use a specific Surface color role that can be more easily understood and customized.
Documentation for the affected components and which Surface color roles they use has been updated in material-components/material-components-android@2114a11.
What's new since 1.10.0
Dependency Updates
None.
Note: Earlier versions of 1.11.0 used other versions of the
androidx.activity
1.8.0 library dependency, but there is no change in the dependency from 1.10.0, the last stable MDC library version.Library Updates
Badging
78cc54b
)5e6ea58
)BottomNavigationView
9f2e686
)BottomSheet
de27132
)Carousel
17baf71
)26c3129
)fb9c1c6
)9a2347b
)cbb380d
)0356f24
)ed4647d
)d5d604d
)8cb444b
)8312162
)4a6ae4d
)c418063
)93660d4
)b80d9a5
)7151714
)4ce7e4c
)c6ea2d4
)3d84841
)b6f6eb5
)9d81cac
)966f7da
)dc91b39
)a16f180
)ff52862
)0171624
)547156e
)674ec44
)14023d2
)7c40359
)ad6afbf
)bc54f2e
)Catalog
2c53952
)74ac87c
)1252d4f
)98439df
)357cf2d
)f9102c7
)4e1b130
)79a1953
)3bb69f5
)4847799
)c40e468
)480bbc6
)aa5b5bc
)ef9f918
)3652fde
)6c2dd5d
)af7d09a
)7cfd30f
)Chip
7289aa6
)CollapsingToolbarLayout
094e3e2
)5f2b4b2
)Color
541df07
)bc824b4
)d16f223
)0663019
)b5d6f1a
)8204856
)ba465a2
)Divider
6b897c6
)Documentation
ad2b5f8
)b8b1a66
)a01a68d
)247240c
)9ee4aba
)d7e75bb
)caec8d2
)setOnCheckedStateChangeListener
instead ofsetOnCheckedChangeListener
which was deprecated in favour of the former (0582b1a
)colorContainer
andcolorOnContainer
instead ofcolorPrimary
andcolorOnPrimary
. (44bfe2d
)9a4c21d
)2114a11
)e3b255b
)1785bbf
)Material 3
ad63d3f
)faf9a32
)1a9d54f
)d3dda60
)1d3b8e1
)fde37cf
)839b14c
)862a7e1
)MaterialCardView
android:duplicateParentState
. (31af945
)MaterialDatePicker
a00ee50
)5f1cab6
)a782e7a
)NavigationView
eba40e9
)Predictive Back
5559cbc
)bccbd4f
)8d83a31
)02dc779
)UnsupportedOperationException
AnimatorSet
crash inSearchView
. (f101532
)ProgressIndicator
3b0fd58
)Search
editable
property withinSearchBar
'sAccessibilityNodeInfo
representation. (be1395b
)a51561d
)720998d
)c15a323
)SideSheet
d440e3c
)f91f17b
)Switch
a10c508
)db9a641
)Tabs
6b627c2
)TextInputLayout
2590c42
)93360a5
)9a4888f
)Theming
f2ccc11
)TimePicker
d10201d
)Tokens
bfee8a7
)TopAppBar
1e9f5f0
)c4ae01a
)569ddac
)43242f2
)4e995d1
)c7a0adf
)2b476b3
)Other
f1da3c3
)733fe20
)2cfb127
)09382b8
)f93c65c
)7d8681f
)4c89301
)0a6a8a9
)ed9b541
)04c0582
)57b2663
)76a681a
)Full list of release notes
Full list of changes
v1.10.0
Compare Source
What's new since 1.9.0
Start-aligned
variant to Carousel component. Check out the developer documentation for more details.Important
New minimum requirements for your app's project:
compileSdkVersion
to34
Known Issues
Dependency Updates
Library Updates
A11y
917da52
)Badging
27abfdb
)2362f4b
)44a97f4
)532b65d
)4d50aa4
)b706506
)a0d0b53
)c1ef52b
)fc0de1b
)8499b83
)68c844c
)2ddcfe4
)c1eba1b
)BottomAppBar
c22eb0d
)2ea3df9
)BottomNavigationView
7bd9724
)BottomSheet
a5ff190
)af1fa70
)86cd9d7
)c8a0d47
)1c01e82
)9c4b73d
)d8c01c1
)Carousel
7822ef8
)ec509cc
)6b48d3b
)29d8742
)9486de5
)16c1575
)7d6a977
)85b6d50
)b57dae5
)340cd44
)26c3779
)8938da8
)1c27404
)7bc26e5
)0184b5b
)5bc7a50
)93ceb7e
)43c5077
)3856af1
)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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.