Dependency Updates
Dependency | Previous version | New version |
---|---|---|
androidx.fragment | 1.0.0 | 1.2.5 |
Library Updates
Material 3
TextInputLayout
MaterialDatePicker
Dialog
Badging
TopAppBar
Snackbar
A11y
Color
- Avoid Short#compare usage in ColorResourcesTableCreator.java since it requires API level 19 (48741b4)
- Set android:windowBackground to android:colorBackground (dac9bf3)
- Add additional condition to check dynamic color supported devices (833f410)
- Add Resource Table format for XML color Harmonization. (822a5b2)
Divider
- Added attribute in MaterialDividerItemDecoration to remove item decoration from last recycler view item. (9416b2c)
Tabs
MaterialButton
- Support icon gravity with text alignments other than centered (6c41f07)
Slider
- Fix lint error caused by hidden super interface (3cf0647)
Tokens
- Upgrade M3 token resources to v0.71 (4de8565)
Documentation
- Update library version in Getting Started doc to 1.5.0 (e98cee5)
Catalog
- Fix chip icon colors (5fac4fd)
Other
- Update library version to 1.6.0-alpha02 (80e50de)
- Replace all jcenter with mavenCentral (ad97f01)
- Horizontally center the checkbox button drawable if there is no text (8f4837e)
- Fix drawables not applying system level bold (90787bf)
- Simplify MaterialButtonToggleGroup's checking logic (3db25be)
- Remove paddingTopSystemWindowInsets from flags checked to apply windowInsetListener (2e73d1a)