Gavin Pacini
|
748c6fb981
Modified priority of user's input callback. Means user has ultimate control over settting button enabled.
|
vor 9 Jahren |
Aidan Follestad
|
d297287290
Added progressIndeterminateStyle(boolean) to the Builder to allow horizontal indeterminate progress dialogs. Resolves #577.
|
vor 10 Jahren |
Aidan Follestad
|
33654251ac
Added progressNumberFormat() and progressPercentFormat() to the Builder, along with methods in MaterialDialog for after construction. Resolves https://github.com/afollestad/material-dialogs/issues/578
|
vor 10 Jahren |
Aidan Follestad
|
375e0dfad4
Using color settings in the Builder will override global theme attributes for just that dialog. Resolves #566.
|
vor 10 Jahren |
Aidan Follestad
|
04ad604526
Added onAny(MaterialDialog) optional override to ButtonCallback, called for any and all action buttons. Resolves #568.
|
vor 10 Jahren |
Aidan Follestad
|
6c2d359f7b
Fixed #559
|
vor 10 Jahren |
Aidan Follestad
|
c5e79ec6d2
Fixed coloring of check boxes and radio boxes when a dialog theme is specified that doesn't match the Activity theme (light/dark).
|
vor 10 Jahren |
Aidan Follestad
|
49060a87aa
Marked setContentView() as deprecated and made it throw an exception as it has no effect on a MaterialDialog.
|
vor 10 Jahren |
Aidan Follestad
|
4ed7ef683a
Added setTitle(int) and setContent(int) to MaterialDialog. Added use of many more new annotations from 22.2, e.g. to indicate null values can be used, to enforce color integers to be used where they should, and to warn you if a method should be called on the UI thread when it's not.
|
vor 10 Jahren |
Aidan Follestad
|
cb13f55191
dialog.findViewById() is now a proxy to dialog.getView().findViewById(). Removed extra top/bottom spacing when using a custom view dialog that has no title and/or action buttons. Resolves #543.
|
vor 10 Jahren |
Aidan Follestad
|
490df6e9e7
Fixed an issue with prefilling the input dialog not invalidating the disabled state correctly when a max length is specified.
|
vor 10 Jahren |
Aidan Follestad
|
5ee80393ac
Since Roboto Medium is only available on API 21 and above, Roboto Bold is used below API 21 in place of the medium font (for action buttons and other elements). Resolves https://github.com/afollestad/material-dialogs/issues/537.
|
vor 10 Jahren |
Aidan Follestad
|
a19663035a
Undid message scrubbing as it causes too many issues.
|
vor 10 Jahren |
Aidan Follestad
|
99248e265b
Fixed allowInputEmpty not disabling input dialogs when empty. Stopped working when max length feature was added. Resolves #525.
|
vor 10 Jahren |
Aidan Follestad
|
854c0d2ec0
Made setProgress() thread-safe again. ProgressBars are inherently threadsafe but TextViews are not.
|
vor 10 Jahren |
Aidan Follestad
|
0f69dc329c
Made single choice dialog more efficient, fixed last radio button not animating on Lollipop. Resolves #514.
|
vor 10 Jahren |
Aidan Follestad
|
5a30e76574
Framework leak prevention
|
vor 10 Jahren |
Aidan Follestad
|
bee2ae6e1c
Removed use of Handlers for thread safety (which came in a recent update), you will have to manually post to UI threads. Resolves #513.
|
vor 10 Jahren |
Aidan Follestad
|
f955c520e1
Fixes for MaterialSimpleListAdapter, resolves #508
|
vor 10 Jahren |
Aidan Follestad
|
43fee621ce
setMaxProgress doesn't need handler either
|
vor 10 Jahren |
Aidan Follestad
|
12b8f1d9ca
Progress modifiers don't need to be posted to the UI thread, progress bar does that automatically. Removed thrown exception for not being on the UI thread too.
|
vor 10 Jahren |
Aidan Follestad
|
332d6b2348
Merge remote-tracking branch 'origin/master'
|
vor 10 Jahren |
Aidan Follestad
|
8c78a7a1c5
0.7.3.2
|
vor 10 Jahren |
Joe Rider
|
7266b082a6
Set positive button enable status on every invalidation.
|
vor 10 Jahren |
Aidan Follestad
|
bae5347c72
Input dialog won't trim trailing spaces when checking if max length is reached.
|
vor 10 Jahren |
Aidan Follestad
|
92c4862cfd
Added inputMaxLength(int) that uses default error color.
|
vor 10 Jahren |
plusCubed
|
d8a94769b6
Match max length indicator to guidelines, use the red color specified in guidelines if user passes in 0
|
vor 10 Jahren |
Aidan Follestad
|
1b7235cd9a
Fixed input dialog with max length not taking prefill into initial length. Fixes #487 again.
|
vor 10 Jahren |
Aidan Follestad
|
66bf6645cf
0.7.3.0
|
vor 10 Jahren |
Aidan Follestad
|
cffd86ee07
Added global typeface theming support. TTF fonts will also no longer be enforced for typeface(String, String). Resolves https://github.com/afollestad/material-dialogs/issues/474.
|
vor 10 Jahren |