coding-blocks / CBOnlineApp

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

Bump material from 1.3.0-alpha02 to 1.4.0-beta01 #1027

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps material from 1.3.0-alpha02 to 1.4.0-beta01.

Release notes

Sourced from material's releases.

1.4.0-beta01

Compile SDK Version changed to API 30.

Dependency Updates

Dependency Previous version New version
androidx.core 1.2.0 1.5.0-rc01

Library Updates

  • NavigationBarView
    • Moves OnNavigationItem listeners to the NavigationBarView class (0ad4a8df9b9285885ec2ce1c7fbe197e6c8a3e59)
  • TextInputLayout
    • Fixed cutout padding so text field outline doesn't overlap collapsed hint. (1c7b75fe1761175d0e580b15e0889c11d7759c75)
  • MaterialButton
    • Updated Material Button style to set the preferred maximum width to 320dp. (eb5453cd7ee0cc8e0610b57d39b44b26cd95f31e)
  • Documentation
    • Improving navigation rail documentation. (dabdef988de5cdf4a8be7a54b8c59052d16eec2a)
  • CollapsingToolbarLayout
    • Updated fade mode to allow expanded title to translate 1:1 with scrolling content. (1445e6df6e76de42ca7e11ef8f3f7a6db95d3ea1)
    • Added title line spacing and hyphenation frequency setters (3ea60e6ebb6fddb58c50e5606a8b1fef62484d0b)
    • Fixed multiline animation for fade title collapse mode (a29c93a598ee77eb7ef3ca9afec4bd4730d5a62d)
    • Updated default multiline hyphenation frequency to StaticLayout.HYPHENATION_FREQUENCY_NORMAL (2c45dcca0069c4e8cee2c2d4bb2ce01b1564913f)
    • Added support for multiline RTL when using fade title mode (ffef9f6e39ea39b4a6873d440d8809dc7d905a56)
    • Added getLineCount() method (c9f7a61fa4d19f591acafe63ec685df8ed111d07)
  • BottomAppBar
    • change cornersize to float to avoid truncation errors (7ffa57191506c84312cb3f8caeda6cadc88fc6be)
  • BottomSheet
    • read the edgeToEdgeEnabled value earlier in the lifecycle (9c842a21299cf3db7b6e7be7fa85bc7f6370f497)
    • Adding a max width for bottom sheets to optimize for large screens. (63d01aa2686d56b165e9131265a449d810359695)
  • Other
    • Update compile sdk version to 30 (123438570f9b672e65a0559c2b0c214b9560dc01)
    • Updated TextAppearance to load font synchronously if its cached. Also updates lib to depend on 1.5.0-rc01 for the ResourcesCompat#getCachedFont method. (d301145698fec7c734278024879a9448afc332dc)

Full list of changes

https://github.com/material-components/material-components-android/compare/1.4.0-alpha02...1.4.0-beta01

1.4.0-alpha02

Dependency Updates

  • No dependency updates.

Library Updates

  • Catalog
    • Updated catalog to showcase header view inside a Navigation Rail View. (6a37a553e756f42169d4e1241b08ac68a01c4932)

... (truncated)

Commits
  • 1445e6d [CollapsingToolbarLayout] Updated fade mode to allow expanded title to transl...
  • 982f74d [TextInputLayout] Fixed cutout padding so text field outline doesn't overlap ...
  • cee29e9 Automated g4 rollback of changelist 372177002
  • 3ea60e6 [CollapsingToolbarLayout] Added title line spacing and hyphenation frequency ...
  • 9c842a2 [BottomSheet] read the edgeToEdgeEnabled value earlier in the lifecycle
  • a29c93a [CollapsingToolbarLayout] Fixed multiline animation for fade title collapse mode
  • 7ffa571 [BottomAppBar] change cornersize to float to avoid truncation errors
  • 0ad4a8d [NavigationRail] Moves OnNavigationItem listeners to the NavigationBarView class
  • 2c45dcc [CollapsingToolbarLayout] Updated default multiline hyphenation frequency to ...
  • ffef9f6 [CollapsingToolbarLayout] Added support for multiline RTL when using fade tit...
  • 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)
dependabot-preview[bot] commented 3 years ago

Superseded by #1034.