coding-blocks / CBOnlineApp

😎⚡️Android App for Coding Blocks Online Courses
https://online.codingblocks.com
GNU General Public License v3.0
153 stars 182 forks source link

Bump material from 1.3.0-alpha02 to 1.3.0-beta01 #987

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps material from 1.3.0-alpha02 to 1.3.0-beta01.

Release notes

Sourced from material's releases.

1.3.0-beta01

Dependency Updates

  • No dependency updates.

Library Updates

  • ProgressIndicator (new!)
    • Fixed incorrect visibility when used in the recycler view. (60723fdf08b7a73ba38e24462c99c594fc4c32f7)
    • Renamed indeterminateAnimationType enums "seamless" and "spacing". (77cf940680312acde8a620fd6c72445a9bde78ad)
    • Removed unnecessary style attributes from catalog. (f7c40561fcabf9023cf2b3e838738d433d4990dd)
    • Added sized styles for circular type. (e2a54daa9c5bf824770dccd768877b09319e1e0c)
  • TimePicker (new!)
    • Renamed ThemeOverlay.MaterialComponents.MaterialTimePicker to ThemeOverlay.MaterialComponents.TimePicker to be more consistent with other time picker styles (130993de587400f0a1e46aa0767e0f6b9eb67529)
    • Changed text input view to a view stub (3a00d7aa9af06aba2ce9f82cf78e240774b9409f)
    • Removed hint setting (79150873bd2ce7e73429786295f1c081595ff584)
    • Using MaterialColors to correctly read CSLs with theme attributes (9c9e6c42ba4c2afaa0d7be36844383d2dc15af4a)
    • Making default theme overlay public (0e04c9d79a471f8f3e6d19998ea1a60673dc8dc7)
  • Chip
    • Updated javadocs @see methods to match the actual methods. (3a0de84f21cf7c4000ebf45ebc7d5f1354aaf919)
  • CollapsingToolbarLayout
    • Updated CollapsingToolbarLayout to support framework android.widget.Toolbar (<Toolbar) (d568e55c9092fa179d895db46a5a10cf17be4865)
  • Snackbar
    • Fixed remaining NPEs from #917 (291486cfbfe828904c053bb9c4223a8e443d2cd1)
  • TextInputLayout
    • Fixed placeholder text not being properly announced. (1290f8224f59c0a4defcadfd3dcb1760f5506869)
    • Fixed IndexOutOfBoundsException when trying to change end icon (963ad14b84a4ae65d480c471ec6139746f02f7a0)
  • Other
    • Added or updated string translations for i18n / l10n (39f7d349d0b9cf19b74591879bbf8cde9ade237a)

Full set of changes: https://github.com/material-components/material-components-android/compare/1.3.0-alpha04...1.3.0-beta01

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)
Commits
  • 130993d [TimePicker] Renamed ThemeOverlay.MaterialComponents.MaterialTimePicker to Th...
  • 1290f82 [TextInputLayout][a11y] Fixed placeholder text not being properly announced.
  • 963ad14 [TextInputLayout] Fix IndexOutOfBoundsException when trying to change end icon
  • 291486c [Snackbar] Fixes remaining NPEs from #917
  • 60723fd [ProgressIndicator] Fixed incorrect visibility when used in the recycler view.
  • 3a00d7a [TimePicker] Change text input view to a view stub
  • 77cf940 [ProgressIndicator] Renamed indeterminateAnimationType enums "seamless" and "...
  • d568e55 [CollapsingToolbarLayout] Updated CollapsingToolbarLayout to support framewor...
  • 7915087 [TimePicker] Remove hint setting
  • 9c9e6c4 [TimePicker] Use MaterialColors to correctly read CSLs with theme attributes
  • 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 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](https://app.dependabot.com): - 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)
boss-contributions-bot[bot] commented 3 years ago

Thanks @dependabot-preview[bot], for opening the pull request! 🙌

One of our mentors will review the pull request soon. ✅

Star ⭐ this project and tweet 🐦 about your contributions.

dependabot-preview[bot] commented 3 years ago

Superseded by #992.