UriahShaulMandel / BaldPhone

A new accessible interface for your smartphone, suitable for seniors
http://baldphone.com
Apache License 2.0
271 stars 62 forks source link

Bump material from 1.2.0-beta01 to 1.8.0-alpha02 #1215

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps material from 1.2.0-beta01 to 1.8.0-alpha02.

Release notes

Sourced from material's releases.

1.8.0-alpha02

What's new

  • New SideSheet component! Standard and modal configurations available.

Library Updates

  • SideSheet
    • Added standard and modal side sheets. (10d72eebec116d73b4afab85e48580e298a34818)
    • Added standard side sheet documentation. (4364c4f5fb41b3b157278d47934b74a243a09d2a)
    • Moved behavior_draggable attribute to the resources package. (1d3e37438771bc02b9bf333b8b783f82317bfa56)
  • MaterialDatePicker
    • Enable auto-sizing of the date selection text (32f111817f1c0e846a638d19cb8063d9dc02eec1)
    • Update string translation for datepicker. (8dcdd268341d00f9e330c87f358fa6bb1177f34c)
    • Add method to specify a content description to decorated views (7bc5689789489b14ccf38e574a29bcbba521a834)
    • Make new public getter methods for start/end/openAt values with long return types for CalendarConstraints (6643695c3e6d9ee03e5f58623db901124ed1ce02)
    • Update doc to include DayViewDecorator. (aff6a9453901e07be8212d7106d255d4ac6b51d7)
  • TopAppBar
    • Update motion specs (c8108b1f8e3d06e90fa7978d09e4efa280072ca1)
    • Adding new attribute liftOnScrollColor that disables elevation overlay and allows users to change the app bar color (c587dd12597ee52086c3f637f03d6913e56e03cc)
    • Fix issue with a physical keyboard scroll not collapsing toolbar (9df6c9d072d927da65e5c371cea7be6bd2fff498)
  • MaterialCardView
    • Update motion specs for Z-shadow (3975a2e908353b816d3dfe67cee3b756d72c2aed)
    • Add fade animation for checked icon drawable (7d129eae21e97eba46d515cf8fd9ad287c6ff94b)
  • TextInputLayout
    • Fix label cutout doesn't work on API < 18 (a3521784e8dddf359759331859de88244017b264)
    • Fixed counter overflow text color getter (e76eaff716ed1fd4f6bfb4234867dcc1ed2567d5)
    • Integrated tokens for text fields and the exposed dropdown menu. (e7697c235bcd6179271e4d12db18145a2ad1b8b0)
    • Updated cursor color on error for APIs >= 29. (fbd75ec5b00d04e32eeb48617a3babd0f40c35ee)
    • Update motion attributes for textfield animations (c98480c019c6fdcc399ee56cd758b2ec70c5ceb3)
    • Updated expanded label color to take error color when on error. (a85204eb758912b2b8580304d4bb647759e76996)
  • Slider
    • Add current value to talkback for Slider (9e210ea731692d6a4779df42c0e64b1b5b277bbe)
    • Integrate component tokens (4a1e6bc42aced9d0eb949bccb3b1a8be8102982b)
    • Fix compat halo visibility (bcb551b8a02aff6e881fb4a3dbe4358a91d14cc2)
    • Do not capture inflation parameters for reuse (a137c28b77a3aaef164e363f1163ca70a11d9d18)
  • Tabs
    • Integrated tokens into M3 styles. (d0460f3a70bdfdfef5be1036588c7211a1310d10)
    • Fixed potential NPE when updating tab view. (34a1dde7b61131692597351b7a1e669c4f0ca51c)
    • Add selectedTabTextAppearance attribute (00220d0ad636355b7c9c54c6a1aad64550db5897)
    • Setting a custom view on the tab should replace the current custom view (3c0c9e75f50c2e3b7438d3e20b854319ab4a6d01)
    • Do not impose margins in custom tab views (d68c0f8dc598fc7449d001c53b9972d22fc85fe7)
  • Documentation
    • Add android dev doc and source link to the Material dev doc (00c9ce51dd49b45e03e16997eb6d4c636f5b9a6d)
    • Update spec link to the new Material3 site (bdb82532470fd3ecb1a625e415e11274336101b5)
    • Fix broken column due to extra newline (ad0d73a2478b0d4e5b7499437dce3b700ba8e703)
    • Update docs to remove links to Kotlin docs and remove Kotlin from dependency (bde20921169f6b0476203a5ef805ae72127b2611)
  • A11y
    • Improve date selection announcements (5c5b1e82586166187082f8d958a6db57e542f4f9)
    • Announce start/end dates (2f9844b34a6fdc54bf1468f7609c3aeed3ef73f7)
    • Announce current year and day (c6539f23901dbb6ca5fbbd6e311bcad04412ec72)
    • Fix TalkBack announcements when switching between year/day selection views (62b2b19d60ae66989506626f95ea0d264fbaa1c6)

... (truncated)

Commits
  • df9fdaf [Release] Version 1.8.0-alpha02
  • 10d72ee [Adaptive][Side Sheets] Added initial modal side sheet.
  • 0c204b8 [MaterialTimePicker] Fix NumberFormatException
  • 8510596 [M3][Color] Added the rest of the library for content color support.
  • 4364c4f [Adaptive][Side Sheet] Add standard side sheet documentation.
  • 00c9ce5 [Doc][Switch] Add android dev doc and source link to the Material dev doc
  • 1d3e374 [Adaptive Sheets][Side Sheets] Moved behavior_draggable attribute to the reso...
  • 5c5b1e8 [MaterialDatePicker][a11y] Improve date selection announcements
  • f0e5bda [M3][Color] Updated material color utilities library implementation.
  • 6cf56a5 [BottomSheet] Update elevation to match specs
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #1224.