Egor N
|
734f4c5e72
Added a convenience method .show to the builder
|
10 年之前 |
Juan Ramon Gonzalez Gonzalez
|
d0a34a7b33
Fixed issue with callbacks not being called when there was no positive button but there were other action buttons. If there is a positive button it will be used to trigger the callbacks. But when it is not present, the callbacks need to be called on each change produced by a click since no click on a positive button will trigger them.
|
10 年之前 |
Aidan Follestad
|
876267beb4
You can now use negaitve and neutral buttons invidivually without a positive action. Action buttons must be explicitly shown by setting text.
|
10 年之前 |
Aidan Follestad
|
74f40a87af
Fixes.
|
10 年之前 |
Aidan Follestad
|
0122396893
Merge branch 'master' of github.com:afollestad/material-dialogs
|
10 年之前 |
Aidan Follestad
|
94eaf0f816
Updates.
|
10 年之前 |
Aidan Follestad
|
3a3444e1a0
Fixes for empty space in list dialogs with no title.
|
10 年之前 |
Juan Ramon Gonzalez Gonzalez
|
7f2a5fbc30
A couple things were missing on the pull request for accepting CharSequences as entries. While the code was compatible, the callbacks need to be changed to also receive CharSequence instead of String. This has now been corrected both on code, README.md and sample activity.
|
10 年之前 |
Juan Ramon Gonzalez Gonzalez
|
2a9e09cbe6
Allowed entries to be instances of CharSequence instead of forcing them to be of the String subclass. It continues to work with previous code and also now allows to use it with entries retrieved from xml attributes using TypedArray.getTextArray()
|
10 年之前 |
Aidan Follestad
|
5b46edee54
Fixes for padding and theming.
|
10 年之前 |
Sébastien Brochet
|
03c32a56e8
Fix Light theme display on Gingerbread devices
|
10 年之前 |
Aidan Follestad
|
637ac06211
Fixes. Release 0.1.0
|
10 年之前 |
Aidan Follestad
|
f90afeb0b6
Padding fixes.
|
10 年之前 |
Aidan Follestad
|
78cdfd4fa2
Padding fixes.
|
10 年之前 |
Aidan Follestad
|
746a08a78c
Added icon capability.
|
10 年之前 |
Josh Burton
|
8767782170
Add method to retrieve title textview
|
10 年之前 |
Aidan Follestad
|
a37be120d1
Fixes.
|
10 年之前 |
Aidan Follestad
|
b75728ca26
Updates. Release 0.0.7
|
10 年之前 |
Aidan Follestad
|
18ade76f55
Updates.
|
10 年之前 |
Aidan Follestad
|
de8da521d4
Fixes.
|
10 年之前 |
Aidan Follestad
|
19f93586bc
Fixes.
|
10 年之前 |
Aidan Follestad
|
23392ea3f0
Fixed scrollable content.
|
10 年之前 |
Aidan Follestad
|
c8682ae8fa
Font rendering improvements.
|
10 年之前 |
Aidan Follestad
|
6e1dc96342
Fixes.
|
10 年之前 |
Aidan Follestad
|
12a8c51bf2
Fixes.
|
10 年之前 |
Aidan Follestad
|
8ce6fa2da6
Fixes, releasing as version 0.0.5
|
10 年之前 |
Aidan Follestad
|
78f6aac8cd
Fix.
|
10 年之前 |
Aidan Follestad
|
ce3f9c263c
If actions are hidden, selection modes will immediately send selection callbacks without dismissing the dialog.
|
10 年之前 |
Aidan Follestad
|
6f07602e26
Updates.
|
10 年之前 |
Aidan Follestad
|
a33171da8b
Version 0.0.3 is available again.
|
10 年之前 |