This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ccd6521
commit 481c0b8
Showing
11 changed files
with
21 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,8 @@ | ||
3.0.0-beta1 | ||
3.0.0-beta2 | ||
|
||
* Fixed status bar and navigation appearance for bottom sheet dialogs. | ||
* We're nearing a "stable" release. | ||
|
||
### 3.0.0-alpha4 | ||
|
||
Minor API change: The `message(...)` function no longer provides `html` and `lineSpacingMultiplier` | ||
as parameters. Instead, it works like this: | ||
* Fixed bottom sheet content going under the system status bar. | ||
|
||
```kotlin | ||
MaterialDialog(this).show { | ||
... | ||
message(R.string.htmlContent) { | ||
html() // or... | ||
html { toast("Clicked link: $it") } | ||
|
||
lineSpacing(1.4f) | ||
messageTextView.doSomething() // you can act directly on the TextView | ||
} | ||
} | ||
``` | ||
#### 3.0.0-beta1 | ||
|
||
### 3.0.0-alpha3 | ||
|
||
* The `BottomSheet()` dialog behavior now accepts an optional `LayoutMode` parameter, which you can use | ||
to instruct the bottom sheet to be expandable to the screen height or limit itself to wrap the content | ||
of its content. See the updated Bottom Sheets documentation. | ||
* Added a `setPeekHeight(...)` extension method for `MaterialDialog` that you can use to set the | ||
default peek height and animate peek height changes. | ||
* Fixed status bar and navigation appearance for bottom sheet dialogs. | ||
* We're nearing a "stable" release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.