summaryrefslogtreecommitdiffstats
path: root/core/java/android/preference/PreferenceFragment.java
Commit message (Expand)AuthorAgeFilesLines
* 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