Dependency Updates
Dependency | Previous version | New version |
---|---|---|
androidx.transition | 1.5.0-rc01 | 1.5.0 |
Library Updates
Badging
BottomNavigationView
- Modify test usage to use icon container so we don't have to special case the existence of the icon container (cf143d0)
BottomSheet
- Prevents nested scroll from occurring in a scroll session when the bottom sheet is already being resized. (a7a234b)
Chip
- Update Chip javadoc to reference CompoundButton.OnCheckedChangeListener instead of AppCompatCheckBox.OnCheckedChangeListener. (41eb087)
Dialog
Documentation
- Update Getting Started instructions with latest requirements and info (5b6cf55)
MaterialButton
ProgressIndicator
Tabs
- Fix selected text appearance not being applied correctly. (500dae8)
TimePicker
- Fix color of unselected state in AM/PM picker. (d04da7d)
Tokens
- Update tokens to v4.0.0 (9b09b69)
Transitions / Motion
Other
- Update library version to 1.13.0-alpha02 (2068592)
- Update Maven library description to min sdk version of 19 (8f8c6ee)
- [Drawable] Add constant state support to ScaledDrawableWrapper which fixes NPE crash in APIs <= 23 (9da9993)
- Fixed stroke path calculation for custom interpolation start shape. (e4fbb84)
- Add interpolation between default and an arbitrary corner radius for Android Material Views. (cc125d9)
- Update font loading to load synchronously for system font families (25d189b)