All Versions
14
Latest Version
Avg Release Cycle
21 days
Latest Release
1759 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.3.0 Changes
February 18, 2020- 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 withcustomView(...)
, padding is not applied to the bottom of
๐ the contentScrollView
ifscrollable
is enabled. Resolves #1834. - 0๏ธโฃ Input dialog styling is not enforced by the dialog. The global default for
TextInputLayout
๐ (textInputStyle
) is used instead. See #1857.
- Added
-
v3.2.1 Changes
February 08, 2020- ๐ 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.
- ๐ Fixed the module-name given to the Kotlin compiler for each Gradle module, should fix
-
v3.2.0 Changes
February 08, 2020- โฌ๏ธ 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.
-
v3.1.1 Changes
September 04, 2019 -
v3.1.0 Changes
July 02, 2019- โฌ๏ธ 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 tocustomView(...)
- when true, 24dp padding is added
to the left and right of your custom view.
-
v3.0.2 Changes
June 29, 2019- โฌ๏ธ Upgraded afollestad/date-picker library to 0.5.0.
-
v3.0.1 Changes
June 27, 2019- Set module names for the Kotlin compiler, so that they don't clash with other third party libs.
- The module name for the newer date-picker dependency is also being set now, so your app won't have to exclude its module file.
-
v3.0.0 Changes
June 25, 2019- Kotlin 1.3.40.
- โ Added static
DEFAULT_BEHAVIOR
field toMaterialDialog
, you can override the default behavior for all dialogs. - โ Integrated by new date-picker library to replace the stock date-picker. It will correctly fill the width of dialogs and bottom sheets.
-
v3.0.0-rc4 Changes
June 15, 2019 -
v3.0.0-rc3 Changes
June 08, 2019- ๐ Fixed the reusability of bottom sheet dialogs. You can call
show()
on a dialog that has been hidden and it will animate in as intended.
- ๐ Fixed the reusability of bottom sheet dialogs. You can call