Home | History | Annotate | Download | only in preference
      1 # Change Log
      2 
      3 ## [23.1.0](https://android.googlesource.com/platform/frameworks/support/+/refs/heads/master/v14/preference) (2015-09-28)
      4 
      5 **Breakage and deprecation notices:**
      6 
      7 - EditTextPreferenceDialogFragment
      8   - onAddEditTextToDialogView has been removed. Any code depending on overriding this method should
      9     be moved to onBindDialogView.
     10   - The EditText view is now expected to be present in the dialog layout file with the id
     11     @android:id/edit, and is no longer created in code.
     12