Important
- The
compileSdkVersionwas updated to 35. - The
minSdkVersionwas updated to 23. - Library is now built with AGP 8.11.1 and Gradle 8.13.
Dependency Updates
None
Library Updates
Catalog- Make SearchView in Catalog full-screen (9b413fc)
- Update List docs and demo to be more clear on the primary action triggered corresponding with the growing element in the list swipe for a11y (5cb1500)
- Fix initial content description of the navigation drawer toggle in demos (67bd159)
- Fix MultiSectionListDemoFragment to correctly read view type (4dba971)
- Add tooltips to FABs and expand/collapse button (dd70ef9)
CollapsingToolbarLayout- Fix jumping when multiline title changes while collapsed (d227870)
Divider- Hide search view divider for M3E (81373b7)
FloatingActionButton- Override setContentDescription to also set the tooltip text on API 26+ (f1193e3)
ListsMaterialButtonMaterialDatePicker- Add tooltips to icon buttons (1fd35bc)
SideSheet- Prevent NullPointerException when viewRef was nullified and only then accessed by runAfterLayout lambda (88717fc)
TextInputLayout- Announce helper text on focus (85c910f)
TimePicker- Fix ClockFaceView cropping in split-screen (71d88f5)
Tokens- Update token version to 31.0.0 (57f3cdb)
TopAppBar- Make letter spacing dependent on text size in CollapsingTextHelper (58ad14e)
Other