summaryrefslogtreecommitdiffstats
path: root/core/java/android/preference
Commit message (Expand)AuthorAgeFilesLines
* PreferencesFragment showing the breadcrumb area in single pane mode.Svetoslav2013-11-111-6/+6
* Changes to support new screen cast settings screen.Jeff Brown2013-11-101-3/+3
* PreferenceFragment showing the breadcrumb when not needed.Svetoslav2013-11-011-6/+5
* Unmarshall PFDs properly when hand-crafting interface stubsAmith Yamasani2013-09-231-2/+3
* Merge "Don't leave space for summary text if it's an empty string" into klp-devAmith Yamasani2013-09-101-3/+4
|\
| * Don't leave space for summary text if it's an empty stringAmith Yamasani2013-09-091-3/+4
* | Throw an exception if isValidFragment is not overridden for KK targetsAmith Yamasani2013-09-061-5/+2
|/
* Merge "Apply implicit parent dependency when adding to PreferenceGroup" into ...Alan Viverette2013-09-051-4/+1
|\
| * Apply implicit parent dependency when adding to PreferenceGroupAlan Viverette2013-09-051-4/+1
* | Change build version from KEY_LIME_PIE to KITKATChet Haase2013-09-051-1/+1
|/
* Merge "Allow recycling of Preferences in com.android.* packages" into klp-devAlan Viverette2013-08-212-11/+12
|\
| * Allow recycling of Preferences in com.android.* packagesAlan Viverette2013-08-202-11/+12
* | Add implicit parent dependency for PreferencesAlan Viverette2013-08-194-40/+31
|/
* Use more styles for preferences to allow single pane 10"Amith Yamasani2013-08-061-2/+8
* Merge "Don't check for valid fragment when switching to another fragment"Amith Yamasani2013-08-051-5/+1
|\
| * Don't check for valid fragment when switching to another fragmentAmith Yamasani2013-08-051-5/+1
* | Fix javadoc for new APIAmith Yamasani2013-08-011-1/+1
|/
* PreferenceActivity Fragment securityAmith Yamasani2013-07-301-2/+36
* Merge "Fix handling of ListPreference.setValue()"Alan Viverette2013-07-231-4/+12
|\
| * Fix handling of ListPreference.setValue()Alan Viverette2013-07-231-4/+12
* | VolumePreference: fix audio sample playbackEric Laurent2013-07-191-25/+70
* | Ignore list item clicks if PreferenceActivity is paused.Amith Yamasani2013-07-181-0/+3
|/
* am 4b8cc94c: Merge "PreferenceActivity should not leave message in looper whe...Adam Powell2013-07-121-0/+2
|\
| * PreferenceActivity should not leave message in looper when destroyedHiroaki Kuriyama2013-07-121-0/+2
* | am f46449ab: Merge "Avoid IllegalArgumentException in Preference.java compare...Dianne Hackborn2013-05-261-0/+3
|\ \ | |/
| * Avoid IllegalArgumentException in Preference.java compareTo()Carsten Hauge2013-04-291-0/+3
* | Fix issue #6595555: deal better with fragmentless headers.Dianne Hackborn2013-02-121-1/+10
|/
* Expose PreferenceManager constructor / Preference#performClickJustin Koh2012-10-252-2/+6
* No breadcrumbs for single-pane preferencesAmith Yamasani2012-10-031-0/+6
* Don't assume a default of 'false' for TwoStatePreferenceAdam Powell2012-08-101-3/+9
* docs: add links to new Settings dev guideScott Main2012-07-266-0/+42
* docs: add Settings dev guide;Scott Main2012-07-251-8/+28
* Add a private method to retrieve the header list from PreferenceActivityAmith Yamasani2012-06-201-0/+8
* Avoid launching dialogs twice from double-clicking a preference.Amith Yamasani2012-05-161-0/+2
* Fix amnesia problem in MultiSelectListPreference.Amith Yamasani2012-05-151-2/+3
* Implement new volume display policy.Eric Laurent2012-05-141-3/+1
* Support for changing traces from development settings.Dianne Hackborn2012-05-081-1/+15
* New preference for multi-selection check boxes.Dianne Hackborn2012-05-071-0/+313
* Fixes PreferenceScreen padding and scrollbar position.Amith Yamasani2012-04-301-2/+8
* Hide Preference title when empty.Jeff Sharkey2012-04-031-15/+18
* Handle the case of Preference lists that have header views inserted at the top.Amith Yamasani2011-09-291-1/+6
* Launch nested preferences with the same theme as parent activity.Amith Yamasani2011-09-231-5/+6
* Fix bug 5067075 - missing scrollbar when entering long signaturesAdam Powell2011-08-281-2/+1
* Fix bug 5205275 - SwitchPreference doesn't allow Switch to slide backAdam Powell2011-08-231-12/+8
* Preferences padding and scrollbars to match spec.Jeff Sharkey2011-08-172-3/+0
* am 648dc03c: am 4dbd1bc6: am 5f074067: am 712a8cca: Merge "VolumePreference.o...Amith Yamasani2011-08-121-1/+3
|\
| * am 4dbd1bc6: am 5f074067: am 712a8cca: Merge "VolumePreference.onActivityStop...Amith Yamasani2011-08-121-1/+3
| |\
| | * VolumePreference.onActivityStop only stops playbackSamuel Asteberg2011-02-031-1/+3
| | * Fixing memory leak in PreferenceScreen.Mathias Jeppsson2011-01-181-3/+8
* | | Pass in the title of the preference as a title for the ringtone picker dialog.Amith Yamasani2011-08-101-0/+1