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
|
7cc2fbfe6a
Fixed https://github.com/afollestad/material-dialogs/issues/491
|
10 年之前 |
Aidan Follestad
|
9fd0d665e5
All MDTintHelper methods have the same name, just different overloads. Also resolved #456, the library won't self destruct if font assets are taken out.
|
10 年之前 |
Aidan Follestad
|
dae5f76db7
MaterialEditTextPreference also places cursor at the end of prefilled text, further improvement related to #454
|
10 年之前 |
Aidan Follestad
|
3023d1d0ed
Input dialog places cursor at the end of prefilled text, resolves #454
|
10 年之前 |
Aidan Follestad
|
8101c4b747
Fixed #449
|
10 年之前 |
Artem Chepurnoy
|
f342429633
Init the dialog preferences correctly
|
10 年之前 |
Aidan Follestad
|
195e3f9d38
Added alwaysCallInputCallback() to receive the input callback everytime the input field text changes. getDialog() in the preference classes will no longer return null. Fixes #427, resolves #426.
|
10 年之前 |
plusCubed
|
5a2d91ada2
Fix MaterialListPreference radio button on API 10
|
10 年之前 |
Aidan Follestad
|
1ccca94bd0
Added built in input dialog
|
10 年之前 |
Aidan Follestad
|
f552a4eb99
Resolved #383
|
10 年之前 |
Aidan Follestad
|
922635f977
Used ResourcesCompat and suppressions to satisfy various Lint issues.
|
10 年之前 |
Aidan Follestad
|
9720264ee2
Distributed different dialog types among different layouts, along with distributing re-used components to included layouts. Highly increases efficiency and speed, and decreases manual padding/margin logic. Resolves #368.
|
10 年之前 |
Aidan Follestad
|
9e2a73d870
MaterialEditTextPreference relies more on the stock EditTextPreference as a base.
|
10 年之前 |
Aidan Follestad
|
8fcddfcb12
Preference class updates.
|
10 年之前 |
Aidan Follestad
|
024598a196
MaterialEditTextPreference fixes
|
10 年之前 |
Aidan Follestad
|
a5bb978288
Removed setValue() from EditTextPreference, only needs setText(). Improved ListPreference.
|
10 年之前 |
Aidan Follestad
|
a8053d50bb
Fixed #335, fixed #333
|
10 年之前 |
Aidan Follestad
|
942a1c236d
Fixed MaterialEditTextPreference crash when opened more than once. Resolved #330.
|
10 年之前 |
Aidan Follestad
|
ec19b7ca69
Fix
|
10 年之前 |
Aidan Follestad
|
6ff35ebfad
Resolved #322
|
10 年之前 |
Aidan Follestad
|
88fb5fc7d2
Small updates
|
10 年之前 |
Aidan Follestad
|
8fa6d97155
EditTextPreference input will place cursor at the end initially
|
10 年之前 |
mendhak
|
0446ea381f
MaterialEditTextPreference displays persisted value or default value
|
10 年之前 |
mendhak
|
072560ac35
Moved background color filter after assignment
|
10 年之前 |
Aidan Follestad
|
7e4ac46a41
MaterialEditTextPreference now supports dialogMessage.
|
10 年之前 |
Aidan Follestad
|
bead418bb8
Updates to the preference classes, some things weren't done in the best way.
|
10 年之前 |
Aidan Follestad
|
87afba0546
Cleanup.
|
10 年之前 |