Aidan Follestad
|
55231e9baf
0.7.4.2
|
10 жил өмнө |
Aidan Follestad
|
d975bb93d2
Merge remote-tracking branch 'origin/master'
|
10 жил өмнө |
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.
|
10 жил өмнө |
Aidan Follestad
|
136cf97e0f
Merge pull request #535 from SteadfastInnovation/sfi/preferences_support_rotation
|
10 жил өмнө |
Andrew Hughes
|
fc7fe1cb64
Fixed EditTextPreference so the text and cursor position are maintained on
|
10 жил өмнө |
Andrew Hughes
|
f11e361842
Added support to preferences to restore dialog on orientation change. Basically
|
10 жил өмнө |
Aidan Follestad
|
ebe89cb574
0.7.4.1
|
10 жил өмнө |
Aidan Follestad
|
a19663035a
Undid message scrubbing as it causes too many issues.
|
10 жил өмнө |
Aidan Follestad
|
99248e265b
Fixed allowInputEmpty not disabling input dialogs when empty. Stopped working when max length feature was added. Resolves #525.
|
10 жил өмнө |
Aidan Follestad
|
854c0d2ec0
Made setProgress() thread-safe again. ProgressBars are inherently threadsafe but TextViews are not.
|
10 жил өмнө |
Aidan Follestad
|
8779fce899
APK update
|
10 жил өмнө |
Aidan Follestad
|
197ae64b99
Update
|
10 жил өмнө |
Aidan Follestad
|
fb85fa922a
0.7.4.0
|
10 жил өмнө |
Aidan Follestad
|
0f69dc329c
Made single choice dialog more efficient, fixed last radio button not animating on Lollipop. Resolves #514.
|
10 жил өмнө |
Aidan Follestad
|
f7d09c4ae1
Fix for previous commiti that fixed framework leak
|
10 жил өмнө |
Aidan Follestad
|
e081e0fb64
Cancelling the progress dialog example will interrupt the worker thread
|
10 жил өмнө |
Aidan Follestad
|
5a30e76574
Framework leak prevention
|
10 жил өмнө |
plusCubed
|
50196a95ed
Fix rounded corners for custom background color
|
10 жил өмнө |
plusCubed
|
2851bd1f3d
Gradle wrapper 2.4
|
10 жил өмнө |
Aidan Follestad
|
b98eb7b34b
Progress thread for progress sample will be interrupted when the Activity pauses, so the thread isn't leaked.
|
10 жил өмнө |
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.
|
10 жил өмнө |
Aidan Follestad
|
1cdef14a6e
0.7.3.4
|
10 жил өмнө |
plusCubed
|
9237248f5d
Add @Override
|
10 жил өмнө |
plusCubed
|
990933e269
Fix EditText preference using native EditText instead of AppCompat versions
|
10 жил өмнө |
Aidan Follestad
|
b0e4f0c4c3
Fix
|
10 жил өмнө |
Aidan Follestad
|
3b1bc4565f
MaterialEditTextPreference will use android.R.attr.colorAccent as a backup to R.attr.colorAccent on Lollipop (if you specify android.R.attr.colorAccent in your Lollipop Activity theme, it will be used). Related to #509.
|
10 жил өмнө |
Aidan Follestad
|
433fc6f22b
0.7.3.3
|
10 жил өмнө |
Aidan Follestad
|
f955c520e1
Fixes for MaterialSimpleListAdapter, resolves #508
|
10 жил өмнө |
Aidan Follestad
|
43fee621ce
setMaxProgress doesn't need handler either
|
10 жил өмнө |
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.
|
10 жил өмнө |