Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2025

Bumps com.afollestad.material-dialogs:core from 0.9.6.0 to 3.3.0.

Release notes

Sourced from com.afollestad.material-dialogs:core's releases.

3.3.0

  • Added md_line_spacing_body global theme attribute, which sets a global default for message line spacing. See #1903.
  • Added some assertions and sanity checks to avoid choice list adapter out of bounds crashes. See #1906.
  • Corner radius should not apply to the bottom of bottom sheet dialogs. See #1941.
  • Fix dialog titles being cut off with custom fonts. See #1936.
  • If noVerticalPadding is set with customView(...), padding is not applied to the bottom of the content ScrollView if scrollable is enabled. Resolves #1834.
  • Input dialog styling is not enforced by the dialog. The global default for TextInputLayout (textInputStyle) is used instead. See #1857.

3.2.1

  • Fixed the module-name given to the Kotlin compiler for each Gradle module, should fix extension function resolution issues.

3.2.0

  • Dependency upgrades.
  • Reduce single/multi choice list dialog margin between text and controls.
  • Fix updateTextColor(Int) on action buttons not always persisting. See #1783.
  • Fix corner radius not working when views have a background. See #1840.
  • All dialogs will have a default corner radius of 4dp. See #1909.
  • Non-cancelable bottom sheet dialogs cannot be swiped to dismiss.
  • Other minor changes.

3.2.0

  • Dependency upgrades.
  • Reduce single/multi choice list dialog margin between text and controls.
  • Fix updateTextColor(Int) on action buttons not always persisting. See #1783.
  • Fix corner radius not working when views have a background. See #1840.
  • All dialogs will have a default corner radius of 4dp. See #1909.
  • Non-cancelable bottom sheet dialogs cannot be swiped to dismiss.
  • Other minor changes.

3.1.1

3.1.0

  • Upgraded afollestad/date-picker library to 0.6.1.
  • The updateListItems(...) method has been split into three variants so that a new listener can be passed for plain, single, and multi-choice list dialogs.
  • Add horizontalPadding boolean parameter to customView(...) - when true, 24dp padding is added to the left and right of your custom view.

... (truncated)

Changelog

Sourced from com.afollestad.material-dialogs:core's changelog.

3.3.0

  • Added md_line_spacing_body global theme attribute, which sets a global default for message line spacing. See #1903.
  • Added some assertions and sanity checks to avoid choice list adapter out of bounds crashes. See #1906.
  • Corner radius should not apply to the bottom of bottom sheet dialogs. See #1941.
  • Fix dialog titles being cut off with custom fonts. See #1936.
  • If noVerticalPadding is set with customView(...)``, padding is not applied to the bottom of the content ScrollViewifscrollable` is enabled. Resolves #1834.
  • Input dialog styling is not enforced by the dialog. The global default for TextInputLayout (textInputStyle) is used instead. See #1857.
Commits
  • 02529dd Release 3.3.0
  • 8e5d64f Merge branch 'master' of github.com:afollestad/material-dialogs
  • 7964a5b If noVerticalPadding is set with customView(...), padding is not applied to t...
  • 181ab1a Update DATETIME.md (#1950)
  • 35ea27d Default corners radius: update documentation (#1945)
  • 1f7b433 Do not set app:hintEnabled and remove styles in/for md_dialog_stub_input, fix...
  • 985e161 maybeSetAdditionalPadding -> additionalPaddingForFont, fix formatting, add kd...
  • e28453b Custom fonts: Fix title being cut off, resolves #1936 (#1944)
  • 43d9a58 [Fix]in sample application text's are not readable in dark theme (#1942)
  • 689c412 Cleanup to MaterialDialog.kt
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [com.afollestad.material-dialogs:core](https://github.com/afollestad/material-dialogs) from 0.9.6.0 to 3.3.0.
- [Release notes](https://github.com/afollestad/material-dialogs/releases)
- [Changelog](https://github.com/afollestad/material-dialogs/blob/main/RELEASE_NOTES.md)
- [Commits](afollestad/material-dialogs@0.9.6.0...3.3.0)

---
updated-dependencies:
- dependency-name: com.afollestad.material-dialogs:core
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 10, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 10, 2025 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant