Skip to content

Bump material from 1.3.0-alpha03 to 1.3.0-alpha04 #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps material from 1.3.0-alpha03 to 1.3.0-alpha04.

Release notes

Sourced from material's releases.

1.3.0-alpha04

Dependency Updates

  • No dependency updates.

Library Updates

  • TimePicker
    • Fixed typo in TextAppearance.MaterialComponents.TimePicker.Title (c6351c45d6bb65efbfe012fd92c5128ccfb660b2)
    • Add default style attribute (materialClockStyle) to the time picker theme overlay for the clock face and clock hand, making all colors on the clock customizable. (22467b49943b9ac471c2d1aeaff9c747ced1d42d)
    • Update title color to be in typography. (7ef5308c142befdfdc4531420f540f8a2e1b18c9)
    • Increased touch target size of AM/PM toggle (37c7f26793fd76769e9f14386464a68a6df9ec25)
    • Update image button appearance (4aeb6a9dbbb1a85a0bd7c2450bea70966c4bb090)
    • Moved TimePicker.Button style to MaterialTimePicker theme overlay. (eec282bc0506bfacaae51758f2891a0d946ffe8d)
    • Added a style for timepicker to customize icons (8da7336e894a79e8df65de7e35be8ddfc959ec74)
    • Added a style for the input mode button (172e7ba71080a0edaeb9ac3c33955bbd9c6b4953)
    • Added Theme Overlay to set default styles for widgets (73031815ad352385100ac4182926d216bd86e2bc, e619132cbd380ea4059292c09237e7b9bab4588c)
    • Update ripple color on the mode button for time picker to be based on the content color. (1cc34a09c7b022f5b77735aa2dbbd76da7417958)
    • Changed dimens according to spec (98c090dd3fb9ef1ef221c035d28202b1e8d6c2e7)
    • Updated some strings translations for i18n (0ba1ecf78b2e45409d0633085590b6e05b2c6f49)
  • ProgressIndicator
    • Updated track thickness used in standalone demo as 2.5 dp. (23b5eb09290860754e50e9eb4a010cfa9ec689c8)
    • Renamed some attributes. (d57d05425b5e9a73fa255ffd88b7e4e92456d293)
    • Hided AnimatorDurationScaleProvider from API. (4ac0fe05d1eafe6e997006d89d3520213fdb630f)
    • Made BaseProgressIndicator and BaseProgressIndicatorSpec abstract. (a99966a162ec032ac47a12d02068d5c9a066ca66)
    • Updated class visibility. (be6ed3da48cb865630836736a736a19e75b19794)
    • Combined attributes show/hideBehaviorLinear and show/hideBehaviorCircular. (e1d979631da2bb38a9d9529d5c7ca37befb6fa5f)
    • Cleaned up deprecated class and resources. (b1ef02a16b78352702722550732e06758fd068cb)
    • Deprecated LINEAR type in ProgressIndicator and ProgressIndicator. (c76665bc11ed491a7bc561443be8176238a9b872)
    • Fixed incorrect visibility when RecyclerView is used. (a5890bfe6b5ebb4c466ad170439ce9c17ea6ead6)
    • Updated LINEAR type to LinearProgressIndicator in catalog. (8bc3f130792009e36e5b0a0c431fa85d5e10d56a)
    • Made LinearProgressIndicator functional and optimized readability of CircularProgressIndicator. (298dbe75f64524ae51eb3a07d18b756d35c4385e)
    • Use LinearProgressIndicatorSpec in LINEAR type. (757b4fac853a191c7edb5c6a9bccd10703aaf2fe)
    • Added LinearProgressIndicator and LinearProgressIndicatorSpec. (b6643204a67c10dd9ac9c1cc7ebdea7267ba6007)
    • Fixed attribute's references and added spec validation to setting indicatorSize in CircularProgressIndicator. (e019b02bb5caf201e6ad2be612d9fdf0b8cbcab6)
    • Deprecated CIRCULAR type in ProgressIndicator. (a7f1430f62d84cedd8d7f8eceb51af2608543d45)
    • Updated MDC catalog to replace ProgressIndicator (CIRCULAR type) with CircularProgressIndicator. (f021ef5ee2aef4d0bd26f0cd4adb590db0b39667)
    • Moved the logic from ProgressIndicator to BaseProgressIndicator and made CircularProgressIndicator functional. (10e734985393f62d3103f96a401d7c8a40d09d2e)
    • Use CircularProgressIndicatorSpec in CIRCULAR type. (113bff7dd7f1e68ca197758c4f4814199d205fc9, 9215166f7e9673767b63ebdbbce4878c159760b5)
    • Added CircularProgressIndicator and CircularProgressIndicatorSpec. (0a75c746ffa2e155bd864cd2866e26bb97698104, 5cfcc2e317fe842d61db66b9b0efecc8c5398bda)
    • Updated ProgressIndicatorSpec to use BaseProgressIndicatorSpec. (95677464fd530c8f1cb10087cdf3388bbe561087, 80aefb3ac7a0194a483a481e54da4c0bc3246d12)
    • Updated MDC catalog to replace ProgressIndicator (CIRCULAR type) with CircularProgressIndicator. (6d0e89aa4c3b1928167db7598d9e599f9dfa2649)
    • Moved the logic from ProgressIndicator to BaseProgressIndicator and made CircularProgressIndicator functional. (322d073036ee9392ae81b05ecff8578099c735e7)
    • Added BaseProgressIndicator and BaseProgressIndicatorSpec. (e73d383b17162aa9d75a76866c473580a72f20ca)
    • Detach spec object from the drawable classes. (df6334fb0ef40f98348739474b4134a35b062de9)
    • Let indeterminate animator delegate classes use spec directly. (1acb23bb0c0fe6640d1759669928e48d9979c189)
    • Let drawing delegate classes use spec directly. (e77fe1ea9ad579ec1067a8d83fd2264eedadbdde)
    • Added new attributes and styles for LinearProgressIndicator and CircularProgressIndicator. (1c135f040cdc12e1d4c814993dcd4b1220e722ed)
  • Text fields
    • Fixed clear text icon hide on double click (8ab270eba5c5555e6586c872dfab4f34677c0f3d)
Commits
  • b526c77 [BaseTransientBottomBar] Check for nullable AccessibilityService
  • 316c68e [ProgressIndicator] Corrected comments for javadoc.
  • 23b5eb0 [ProgressIndicator] Updated track thickness used in standalone demo as 2.5 dp.
  • d57d054 [ProgressIndicator] Renamed some attributes.
  • 4ac0fe0 [ProgressIndicator] Hided AnimatorDurationScaleProvider from API.
  • 47211b2 Increase library version to 1.3.0-alpha04.
  • 151be9b [Motion] Added basic music player and container transform to hero music playe...
  • c4f7de1 [ShapeableImageView] Support contentPadding
  • a99966a [ProgressIndicator] Made BaseProgressIndicator and BaseProgressIndicatorSpec ...
  • be6ed3d [ProgressIndicator] Updated class visibility.
  • 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.

If all status checks pass Dependabot will automatically merge this pull request during working hours.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 25, 2020
@dependabot-preview dependabot-preview bot merged commit c0490c3 into master Nov 25, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/com.google.android.material-material-1.3.0-alpha04 branch November 25, 2020 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants