FultonBrowne / Ara-android

A virtual assistant for almost any android phone.
GNU General Public License v3.0
87 stars 23 forks source link

Bump material from 1.2.0-alpha06 to 1.3.0-alpha02 #310

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps material from 1.2.0-alpha06 to 1.3.0-alpha02.

Release notes

Sourced from material's releases.

1.3.0-alpha02

Dependency Updates

Dependency Previous version New version
constraintlayout 1.1.3 2.0.0-beta7

Library Updates

  • MaterialTimePicker
  • ProgressIndicator
    • Fixed incorrect visibility change when the component's parent is not visible. (ea9cce8c29afa3bd1f81328c9bb4f2402a0d8f40)
    • Changed class visibility of CircularDrawingDelegate. (aca5307d42076910cd91bb45d69a89aedb90b81e)
    • Added the function in ProgressIndicatorSpec to load from style. (4005294a75d8b791f0ac92713146936b1c3a955b)
    • Revived the argument (restart) in setVisible of drawables. (c4f44d2fbbfaf97ae5196c16edd3b3f45700a1a5)
    • Changed drawables to detect system animator duration scale by themselves. (f7bad9a51217f88e5683351d2102c059d23be419)
    • Removed explicitly disabling animators. (28039601fd40a0241cb7110631ed85eb336d1275)
    • Changed logic to guarantee the indeterminate arc fully collapsed before showing determinate arc. (764f063d41d3499048e29722923fb7591e6cc092)
    • Updated system animation duration scale more frequently. (92aca746ca62f45bf6b0ea197f687a4f5a0de893)
    • Updated the drawable setters. (28177cb551de6b84f86636a52fb3157d8ffc3948)
    • Separated the padding when calculating drawable's intrinsic size. (380c21ab5330c6e9a7d5c5f88672e951b1484689)
    • Invalidated indicator colors properly in animator delegate. (43fe75f4bc6047d74b113fd7903d9be851631b6f)
    • Unregistered animator complete callback on detach from window to prevent memory leak. (fabd36fc751a95aac6f437b25fa79f079ebc7ad9)
    • Replaced ProgressIndicator references in drawable&delegate classes to prevent memory leak and prepare for the stand-along drawable feature. (4ff30311e34a0b49ea298b0ab742e1c7284f8d32)
    • Forward fixed "ripple" bug from the fix for indeterminate animation not respecting to system animator scale. (cf98f943097bfe22646cae4f512aa99158f54f8b)
    • Added logic to respond to system animation scale settings for determinate types. (984738c0673b567840982938395eefe610c53ca3)
    • Fixed indeterminate types disco when system animation duration scale is off. (4ccec4ff7152458f164739c8494d13e1ea657ecb)
    • Fixed incorrectly setting drawable's visibility when switching indeterminate mode for API19. (26021ed4184c28a9a939aa8747e96e99662ab7cb)
    • Changed interpolator for seamless linear indeterminate type from LINEAR_OUT_SLOW_IN to FAST_OUT_SLOW_IN. (0b443ad51f377a138aa017bc0c756986f7fb3ea3)
    • Relocated the logic of animator disabling. (e44804ffd43a0d9d41fa8b2cb22c1221a34f7df5)
    • Added the custom drawable support (02c3b3d398c17fdfa41ed046e24f5922fe3b40d3, 4337eeaa0d74ee49c794f662dad584890f9c61ad, c22f3f4b98af564492acdf170ee0b78b2281635d, 4f5a98ff1078054fc759664aad5d5f99d8bfce73, 7e595b6ce0b2af9b27986221c0a28c1165e58006, 8fbc2e02e93bafbb559a7518c619b01c810e3a73, bf141bb14badc7423431a8e806c7c39933bc29ef)
    • Fixed wrong attribute used in indeterminate mode catalog fragment. (90e3839aecad87baf5707246a37d4153efbc231b)
    • Fixed CircularIndeterminateDrawable not resetting animator properly after switching to determinate mode. (c5f900b7d5753c4648831e599338b13a00c7c294)
    • Add new minHideDelay property (924ac3fe850372d452a5f73bc3deef2e86f28995)
    • Added auto-cap to limit the indicator corner radius equal to or less than half of the indicator width. (5febeba67e5b382c244330a2d5fe1df22256dde8)
    • Added support of rounded corners. (48c4ef019ca86e28a81a86ed35e55d27c06f0f54)
    • Fix for non dismissable progress indicator (584d72555a3974cc92f5eef36f040922d2179c18)
    • Exposed progress indicator demo. (7b9cd662b2e32cdb7058a9e909faf92ee66695d6)
  • Slider
    • Added min separation support (b8f4b221f45a876c57205acc143aee484af3e868)
    • Fixed exception when restoring instance state (cc031962d42e3d1fde050f8aec18a5221b33b9e5)
    • Move static inner classes outside base slider class (34f621d22ce678b279b1fe61aeede6ed43103bc7)
    • Fixed number of values changing in RangeSlider (4eea03dff55efc14e6dc21e2d0a219ee0fd78e3d)
    • Changed slider thumbs to prevent crossing each other (71fcb73c7ff52da799f578fd895041fc69372d54)
    • Changed slider to support very small widths (ba9c2e63ef5692dbfe411684d77eea0ffb7588a2)
    • Keyboard navigation fix (3e3bc41abb49dc3fa1dff63e886da787b592cf2a, a49e8867e95d4134c3d98369a6176b53709c376d)
  • Transitions / Motion
    • Removed extra transition background fade duration from MaterialContainerTransformSharedElementCallback in favor of nulling out sharedElementReenterTransition to prevent extra transition from happening (88ca5c9eeb64bacaac8589419f3a1838b230631a)
    • Added extra transition background fade duration to MaterialContainerTransformSharedElementCallback to prevent extra Activity transition from happening (889fca55a2c48d3f8d3a00b42fbe07923fc763de)
Commits
  • b92261f [TimePicker] Fix lint issue with edit texts
  • 111791e [Release] Updated library version to 1.3.0-alpha02
  • ea9cce8 [ProgressIndicator] Fixed incorrect visibility change when the component's pa...
  • 5229b3f [ProgressIndicator] Added standalone drawable demo with Chip in catalog.
  • 88ca5c9 [Motion] Removed extra transition background fade duration from MaterialConta...
  • 84cec15 [TimePicker] Fixed Talback support
  • aca5307 [ProgressIndicator] Changed class visibility of CircularDrawingDelegate.
  • 4005294 [ProgressIndicator] Added the function in ProgressIndicatorSpec to load from ...
  • 745a3ef Merge pull request #1501 from material-components/delete-old-codelab
  • a9ec286 [Cleanup] Deleted old codelab demos directory
  • 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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.