summaryrefslogtreecommitdiff
path: root/core/java/android/preference/PreferenceScreen.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-11-19Deprecates framework Preference classesLouis Pullen-Freilich
2018-08-17Add @UnsupportedAppUsage annotationsMathew Inwood
2016-07-26Add titles to PreferenceFragments and PreferenceScreens for watches.Michael Kwan
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2012-07-26docs: add links to new Settings dev guideScott Main
2012-04-30Fixes PreferenceScreen padding and scrollbar position.Amith Yamasani
2011-09-29Handle the case of Preference lists that have header views inserted at the top.Amith Yamasani
2011-09-23Launch nested preferences with the same theme as parent activity.Amith Yamasani
2011-01-18Fixing memory leak in PreferenceScreen.Mathias Jeppsson
2010-08-13Make the doc for PreferenceScreen aware of PreferenceFragment.Daisuke Miyakawa
2010-08-03Add facility to switch to new fragments from preferences.Dianne Hackborn
2009-06-26Fix the nested preferences title. Again.Amith Yamasani
2009-06-17Add title to nested preference screens.Amith Yamasani
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-20auto import from //branches/cupcake/...@132569The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project