mayankmetha / Rucky

A simple to use USB HID Rubber Ducky Launch Pad for Android.
https://mayankmetha.github.io/Rucky
GNU General Public License v3.0
548 stars 65 forks source link

Bump material from 1.6.0-alpha01 to 1.6.0-alpha02 #63

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps material from 1.6.0-alpha01 to 1.6.0-alpha02.

Release notes

Sourced from material's releases.

1.6.0-alpha02

Dependency Updates

Dependency Previous version New version
androidx.fragment 1.0.0 1.2.5

Library Updates

  • Material 3
    • Migrate action bar popup themes to M3 (2ae3ca42985722900f53de9d9a1ef61c143767eb)
    • Add additional condition to check dynamic color supported devices (c6527d177bcc3bd0fefe66f978f5eb10ec79f9e2)
    • Add supporting brand list of dynamic colors (b2f05d545473ecd37adcd781a97698018fd1fd01)
  • TextInputLayout
    • Speedup simple inflate. (26d862bc5433eb50ba0875e136ff937d4e5ae617)
    • Apply edit text's letter spacing to expanded hints (88eb0890219b49c12dd9c873bc51c3929eee44e9)
    • Refine the hint cutout logic (79b2c3d7c5e9f3645576e11714c0705a3cb11335)
    • Text field should comply with system level bold (e8bde7546b0828dc348685ef9e0cc87fb6d74409)
  • MaterialDatePicker
    • Replace fragment container with FragmentContainerView (e7bc947cd5d0291e4b8c5cb9d17af0edf13c0d10)
    • Fix wrong month title with certain months (62e89933d667e5d9c86a1cecaa6f934698803c6b)
  • Dialog
    • Add date and time picker themes to M3 dialog themes (8342f9025eefe64ca24312467d021a522e833769)
    • Fix dialog icon color tint (246b3400ec698da2805f9b7023dcb28b3601daad)
    • Fix dialog paddings (672e7440f9586cd6ab276cd9e8295e3028f73253)
    • Start-align message text with centered styles (9980596586d270123e36b21980457b56fb70e146)
  • Badging
    • Refactor Badge state managing logic (bbbeacd64e3b1cc64e8edc6adf430aad45d03e32)
    • Support different locale on badges (b8f2dd53e0e19ea376639a610a0b51faabf0f9af)
  • TopAppBar
    • Save and restore scroll state during scroll range recalculation (698cf9b45e8d9358e4accbf0685e6a6daf3effec)
    • Fix top app bar snapping issue (acb7958c662f37d5a89589f67f05a72ffa0ce816)
  • Snackbar
    • Enforce vertical layout when action text is too long (ff97a6805c203724d8cd64d7ed7d6fc483c93f16)
    • Fix NPE on Android 8 & 9 (35d9da8f67911c84267fd0829fea6d5aba7c3544)
    • Fix maxWidth is not applied on Snackbar (6a3ea94ae0794793c91c11ebafbd87b4a2445112)
  • A11y
    • Make dialog icon not important for accessibility (8bc64201d461ba816be2b871195ec7f2501cfce0)
    • Make Talkback announce selected state for clock items (fcc68a2de7b47eed04c767e84f1bc2d6ce39512e)
  • Color
    • Avoid Short#compare usage in ColorResourcesTableCreator.java since it requires API level 19 (48741b4e16236ee8ac9dc0052204e6a7be32c0f4)
    • Set android:windowBackground to android:colorBackground (dac9bf360acc2f753dedeba1e45d9f51eaff0ac3)
    • Add additional condition to check dynamic color supported devices (833f410404c39641030947bc266142642855075c)
    • Add Resource Table format for XML color Harmonization. (822a5b2cb2dedf133618d981140edf30db0058ef)
  • Divider
    • Added attribute in MaterialDividerItemDecoration to remove item decoration from last recycler view item. (9416b2c7d6d927696f3ecd30096dd2e1349538a4)
  • Tabs
    • Added fade indicator animation mode. (a295de97283b51cacfbc74e58e95048d348cc471)
    • Added tab demo for fade mode indicator animation. (1beedec9f858e179528b7c3f27ad1d4b044bdb59)
  • MaterialButton

... (truncated)

Commits
  • 80e50de [Release] Update library version to 1.6.0-alpha02
  • d0e0d94 [Tokens] Downgraded token resources to v0.71.
  • 3cf0647 [Slider] Fix lint error caused by hidden super interface
  • 6c41f07 [Button] Support icon gravity with text alignments other than centered
  • e98cee5 [Docs] Update library version in Getting Started doc to 1.5.0
  • 8342f90 [M3][Dialog] Add date and time picker themes to M3 dialog themes
  • 698cf9b [AppBarLayout] Save and restore scroll state during scroll range recalculation
  • ad97f01 [Gradle] Replace all jcenter with mavenCentral
  • 8f4837e [MaterialCheckBox] Horizontally center the checkbox button drawable if there ...
  • 90787bf [TextAppearance] fix drawables not applying system level bold
  • 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)