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 #1000

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.

Release notes

Sourced from material's releases.

1.3.0

What's New Since 1.2.0?

  • Time Picker (docs)
  • Progress Indicator (docs)

Dependency Updates

Dependency Previous version New version
constraintlayout 1.1.3 2.0.1

Full list of changes https://github.com/material-components/material-components-android/compare/1.2.1...1.3.0

1.3.0-rc01

Dependency Updates

  • No dependency updates.

Library Updates

  • TimePicker
    • Fixed numbers glitching on first show of time picker (182b297ce3f6ecb12ce46cfc11ac282a57621480)
    • Fixed text input mode to correctly restore state (f97779e71ea681096372171097aa659abf8a3269)
  • MaterialDatePicker
    • Fixed incorrect date being selected on scrollable months. (d523523db99c1b45a56fe0ab53fec4c0cf257bad)
    • Fix NullPointerException on MonthAdapter.updateSelectedState(MonthAda… (dad77527508b664d189f5d11169bf28e83c12270)
    • Localized numbers in month (206699f70ab61d13a8faa5628f1e8d7e7b7cd106)
    • Fixed day of week adapter localization for APIs before O (b4b624ecf2768e1e244629b9ef5561b778bc80de)
  • ProgressIndicator
    • Fixed NPE while setting progress in the indeterminate mode after inflation. (c78c1efb59f96fc29d8e296c5ccbefc000269611)
    • Fixed the visibility bug in RecyclerView. (e9fcdf04438abf9e454d53eea269782dacf921e4)
    • Fixed not hidden when committed hiding is interrupted by window hiding (i.e., home button pressed). (814ce6d72d1639dcb52494da125075261e7fdac7)
    • Fixed determinate drawable not fully shown when switched from indeterminate mode for the second time in SDK 19/21/23. (04ae5d7ac11e44756459927bec7a50ef3a2fb0bd)
    • Fixed indeterminate animation not playing after inflation/being visible in SDK 21. (46d8fbadf88b0e2fdf7138170dffda5048928676)
    • Updated linear indeterminate animation. (1ff2d6a262f896cd958c73dd91919078430e5d14)
    • Updated circular indeterminate animation. (4dd1d84bc039b7bccf182a457b631a1a46360336)

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

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!)

... (truncated)

Commits
  • a1664ae [AppBarLayout] Fix spec link in Javadoc
  • 04de614 Updated library version to 1.3.0
  • c78c1ef [ProgressIndicator] Fixed NPE while setting progress in the indeterminate mod...
  • e9fcdf0 [ProgressIndicator] Fixed the visibility bug in RecyclerView.
  • d523523 [DatePicker] Fixed incorrect date being selected on scrollable months.
  • 814ce6d [ProgressIndicator] Fixed not hidden when committed hiding is interrupted by ...
  • 04ae5d7 [ProgressIndicator] Fixed determinate drawable not fully shown when switched ...
  • 46d8fba [ProgressIndicator] Fixed indeterminate animation not playing after inflation...
  • dad7752 [DatePicker] Fix NullPointerException on MonthAdapter.updateSelectedState(Mon...
  • 1ff2d6a [ProgressIndicator] Updated linear indeterminate animation.
  • 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 #1004.