summaryrefslogtreecommitdiff
path: root/core/java/android/preference/PreferenceFragment.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate frameworks/base javadocs references to androidxAlan Viverette2022-02-091-1/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Deprecates framework Preference classesLouis Pullen-Freilich2018-11-191-16/+5
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-171-0/+3
* Deprecate framework Fragments and LoadersIan Lake2017-11-131-1/+7
* Add titles to PreferenceFragments and PreferenceScreens for watches.Michael Kwan2016-07-261-0/+16
* Allow preference theming to remove divider.Michael Kwan2016-07-021-6/+4
* Let support preferences use DeviceDefault themesJason Monk2015-11-121-1/+23
* Merge "Reset the setOnKeyListener callback when view is destroyed"Alan Viverette2015-10-071-0/+3
|\
| * Reset the setOnKeyListener callback when view is destroyedMykola Kondratenko2015-07-081-0/+3
* | Add resource type annotations to some APIsTor Norbye2015-03-131-1/+2
* | Add some more @Nullable annotationsScott Kennedy2015-02-221-4/+5
|/
* Fix bug #16957601 Stability: ISE in Settings: Observer com.android.settings.Fabrice Di Meglio2014-08-141-0/+5
* Add PreferenceFragment stylingFabrice Di Meglio2014-07-071-2/+15
* Improve Preference highlightingFabrice Di Meglio2014-04-171-0/+5
* Add Preference highlightingFabrice Di Meglio2014-04-161-0/+20
* docs: add links to new Settings dev guideScott Main2012-07-261-0/+7
* Preferences padding and scrollbars to match spec.Jeff Sharkey2011-08-171-1/+0
* Inline SeekBarPreferenceJohn Reck2011-06-161-1/+18
* am 2bcd9c6e: am eb5e633a: am 608a200d: Merge "Stability fixes for PreferenceF...Amith Yamasani2011-06-141-2/+7
|\
| * Stability fixes for PreferenceFragments.Amith Yamasani2011-06-141-2/+7
* | Manual merge. Preference activity changes to work on smaller tablet screens a...Amith Yamasani2011-05-261-8/+2
* | More work on making prefs work well on small screens.Dianne Hackborn2011-03-181-2/+9
|/
* Fix a race condition when entering and exiting a preference fragment quickly.Amith Yamasani2011-03-021-0/+1
* Remove the OnItemClick listener when the fragment is destroyed.Amith Yamasani2010-12-091-0/+1
* Fix sub-header height to follow drawable. Floating panels for Preference scre...Amith Yamasani2010-10-271-1/+1
* Fix for Ringtones not being saved when using Preference fragments.Amith Yamasani2010-09-231-0/+1
* Some fragment stuff:Dianne Hackborn2010-09-121-1/+1
* Make getListView() public and hidden, as it is needed for WifiSettings.Amith Yamasani2010-08-171-1/+2
* Add facility to switch to new fragments from preferences.Dianne Hackborn2010-08-031-1/+29
* New two-pane mode for PreferenceActivity.Dianne Hackborn2010-08-031-11/+19
* Add PreferenceFragment.Dianne Hackborn2010-07-281-0/+309