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.11.0-beta01 #306

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 1 year ago

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

Release notes

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

1.11.0-beta01

Important

Elevation Overlays within default component styles have been replaced by the new Tonal Surface Color system. Instead of blending the Primary color with the Surface color based on an elevation value, components will now use a specific Surface color role which can be more easily understood and customized.

Documentation for the affected components and which Surface color roles they use has been updated in 2114a11378fd801b32cd7431bb8a2c94de4f462c.

Dependency Updates

Dependency Previous version New version
androidx.activity 1.8.0-beta01 1.8.0

Library Updates

  • Badging
    • Adjust badge vertical offset for certain components to fit design requirements (78cc54b8c39da437732ff3d7c96de8f345e09348)
    • Add note in attachBadgeDrawable method docs about menu item views being re-used when there is a structural change in the menu. Since badges are attached to the views, this may change the menu item that the badge is intended for (5e6ea582801ebfe2af8457261581a2ad43c8051a)
  • Carousel
    • Ensure that extra small size is not larger than the large size (17baf71972016cf4608d9c83b902bb2debee585b)
    • Fixed crash when recyclerview has a size of zero. (26c31292012868d7e9889f6ecee7559c61caa5b2)
    • When navigating with keyboard, scroll focused item to nearest focal keyline, not the first focal keyline (fb9c1c6edfbdbe4791043a128c03a7fad5fd99f0)
    • Force hero strategy to be start-aligned if there are not enough items to make it center-aligned (9a2347bda5312dd6dc3ab7818a6f71297dcf018b)
    • Add logic for multibrowse strategy to change strategy when number of items is less than the number of keylines (cbb380df61f8eb66273043b437582c8058df7088)
    • Fixed focus order when using keyboard navigation for hero carousels. (0356f24a63b5c47ee23cbf5c0fca4d817e4d6acd)
    • Cleaning up multi-browse strategy and removing compact arrangement (ed4647d5dfa42876063521546de2dbcf71914e01)
    • Disallowing center aligned hero strategy with only 2 items since it does not make any sense. With only 2 items there can only be a start state and end state with the hero strategy. (d5d604d0ccfd73b4345dbea8fd3f833410fd2958)
    • Fix issue with uncontained carousel not having a proper end scroll value due to assumption made in end scroll calculation (8cb444b26856fdb8b0c894eccbf90133efc2a2b6)
    • Added tests for hero and multibrowse strategies when the carousel container is very small. (8312162f533d1c9fc9e9b15ceca58e3d1d4b61b5)
    • Update scroll offset to scroll to the estimated position that it was at upon an initial load (4a6ae4d0b6969311b41b3878e3c0e7f7a0824a72)
    • Fixed strategies crashing when there is not enough available space for a large and a small item (c418063205d74233a6235d7f7fd39be7deeb4bc7)
  • Catalog
    • Use BottomSheetDialogFragment (2c539524ec62713028e9521ca7b80c38c6aabf9c)
    • Update navigation drawer state handling to be more accurate in demo (74ac87cb612dffc31767fc829fbc86d69945c2b6)
    • Update navigation drawer state handling to be more accurate in custom drawer demo (1252d4f2639b2c98136b3de5a1e16a0facc56a78)
    • When bottom sheet is collapsed, back callback is enabled (98439df4fb9c79c3f4bab3107b995fc612702ec1)
  • CollapsingToolbarLayout
    • Fix issue where expanded text gets ellipsized too aggressively when using title fade mode and the toolbar has menu items (094e3e21eac24258604d367e04286f6ed247257d)
  • Color
    • Introduce U color tokens (ad63d3ff7e2e0fa6a6c23a9c4f50a2f40fc723f1)
    • Delete unused contrast resources (541df074a7c9a08dbde19e32778e7f05624355af)
  • Documentation
    • Add note to clarify that automatic back handling in components is only for API 33+ (ad2b5f8f8bba4d7ad44c26ba26d1036e2fd81144)
    • Update Predictive Back doc to recommend 1.10.0 stable version (b8b1a662de6fe08a8336bdd54ae91255f1b9a3d8)
    • Update doc to explain how to allow Top App Bar to grow taller in response to system font setting (a01a68de2d0ad68576f0e0484dd108fcb07226c7)
    • Fix carousel docs (247240c3cdd8d6bd7a352556e5981f9dbeced8b2)
  • MaterialCardView
    • Support android:duplicateParentState. (31af945caa6216237441e5888c2714464075b2d7)
  • MaterialDatePicker
    • Added builder methods for customizing the positive and negative button content descriptions
    • Cleanup date formats that specify the same field multiple times. (f1da3c384f780ffa2597bbc20b3dc3cb0fa8e9bc) (a00ee50907e7bcfc442df7c96fdcaa24f212ccec)
  • Predictive Back

... (truncated)

Commits
  • 4b669c1 [Release] Bump MDC library version to 1.11.0-beta01
  • 541df07 [Color] Delete unused contrast resources
  • ad63d3f [M3][Color] Introduce U color tokens
  • 2590c42 [TextInputLayout] Fix editText paddings on pre-Lollipop
  • 17baf71 [Carousel] Ensure that extra small size is not larger than the large size
  • ad2b5f8 [Docs][Predictive Back] Add note to clarify that automatic back handling in c...
  • 2c53952 [Catalog][BottomSheet] Use BottomSheetDialogFragment
  • 26c3129 [Carousel] Fixed crash when recyclerview has a size of zero.
  • fb9c1c6 [Carousel] When navigating with keyboard, scroll focused item to nearest foca...
  • 74ac87c [Catalog][Navigation Drawer] Update navigation drawer state handling to be mo...
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 4 months 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.