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.4.0-alpha01 #1004

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-alpha01.

Release notes

Sourced from material's releases.

1.4.0-alpha01

Library Updates

  • NavigationRail
    • Added Navigation Rail component to the library. (e13610e589be1b1f785e3ece09ccd038a7a15ab6) 🎉
    • Added documentation for navigation rail view component. (853c6951483bdd5beb9591a14596173e80728502)
    • Fixed spacing issue between destination icon and label. (585e0ff0ff1b424ad1f4abf89a37df587014ccd1)
    • Fixed issue that caused navigation rail to show label for active destination in compact mode. (1c872e8eb1ff0d328a57d507d86d95dd53310894)
    • Fixed issue that caused destination views to be smaller than the rail width. (42a19ab7253d45256cfd7e5cc36bd51f553a601d)
    • Extracted common logic from bottom navigation component into navigation package. (aca5bfb6f722a166fc9447e4dda2c72a8582b75d)
  • BottomSheet
    • Prevent adding half expanded accessibility action if fitToContents is true (2933600552b9ba2a988bedd46a5623c86ec86325)
    • Automatically enable insets for ThemeOverlay style (c15139a5c3f685ff8c0e64857fdac4b2afc49abc)
    • Added flag to opt in to edge to edge behavior rather than only relying on the navigationBarColor (c574e9ea23a6f54f7e0582495f9a9d3691b6af22)
    • Updated the way BottomSheet handles insets (b163458a3a7919d7b7c76de81a7a9b5c940c8def)
  • Documentation
    • Removed broken @link from MaterialButton Javadoc (25bf03ea2ab40023bd887c945a1dcff15d747684)
    • Fixed theme attr name for floatingActionButtonStyle (5b32b25c0cd05b11036776b6f6297e05d6f18d62)
  • ProgressIndicator
    • Updated "indicatorSize" in CircularProgressIndicatorSpec to be never less than twice of "trackThickness". (1fb57bcaa274f9de70553184e5eed35daf8153c8)
    • Fixed NPE while setting progress in the indeterminate mode after inflation. (7a9e3f6d89ec6691d4b5a4c8e24dd273d2a7eecd)
    • Fixed visibility bug in RecyclerView. (59109559903f61ef922f838e7f8f64d9cdb59dcf)
    • Fixed not hidden when committed hiding is interrupted by window hiding (i.e., home button pressed). (196116ffa442aeac5a4d535792ab44fc3c0688cd)
    • Fixed determinate drawable not fully shown when switched from indeterminate mode for the second time in SDK 19/21/23. (712f5f3c993b5ab2f4b24d8373c6e74d5c981a95)
    • Fixed indeterminate animation not playing after inflation/being visible in SDK 21. (86b70d7bf7733ebc91141f52b549351e27641d58)
    • Updated linear indeterminate animation. (fdb420f540910315140b2d410e6b95d21d538a06)
    • Updated circular indeterminate animation. (2163e3d2cbf4d259364f883d642edd6c97638f0b)
    • Added other predefined styles in document. (2a6715f4646ea8a3db48cc3d810deaeade8f9588)
    • Fixed incorrect visibility when used in the recycler view. (9ccad215101db0c3d7f71358fab61bdf0211d538)
    • Renamed indeterminateAnimationType enums "seamless" and "spacing". (e5375fcb696c24e479971a65e4061891fef0083d)
    • Removed unnecessary style attributes from catalog. (80b5cf61b31c187ba24215e2c3d8452d527144af)
    • Added sized styles for circular type. (4ab8cb1d4c039a705843695f72aa4547b3fddabe)
    • Corrected comments for javadoc. (379519765a65f57c2c207f2e42637566ff365f80)
    • Updated track thickness used in standalone demo as 2.5 dp. (968fb195dc8f70aba29eb22678f99dc10cccd46e)
    • Renamed some attributes. (9d7ae04e0e2fa6b0f6a077e41aa20b0faab21364)
    • Hid AnimatorDurationScaleProvider from API. (5ff62d30982cea552946b06ffd30207d73a9fd6e)
  • Transitions / Motion
    • Updated documentation to include motion theming (3d4a341ffd4014a944477d42e7c20c9531fc6d59)
    • Added theming to MaterialFadeThrough transition. (655caeddbaffee5b6ae8dbbd97454489e08bcf51)
    • Added theming to MaterialSharedAxis transition. (478b4124d27a5879372df1a39ca4033419cfebf3)
    • Added theming to MaterialFade transition. (8e79c7ea1c036ab4da16845197ce47f56458c45c)
    • Changed motionPath theme attr format to enum|string (7e578e4b1324212ddde4e9943e57470823fced33)
    • Applied easing, duration, and path theme attributes to MaterialContainerTransform (5154eeae3253336800deccadea7bd15a103159dd)
    • Added easing, duration, and path theme attributes, as well as utilities to read them (186d5ed023a69176af3bcd0f69c635cf60285bba)
  • Catalog
    • Make demo links use minHeight instead of specifying height so they won't be truncated at large font sizes. (a8156be40b3431c2a8fcabcf6b89db3d7de9ac45)
  • TimePicker
    • Fixed issues when re-using dialog instance (11169ce616393ed83c97dd931b69b48160455d89)
    • Changed clock face size to be dynamic (bf0d11b4e7970c8a600de5fa670034edffa81df2)
    • Fixed numbers glitching on first show of time picker (74350dead647dce3ef0f6407987c2dcf9e083bff)
    • Fixed text input mode to correctly restore state (76cf0eb07ecf4268fcd47e6c1af238fae46de5c1)

... (truncated)

Commits
  • 035380a Updated library version to 1.4.0-alpha01
  • 853c695 [Navigation Rail] Added documentation for navigation rail view component.
  • fb96aa8 [Catalog] Update theme switcher to have customizable radio button styling
  • d6ddf00 [ProgressIndicator] Internal cleanup.
  • 585e0ff [Navigation Rail] Fixed spacing issue between destination icon and label.
  • 3d4a341 [Motion] Updated documentation to include motion theming
  • edd2eb5 [Motion] Updated motion theming attr names.
  • 2933600 [BottomSheet] Prevent adding half expanded accessibility action if fitToConte...
  • 799a78c [ProgressIndicator] Fixed typo in progressindicator sample code
  • 1c872e8 [Navigation Rail] Fixed issue that caused navigation rail to show label for a...
  • 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 #1015.