summaryrefslogtreecommitdiff
path: root/core/java/android/preference/PreferenceFragment.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2018-11-19Deprecates framework Preference classesLouis Pullen-Freilich
2018-08-17Add @UnsupportedAppUsage annotationsMathew Inwood
2017-11-13Deprecate framework Fragments and LoadersIan Lake
2016-07-26Add titles to PreferenceFragments and PreferenceScreens for watches.Michael Kwan
2016-07-02Allow preference theming to remove divider.Michael Kwan
2015-11-12Let support preferences use DeviceDefault themesJason Monk
2015-10-07Merge "Reset the setOnKeyListener callback when view is destroyed"Alan Viverette
2015-07-08Reset the setOnKeyListener callback when view is destroyedMykola Kondratenko
2015-03-13Add resource type annotations to some APIsTor Norbye
2015-02-22Add some more @Nullable annotationsScott Kennedy
2014-08-14Fix bug #16957601 Stability: ISE in Settings: Observer com.android.settings.Fabrice Di Meglio
2014-07-07Add PreferenceFragment stylingFabrice Di Meglio
2014-04-17Improve Preference highlightingFabrice Di Meglio
2014-04-16Add Preference highlightingFabrice Di Meglio
2012-07-26docs: add links to new Settings dev guideScott Main
2011-08-17Preferences padding and scrollbars to match spec.Jeff Sharkey
2011-06-16Inline SeekBarPreferenceJohn Reck
2011-06-14am 2bcd9c6e: am eb5e633a: am 608a200d: Merge "Stability fixes for PreferenceF...Amith Yamasani
2011-06-14Stability fixes for PreferenceFragments.Amith Yamasani
2011-05-26Manual merge. Preference activity changes to work on smaller tablet screens a...Amith Yamasani
2011-03-18More work on making prefs work well on small screens.Dianne Hackborn
2011-03-02Fix a race condition when entering and exiting a preference fragment quickly.Amith Yamasani
2010-12-09Remove the OnItemClick listener when the fragment is destroyed.Amith Yamasani
2010-10-27Fix sub-header height to follow drawable. Floating panels for Preference scre...Amith Yamasani
2010-09-23Fix for Ringtones not being saved when using Preference fragments.Amith Yamasani
2010-09-12Some fragment stuff:Dianne Hackborn
2010-08-17Make getListView() public and hidden, as it is needed for WifiSettings.Amith Yamasani
2010-08-03Add facility to switch to new fragments from preferences.Dianne Hackborn
2010-08-03New two-pane mode for PreferenceActivity.Dianne Hackborn
2010-07-28Add PreferenceFragment.Dianne Hackborn