Aidan Follestad
|
2f318f6fd0
Merge remote-tracking branch 'origin/master'
|
9 vuotta sitten |
Aidan Follestad
|
05c5ccc547
Fixed https://github.com/afollestad/material-dialogs/issues/613
|
9 vuotta sitten |
Aidan Follestad
|
fd5b620c0a
Merge pull request #608 from GavinThePacMan/master
|
9 vuotta sitten |
Gavin Pacini
|
748c6fb981
Modified priority of user's input callback. Means user has ultimate control over settting button enabled.
|
9 vuotta sitten |
Aidan Follestad
|
a240bbe0eb
0.7.6.0
|
10 vuotta sitten |
Aidan Follestad
|
471347c56a
Added more info to the README about the new progress stuff.
|
10 vuotta sitten |
Aidan Follestad
|
9df53fa7fb
Added info and a sample of custom invalidation in input dialogs.
|
10 vuotta sitten |
Aidan Follestad
|
d297287290
Added progressIndeterminateStyle(boolean) to the Builder to allow horizontal indeterminate progress dialogs. Resolves #577.
|
10 vuotta sitten |
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
|
10 vuotta sitten |
Aidan Follestad
|
7872ffe26a
0.7.5.6
|
10 vuotta sitten |
Aidan Follestad
|
375e0dfad4
Using color settings in the Builder will override global theme attributes for just that dialog. Resolves #566.
|
10 vuotta sitten |
Aidan Follestad
|
04ad604526
Added onAny(MaterialDialog) optional override to ButtonCallback, called for any and all action buttons. Resolves #568.
|
10 vuotta sitten |
Aidan Follestad
|
847bc41577
Updated APK
|
10 vuotta sitten |
Aidan Follestad
|
b7a2cc4d6a
0.7.5.5
|
10 vuotta sitten |
Aidan Follestad
|
6ab35cd089
0.7.5.4
|
10 vuotta sitten |
Aidan Follestad
|
51ef513e56
0.7.5.4
|
10 vuotta sitten |
Aidan Follestad
|
e4210be2fd
0.7.5.3
|
10 vuotta sitten |
Aidan Follestad
|
6c2d359f7b
Fixed #559
|
10 vuotta sitten |
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).
|
10 vuotta sitten |
Aidan Follestad
|
a3b1a75902
0.7.5.2
|
10 vuotta sitten |
Aidan Follestad
|
8191c7391b
Resolved https://github.com/afollestad/material-dialogs/issues/554
|
10 vuotta sitten |
Aidan Follestad
|
2b023f65dd
Updated README.
|
10 vuotta sitten |
Aidan Follestad
|
9d60c99687
0.7.5.1. Also resolves #550.
|
10 vuotta sitten |
Aidan Follestad
|
49060a87aa
Marked setContentView() as deprecated and made it throw an exception as it has no effect on a MaterialDialog.
|
10 vuotta sitten |
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.
|
10 vuotta sitten |
Aidan Follestad
|
4820178d00
0.7.5.0
|
10 vuotta sitten |
Aidan Follestad
|
93d50e8b69
0.7.5.0
|
10 vuotta sitten |
Aidan Follestad
|
7d183e6314
0.7.5.0
|
10 vuotta sitten |
Aidan Follestad
|
405c39a4c2
A Material indeterminate progress indicator is used below API 21 (L), and above API 14 (ICS). Resolves #534.
|
10 vuotta sitten |
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.
|
10 vuotta sitten |