rosuH / EasyWatermark

🔒 🖼 Securely, easily add a watermark to your sensitive photos. 安全、简单地为你的敏感照片添加水印,防止被小人泄露、利用
MIT License
1.6k stars 133 forks source link

⬆️ Bump com.google.android.material:material from 1.8.0-rc01 to 1.9.0-beta01 #261

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps com.google.android.material:material from 1.8.0-rc01 to 1.9.0-beta01.

Release notes

Sourced from com.google.android.material:material's releases.

1.9.0-beta01

Dependency Updates

  • No dependency updates.

Library Updates

  • Badging
    • Integrating tokens (842df494ff57e7c0a8ccbde761fc959ad4652adc)
    • Add shape appearance for badges (89a2a64805ee11005cd62a539e531af9d9b8cc62)
  • Carousel
    • Updated MaskableFrameLayout to use Outline path clipping on 33+ only. (14535c5777bd08efc90f7cf1a3a9626e10e04a53)
    • Updated setForceCompatClipping visibility for testing. (b0c1edf5fbf8f678b9ab73727a708219134c2fcc)
    • Updated MaskableFrameLayout to clip more performantly. (a4669fda394ab573748e72eee964539996ae5eac)
    • Changed Maskable.add/removeOnMaskChangedListener to Maskable.setOnMaskChangedListener. (67956eeed368c4591d547bc4f3dd9b394aa1f567)
    • Fixed child index bug causing items to be ordered incorrectly. (668f03e3faf1512ac1e7bf48eaa5261e4894ecff)
  • Documentation
    • Fix doc formatting for github (78dd5cc889fdc84928e27caccef5bb03a207676f)
  • Tabs
    • Fix issue with indicator not being drawn when viewpager starts scrolling before onLayout is called (a84bd906dcf3365fe52a10e67ca693003426b4c7)

Full list of changes

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

1.9.0-alpha02

Dependency Updates

  • No dependency updates.

Library Updates

  • A11y
    • Updated accessibility class name (86566836394c8c11c4ea251549bb44673b2fa020)
  • Badging
    • Updated M3 style to match specs. Alignment tweaks, text appearance change (3c1ac05facae9cd566d02d50e17a6e2ed546537d)
    • Added new 'offsetAlignmentMode' attribute that determines where the offset starts for the badge. (d0d0f54018a0400e60114cd4cda9582c0b0ba500)
  • BottomNavigationView
    • Integrated tokens. (355702f95438fea15a82f2b9a581d8e769c67dcf)
  • BottomSheet
    • Made scrollable content demo behave consistently in edge-to-edge mode (3e6a196832367c8e262ce21feff2f77774a7321c)
    • Animate bottom sheet position when keyboard is shown using WindowInsetsAnimationCompat API (697d93a854571a5b70b617654395e04556404fc4)
  • Carousel
    • Restricted MultiBrowseCarouselStrategy's forceCompactArrangement constructor (112a0bd20e8f9b181d1012d86877f0823ac7cfe8)
    • Implemented smoothScrollToPosition (6166e73d36d71782769900a0878928d7fae34d83)
    • Fixed scroll offset calculation error when last focal keyline comes after the last child (220415d3c1c5e21b942bc7aede534da25d17fa19)
    • Fixed MultiBrowseCarouselStrategy method visibility. (795979c283c2cc4c9194e63a36b1d67e1ccd3342)
    • Renamed Maskable.getMaskRect to Maskable.getMaskRectF (4b1a890e6084054b52700eb5e9c852dceee5735f)
    • Renamed CarouselConfiguration to CarouselStrategy (fc0f53a0cd84308ea791d15b8fa578a53da076d4)
    • Updated CarouselConfiguration visibility and improved documentation (85c006b1d215fc42618b50985f924f868b82e48c)
    • Changed CarouselConfiguration to have an empty constructor and pass Carousel in through onFirstChildMeasuredWithMargins (801426774027c56271a54fb367bd23931e88f233)
    • Improved documentation and throw when CarouselLayoutManager children are not Maskable. (67b251af3275e6a69b0806801fa747b6166fb496)
    • Updated to support MaterialDivider and added helper for getting the bounds of a masked item from the layout manager. (e32e625e14b28e29bbaf69b949b89b84db060688)
    • Updated assets for Carousel demo (0dd220a6e9f7255c77219b2fe1345f56cf209e8b)

... (truncated)

Commits
  • 14535c5 [Carousel] Updated MaskableFrameLayout to use Outline path clipping on 33+ only.
  • b0c1edf [Carousel] Updated setForceCompatClipping visibility for testing.
  • a4669fd [Carousel] Updated MaskableFrameLayout to clip more performantly.
  • 3c37522 [M3][Color] Internal color updates
  • 67956ee [Carousel] Changed Maskable.add/removeOnMaskChangedListener to Maskable.setOn...
  • 78dd5cc [BadgeDrawable][Docs] Fix doc formatting for github
  • 668f03e [Carousel] Fixed child index bug causing items to be ordered incorrectly.
  • 842df49 [Badge] Integrating tokens
  • 89a2a64 [Badge] Add shape appearance for badges
  • a84bd90 [TabLayout] Fix issue with indicator not being drawn when viewpager starts sc...
  • 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[bot] commented 1 year 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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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