History log of /frameworks/support/v7/preference/src/android/support/v7/preference/EditTextPreferenceDialogFragmentCompat.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c12b7f9acda3a2892a6a9f0d8f37476158a67bbb 19-Dec-2015 Tony Mantler <nicoya@google.com> Stash dialog info when constructing pref dialogs

Due to irregularities with fragment recreation order, we can't
count on the preference fragment being initialized before the
dialog. Thus, we need to store all the information across config
changes to avoid trying to access the preference object itself
before it's available.

Change-Id: I61327b5e96c1dbecbd7546ebed6967963e869687
/frameworks/support/v7/preference/src/android/support/v7/preference/EditTextPreferenceDialogFragmentCompat.java
b84f4203bc91fd8d61301582e48a46451245ba24 10-Sep-2015 Tony Mantler <nicoya@google.com> Remove APIs for controlling EditText dialogs

Developers should simply specify a dialog layout instead,
and/or exercise extra control in onCreateDialogView or
onBindDialogView.

b/23939574

Change-Id: I4787998f07117f3b955860713da65e1cb8076ed4
/frameworks/support/v7/preference/src/android/support/v7/preference/EditTextPreferenceDialogFragmentCompat.java
6904f67c96a28a0e5966b4fb6d37a0ad5f136858 19-Feb-2015 Tony Mantler <nicoya@google.com> Support Lib Preference framework

Change-Id: I4ada1206e0d7dab9cd39d19d195adef19feef49a
/frameworks/support/v7/preference/src/android/support/v7/preference/EditTextPreferenceDialogFragmentCompat.java