fix(deps): update dependency com.afollestad.material-dialogs:core to v3 #730
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.6.0
->3.3.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
afollestad/material-dialogs (com.afollestad.material-dialogs:core)
v3.3.0
Compare Source
md_line_spacing_body
global theme attribute, which sets a global default for message linespacing. See #1903.
See #1906.
noVerticalPadding
is set withcustomView(...)
, padding is not applied to the bottom ofthe content
ScrollView
ifscrollable
is enabled. Resolves #1834.TextInputLayout
(
textInputStyle
) is used instead. See #1857.v3.2.1
Compare Source
extension function resolution issues.
3.2.0
updateTextColor(Int)
on action buttons not always persisting. See #1783.v3.1.1
Compare Source
v3.1.0
Compare Source
updateListItems(...)
method has been split into three variants so that a new listener can bepassed for plain, single, and multi-choice list dialogs.
horizontalPadding
boolean parameter tocustomView(...)
- when true, 24dp padding is addedto the left and right of your custom view.
v3.0.2
Compare Source
v3.0.1
Compare Source
v3.0.0
Compare Source
DEFAULT_BEHAVIOR
field toMaterialDialog
, you can override the default behavior for all dialogs.v2.8.1
Compare Source
internal
which don't need to be exposed to consumers.In 2.8.0:
updateListItems(...)
method to update plain/single/multi-choice items after dialog creation.datetime
dialog layouts looking uncentered by only applying dialog width wrap in landscape.v2.8.0
Compare Source
updateListItems(...)
method to update plain/single/multi-choice items after dialog creation.datetime
dialog layouts looking uncentered by only applying dialog width wrap in landscape.v2.7.0
Compare Source
maxWidth
setter function that you can use to custom dialog max widths if you wish, although it's discouraged.dialogWrapContent
parameter tocustomView(...)
which instructs the dialog to set its max width to the measured width of your custom view.datetime
dialogs use thedialogWrapContent
parameter above, which fixes how they look in landscape etc.maxDate
for date picker dialogs.v2.6.0
Compare Source
md_color_widget_unchecked
attribute to compliment the previously addedmd_color_widget
attribute.v2.5.0
Compare Source
md_color_widget
theme attribute to apply custom coloring to checkbox prompts and controls in single/multi-choice lists.waitForPositiveButton=false
. See #1751.v2.4.0
Compare Source
v2.3.0
Compare Source
datetime
no longer has a dependency on ThreetenBP. Uses Java'sCalendar
instead. Sorry to those who are already using it withLocalDateTime
.v2.2.1
Compare Source
v2.2.0
Compare Source
datetime
module which provides date, time, and date/time selector dialogs.v2.1.0
Compare Source
debugMode(true)
on your dialogs before opening them.lifecycle
module is available, which for now just adds an extension method to auto close dialogs when a lifecycle owner is destroyed. Check out the README for details. (will be available through jCenter shortly)v2.0.3
Compare Source
Another very minor release.
Fixed list item text not being vertically centered in choice lists.
v2.0.2
Compare Source
Very minor release.
Fixes issues with stacked action button text gravity.
v2.0.1
Compare Source
ColorPalette
class in the color module, which provides primary and accent colors to use in the color chooser dialogs.v2.0.0
Compare Source
Version 2 is no longer a release candidate, a stable release is here. Please continue to report any issues, of course.
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.