Aidan Follestad
|
d6f933d615
Fixed #315. You no longer need to set item click listeners separately when using custom adapters either.
|
10 years ago |
Aidan Follestad
|
56e654fd0b
Added maxIconSizeRes()
|
10 years ago |
Aidan Follestad
|
56d10ce1e7
#298 should be fixed
|
10 years ago |
Andrew Lord
|
9c7e49bca8
#297 - Added option to limit dialog icon to a default max size (32dp) through builder method or through a global theme attribute. Added option to limit dialog to a specified max size through a builder method and a global theme attribute.
|
10 years ago |
Aidan Follestad
|
a459c829d4
Fixed issue with using an EditText as a custom view with wrapInScrollView enabled (padding caused glitches)
|
10 years ago |
Aidan Follestad
|
6a38309de9
Content is replaced by title if no content is specified in a regular dialog (not a list or custom view dialog).
|
10 years ago |
Aidan Follestad
|
f952bbc0ab
Actually release 0.6.3.2
|
10 years ago |
Aidan Follestad
|
921e17c892
You can now include content() when items() is used.
|
10 years ago |
Aidan Follestad
|
4d6d227dea
Internal handling for a BadTokenException.
|
10 years ago |
Aidan Follestad
|
e37a7e348d
Fixes
|
10 years ago |
Aidan Follestad
|
f24a0a3f82
Removed use of text alignment in favor of gravity.
|
10 years ago |
Aidan Follestad
|
a5be79f70c
Added isIndeterminateProgress() method.
|
10 years ago |
Aidan Follestad
|
d004454261
Added setMaxProgress() method to MaterialDialog.
|
10 years ago |
Aidan Follestad
|
c9aed05dc8
Progress drawables will be colored below Lollipop now.
|
10 years ago |
Aidan Follestad
|
0694344b3f
Removed @NonNull annotation from the multi choice callback method in the Builder/AlertDialogWrapper.
|
10 years ago |
Aidan Follestad
|
72b4219b4e
Release 0.6.3.0. Too much stuff to list here. See the release page when it's there. Also updated the art.
|
10 years ago |
Aidan Follestad
|
7c3fa9971b
Fixed #252
|
10 years ago |
Aidan Follestad
|
63fa5124f8
Crash fix when multi choice dialog has no items and positive text attempts to send the callback.
|
10 years ago |
Aidan Follestad
|
612cf7c8c4
Stacked gravity only applied to stacked buttons. Quick fix release 0.6.2.3.
|
10 years ago |
Aidan Follestad
|
684f2e27d7
Fixed an issue that would prevent white from being used as the color for title/content/item colors.
|
10 years ago |
Aidan Follestad
|
df112b8363
Fixed an issue that would prevent white from being used as the color for title/content/item colors.
|
10 years ago |
Aidan Follestad
|
c2150b9589
Added btnStackedGravity() to the Builder.
|
10 years ago |
Aidan Follestad
|
6617b83d75
Update
|
10 years ago |
Aidan Follestad
|
4eedb6da95
Undeprecated the old Typeface method.
|
10 years ago |
Aidan Follestad
|
594bd2cfd8
Switched back to using font files unless custom fonts are explicitly disabled.
|
10 years ago |
Aidan Follestad
|
5ccf81dff5
Merge remote-tracking branch 'origin/master'
|
10 years ago |
Aidan Follestad
|
5f68fa118b
Cleanup.
|
10 years ago |
plusCubed
|
a90220a805
Fix #217: medium font not working. Adds disableDefaultFonts() method.
|
10 years ago |
Aidan Follestad
|
bc3b3b3955
Default typefaces are no longer used, typeface(String, String) added to the Builder.
|
10 years ago |
Aidan Follestad
|
ce054e9bac
Merge remote-tracking branch 'origin/master'
|
10 years ago |