1.1.0-alpha10
·
3685 commits
to master
since this release
Dependency Updates:
- Updated to
androidx.viewpager2:viewpager2:1.0.0-beta03 - Updated to
androidx.core:core:1.1.0-rc03
Library Updates:
- Date Picker:
- Change picker package to
com.google.android.material.datepicker(72d54c6) - Allow an initial selection for
MaterialDatePicker(4277809) - Set elevation for
MaterialDatePickerdark mode (6bd22d7) - Accessibility improvements for date picker (fc195cf, 3da7ddc)
- Fix keyboard navigation in
MaterialDatePicker(6050541) - Migrate
MaterialCalendarfromViewPager2toRecyclerView(135df4e)
- Change picker package to
- Text Field:
- Shape:
- Add builder to
ShapeAppearanceModel(ca91442) - Update usages of
ShapeAppearanceModelto useBuilderpattern (1f1871f) - Make
ShapeAppearanceModelimmutable (27b58f1) - Remove unnecessary calls to set compound drawables in
MaterialButton(cfeecaa) - Make cornerSize a private field in
CornerTreatments (f52407e) - Fix inconsistent material shape animations in bottom sheet (ac9ca51)
- Add builder to
- Miscellaneous:
- Fix bug in which chip dropped
state_pressedandstate_focused(d60fb3f) - Refactor Extended FAB to simplify its API (58d2085)
- Rename
TabLayoutMediator.OnConfigureTabCallbacktoTabLayoutMediator. TabConfigurationStrategy(94d2928) - Add @nonnull and @nullable annotations (c60fbda, 4b1aa74, cdd41a2, cb16746, 9d9909a, df1ca82, adcfec5, 101d757, fd8fc1d, 530f367, 81e708e, 08a26c9, 3c4c77d, 9fff60d, 244650f, 0f51986, 06342a1, 12d2132, 101d757, 2e0fd6d, 06b1501, 3021dc0, 9dc2591, 1068e10, 499261b, etc.)
- Fix bug in which chip dropped
Catalog Updates:
- Add button to switch the Catalog app in and out of edge to edge mode (4e78a59)
- Update base Catalog demo activities and fragments to support edge to edge (4118b91, 825531b, 5f6930e)
- Update Bottom App Bar demo in the Catalog app to support edge to edge (6b664ad, 1493fcd)
- Update
TabsControllableDemoFragmentto support small screen, landscape and edge to edge with transparent status and navigation bars on Q (ba3d790) - Fix FAB demos in edge to edge (0396311)
- Fix invisible status bar icons against the white status bar and invisible navigation bar icons in edge to edge for API 27 (64e6fd4)
Full set of changes: 1.1.0-alpha09...1.1.0-alpha10