1.8.0-alpha01
What's new
MaterialTimePicker
redesign: 2-ring support for 24H clock!- Updated SDK target version to 33 (89a2b6f)
Dependency Updates
Dependency | Previous version | New version |
---|---|---|
errorproneVersion | N/A | 2.15.0 |
Library Updates
-
Button
- Added support for toggleable Icon buttons. (8a4af07)
-
Divider
- Fixed logic of determining whether to draw divider in MaterialDividerItemDecoration. (6f547d4)
-
BottomSheet
- Add shouldRemoveExpandedCorners attribute (6e6c53a)
- Corrected guidance to use modal bottom sheet default style theme attribute for standard bottom sheets and added a callout explaining that there is no default style theme attribute for standard bottom sheets. (4865639)
- Fixed drag view alpha not changing when swipeDirection is END_TO_START (39b4c76)
- Add method to calculate slide offset (2958d8d)
- Add attribute for significant velocity threshold (d845db8)
-
TextInputLayout
- Added method to set corner family programmatically and a setShapeAppearanceModel method for greater customizability of the box background shape. (08c40d8)
- Update motion specs for hint animation (6b53f62)
- Add scale type setters/getters for start and end image buttons in the TextInputLayout (e284e57)
- Adding set/get methods to control minimum width and height for start/end icons (633b3ce)
-
TopAppBar
-
Slider
-
MaterialDatePicker
- Expose CalendarConstraints start and end getter methods (95ab979)
- Add initialize() method to DayViewDecorator to better support configuration changes (be650c4)
- Refactor header styling to allow for multiline title with description text (debe22e)
- Hide month pagination from the year picker (51b6054)
- Add ability to customize background color to DayViewDecorator (24201b4)
- Add support for decorating day views and a demo for circle indicators (bca0f2e)
-
TimePicker
-
Switch
-
A11y
-
BottomAppBar
- Update motion specs for show/hide bar (21b74f9)
-
CollapsingToolbarLayout
- Exposing methods to set text size for collapsed and expanded text size (29bed9a)
-
Tabs
-
ProgressIndicator
- Finish all visibility animations when animate = false (26aa22b)
-
ExtendedFloatingActionButton
- Update extend/shrink motion spec (9db041c)
-
Snackbar
- Update motion specs (3d3edce)
-
Shape
-
Catalog
- Fix navigation bar overlaps ui #2927 (5c2eb45)
- Replace android.support dependencies with androidx (3d32f73)
- Update date picker demo text appearances to M3 (c19efa0)
- Updated button demo to provide the correct content description for icon only buttons. (2697e0f)
- Added search/filter functionality to MDC Catalog. (549fe19)
- Fix the favorite icon vertical alignment on demo landing rows (745acfd)
- Fix favorite row button alignment in lower apis. (849be73)
- Updated color in Crane, Fortnightly, and Shrine with the colors generated from custom theme builder. (676a658)
- Moved edge to edge mode from the app header to CatalogPreferencesDialogFragment. (98ce465)
- Add ability to favorite a specific demo fragment/activity to launch on start (15196f5)
- Updating catalog to remove M2 options for Bottom App Bar (8bec167)
-
Other