Patrick Linehan
|
85c351891f
Don't catch-and-ignore Throwable.
|
%!s(int64=9) %!d(string=hai) anos |
Henri Sweers
|
2bc8b9f290
Move tablet width logic to constructor
|
%!s(int64=9) %!d(string=hai) anos |
Henri Sweers
|
5f4c66fcf8
Use sensible defaults for widths on tablets.
|
%!s(int64=9) %!d(string=hai) anos |
Aidan Follestad
|
b1cd79af4a
Merge pull request #590 from DaGenix/color-state-lists
|
%!s(int64=9) %!d(string=hai) anos |
Aidan Follestad
|
2d7914b42a
Cleanup
|
%!s(int64=9) %!d(string=hai) anos |
Aidan Follestad
|
6b2d0986d6
Added clearSelectedIndices() method, resolves https://github.com/afollestad/material-dialogs/issues/604
|
%!s(int64=9) %!d(string=hai) anos |
Aidan Follestad
|
2f318f6fd0
Merge remote-tracking branch 'origin/master'
|
%!s(int64=9) %!d(string=hai) anos |
Aidan Follestad
|
05c5ccc547
Fixed https://github.com/afollestad/material-dialogs/issues/613
|
%!s(int64=9) %!d(string=hai) anos |
Gavin Pacini
|
748c6fb981
Modified priority of user's input callback. Means user has ultimate control over settting button enabled.
|
%!s(int64=9) %!d(string=hai) anos |
Palmer Cox
|
f65c52c5f0
Add support for using ColorStateLists to specify button colors
|
%!s(int64=10) %!d(string=hai) anos |
Aidan Follestad
|
d297287290
Added progressIndeterminateStyle(boolean) to the Builder to allow horizontal indeterminate progress dialogs. Resolves #577.
|
%!s(int64=10) %!d(string=hai) anos |
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
|
%!s(int64=10) %!d(string=hai) anos |
Aidan Follestad
|
375e0dfad4
Using color settings in the Builder will override global theme attributes for just that dialog. Resolves #566.
|
%!s(int64=10) %!d(string=hai) anos |
Aidan Follestad
|
04ad604526
Added onAny(MaterialDialog) optional override to ButtonCallback, called for any and all action buttons. Resolves #568.
|
%!s(int64=10) %!d(string=hai) anos |
Aidan Follestad
|
6c2d359f7b
Fixed #559
|
%!s(int64=10) %!d(string=hai) anos |
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).
|
%!s(int64=10) %!d(string=hai) anos |
Aidan Follestad
|
49060a87aa
Marked setContentView() as deprecated and made it throw an exception as it has no effect on a MaterialDialog.
|
%!s(int64=10) %!d(string=hai) anos |
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.
|
%!s(int64=10) %!d(string=hai) anos |
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.
|
%!s(int64=10) %!d(string=hai) anos |
Aidan Follestad
|
490df6e9e7
Fixed an issue with prefilling the input dialog not invalidating the disabled state correctly when a max length is specified.
|
%!s(int64=10) %!d(string=hai) anos |
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.
|
%!s(int64=10) %!d(string=hai) anos |
Aidan Follestad
|
a19663035a
Undid message scrubbing as it causes too many issues.
|
%!s(int64=10) %!d(string=hai) anos |
Aidan Follestad
|
99248e265b
Fixed allowInputEmpty not disabling input dialogs when empty. Stopped working when max length feature was added. Resolves #525.
|
%!s(int64=10) %!d(string=hai) anos |
Aidan Follestad
|
854c0d2ec0
Made setProgress() thread-safe again. ProgressBars are inherently threadsafe but TextViews are not.
|
%!s(int64=10) %!d(string=hai) anos |
Aidan Follestad
|
0f69dc329c
Made single choice dialog more efficient, fixed last radio button not animating on Lollipop. Resolves #514.
|
%!s(int64=10) %!d(string=hai) anos |
Aidan Follestad
|
5a30e76574
Framework leak prevention
|
%!s(int64=10) %!d(string=hai) anos |
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.
|
%!s(int64=10) %!d(string=hai) anos |
Aidan Follestad
|
f955c520e1
Fixes for MaterialSimpleListAdapter, resolves #508
|
%!s(int64=10) %!d(string=hai) anos |
Aidan Follestad
|
43fee621ce
setMaxProgress doesn't need handler either
|
%!s(int64=10) %!d(string=hai) anos |
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.
|
%!s(int64=10) %!d(string=hai) anos |