summaryrefslogtreecommitdiffstats
path: root/core/java/android/preference
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Improving accessibility feedback for two state widgets.Svetoslav Ganov2011-07-293-37/+17
* | | Updating the data base upgrade/creation code for the new touch exploraion set...Svetoslav Ganov2011-07-281-1/+2
* | | Merge "TwoStatePreference does not fire click events."Svetoslav Ganov2011-07-233-25/+28
|\ \ \
| * | | TwoStatePreference does not fire click events.Svetoslav Ganov2011-07-223-25/+28
* | | | Fix issue #5021385: Title of any Settings subscreen changes...Dianne Hackborn2011-07-211-0/+10
|/ / /
* | | Implement SeekBarPreference.onGetDefaultValueJohn Reck2011-07-151-0/+5
* | | Merge "Support for arbitrary ListAdapter in PreferenceActivity."Gilles Debunne2011-06-211-20/+19
|\ \ \
| * | | Support for arbitrary ListAdapter in PreferenceActivity.Gilles Debunne2011-06-151-20/+19
* | | | Inline SeekBarPreferenceJohn Reck2011-06-165-46/+317
* | | | 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
| * | More preference item visual adjustments for smaller tablets. DO NOT MERGEAmith Yamasani2011-05-241-11/+18
| * | DO NOT MERGE. Preference activity changes to work on smaller tablet screens.Amith Yamasani2011-05-232-16/+10
* | | Add SwitchPreferenceAdam Powell2011-06-083-266/+496
* | | Manual merge. Preference activity changes to work on smaller tablet screens a...Amith Yamasani2011-05-263-45/+30
* | | Framework: fixed bug in multiselectlistpreference.Justin Koh2011-04-221-3/+3
* | | More work on making prefs work well on small screens.Dianne Hackborn2011-03-183-21/+103
* | | Merge "Add new PreferenceActivity API for settings."Dianne Hackborn2011-03-151-5/+26
|\ \ \ | |/ / |/| |
| * | Add new PreferenceActivity API for settings.Dianne Hackborn2011-03-151-5/+26
* | | CheckBoxPreferences do not fire accessibility eventsSvetoslav Ganov2011-03-151-2/+12
|/ /
* | Fix issues #4087362 and #4087356Dianne Hackborn2011-03-111-3/+3
* | Fix a race condition when entering and exiting a preference fragment quickly.Amith Yamasani2011-03-021-0/+1
* | Merge "Fix 3419077: Allow subclasses to change SeekBarPreference action butto...Jim Miller2011-02-031-5/+10
|\ \
| * | Fix 3419077: Allow subclasses to change SeekBarPreference action buttons.Jim Miller2011-02-031-5/+10
* | | Issue 3371080: fix volume update in mute state.Eric Laurent2011-02-031-8/+5
|/ /
* | Enable subclass of SeekBarVolumizer to provide a custom file for sample playb...Amith Yamasani2011-01-311-21/+33
* | Fix bug 3362375 - API REVIEW: remove unused public 'up' idAdam Powell2011-01-201-1/+3
* | Fixing memory leak in PreferenceScreen.Mathias Jeppsson2011-01-181-3/+8
* | Fix a bunch of API review bugs.Dianne Hackborn2011-01-171-4/+2
* | Merge "Start renaming FragmentTransaction.openTransaction() to beginTransacti...Dianne Hackborn2011-01-171-3/+3
|\ \
| * | Start renaming FragmentTransaction.openTransaction() to beginTransaction().Dianne Hackborn2011-01-171-3/+3
* | | Add back legacy layout for preference framework for compatibility.Amith Yamasani2011-01-161-1/+1
|/ /
* | Add a way to insert a parent bread crumb so that deep linked settings can nav...Amith Yamasani2010-12-141-0/+15
* | Potential fix for Settings screen ClassCast exception on the phone.Amith Yamasani2010-12-101-0/+3
* | Remove the OnItemClick listener when the fragment is destroyed.Amith Yamasani2010-12-091-0/+1
* | Move the breadcrumbs to the right pane.Amith Yamasani2010-12-082-13/+14
* | Fix 3148496: Update PreferenceActivity to handle single-pane fragments.Jim Miller2010-12-082-2/+9
* | Fix issues #3257701 and #3267312Dianne Hackborn2010-12-081-1/+1
* | Fix bug 3245210 - Bad window style for action modes for light holo dialog themeAdam Powell2010-12-051-2/+1
* | Fix issue #3201066: Locale change not reflected by settingsDianne Hackborn2010-12-031-12/+124