summaryrefslogtreecommitdiffstats
path: root/core/java/android/preference
Commit message (Expand)AuthorAgeFilesLines
* 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
* Preference changes to layouts.Mindy Pereira2010-11-301-27/+86
* Use getDimensionPixel size instead of casting to an int.Mindy Pereira2010-11-241-4/+10
* Create logic for applying padding only to custom preference layoutsMindy Pereira2010-11-231-0/+84
* Adjust preference activity margins and move the widget back to the right side.Amith Yamasani2010-11-171-1/+58
* Fix issue #3191573: PreferenceFragment.onActivityResult cannotDianne Hackborn2010-11-161-4/+7
* am f8d2aff4: am db65907a: Merge "Adding pan behavior on preference dialog."Amith Yamasani2010-11-111-1/+1
|\
| * am db65907a: Merge "Adding pan behavior on preference dialog."Amith Yamasani2010-11-111-1/+1
| |\
| | * Adding pan behavior on preference dialog.Peter Eliasson2010-10-251-1/+1
* | | Fixe some stuff.Dianne Hackborn2010-11-081-2/+0
* | | Added assets for preference panel and adjusted layout margins for new spec.Amith Yamasani2010-11-071-0/+3
* | | Avoid NPE when reloading headers in single-pane modeAndrew Stadler2010-11-041-1/+3
* | | Add plumbing for volume mute key.Jeff Brown2010-11-021-0/+21
* | | Various PreferenceActivity and related improvement.Dianne Hackborn2010-11-011-23/+83
* | | No animation when tapping on current header in a preference screen.Amith Yamasani2010-10-271-7/+7
* | | Fix sub-header height to follow drawable. Floating panels for Preference scre...Amith Yamasani2010-10-271-1/+1
* | | am ca1db5ae: am dd644c17: Fallback to SharedPreferences.commit() when no appl...Brad Fitzpatrick2010-10-112-6/+28
|\ \ \ | |/ /
| * | am dd644c17: Fallback to SharedPreferences.commit() when no apply() exists.Brad Fitzpatrick2010-10-102-6/+28
| |\ \
| | * | Fallback to SharedPreferences$Editor.commit() when no apply() exists.Brad Fitzpatrick2010-10-102-6/+28
* | | | Adding next/prev to fragment animations and to PreferenceActivityChet Haase2010-10-051-5/+14
* | | | Make the headers pane disappear in no-headers mode, not just the ListView.Amith Yamasani2010-09-261-1/+1
* | | | Fix for Ringtones not being saved when using Preference fragments.Amith Yamasani2010-09-233-8/+31
* | | | Fix attribute parsing of PreferenceHeader_idAmith Yamasani2010-09-171-1/+1
* | | | Add API for showing breadcrumbs of fragment back stack.Dianne Hackborn2010-09-161-14/+76
* | | | Add a new "activated" state to View.Dianne Hackborn2010-09-151-1/+4
* | | | Fix issue #2967969: Crash rotating screen on "delete account" dialogDianne Hackborn2010-09-131-50/+238
* | | | Some fragment stuff:Dianne Hackborn2010-09-122-3/+3
* | | | am 9eb32c96: am a2f2141c: Merge "More SharedPreferences commit() -> apply() c...Brad Fitzpatrick2010-09-031-2/+2
|\ \ \ \ | |/ / /
| * | | am a2f2141c: Merge "More SharedPreferences commit() -> apply() changes." into...Brad Fitzpatrick2010-09-031-2/+2
| |\ \ \ | | |/ /
| | * | More SharedPreferences commit() -> apply() changes.Brad Fitzpatrick2010-09-031-2/+2
* | | | Add startPreferenceFragment()Andrew Stadler2010-09-021-4/+19
* | | | am 734d2707: am bb660d7e: Merge "Renaming SharedPreferences.startCommit to ap...Brad Fitzpatrick2010-08-301-1/+1
|\ \ \ \ | |/ / /
| * | | am bb660d7e: Merge "Renaming SharedPreferences.startCommit to apply" into gin...Brad Fitzpatrick2010-08-301-1/+1
| |\ \ \ | | |/ /
| | * | Renaming SharedPreferences$Editor.startCommit to applyBrad Fitzpatrick2010-08-301-1/+1
* | | | resolved conflicts for merge of 28130bae to masterBrad Fitzpatrick2010-08-271-1/+1
|\ \ \ \ | |/ / /
| * | | resolved conflicts for merge of 6b50986a to gingerbread-plus-aospBrad Fitzpatrick2010-08-271-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * SharedPreferences$Editor.startCommit()Brad Fitzpatrick2010-08-271-1/+1
* | | Some new preferences features.Dianne Hackborn2010-08-261-6/+63
* | | Merge "Make getListView() public and hidden, as it is needed for WifiSettings."Amith Yamasani2010-08-181-1/+2
|\ \ \
| * | | Make getListView() public and hidden, as it is needed for WifiSettings.Amith Yamasani2010-08-171-1/+2
* | | | Maybe fix #2925641: calling onCreateOptionsMenu before attached activityDianne Hackborn2010-08-171-3/+21
* | | | Fix two bugs in PreferenceActivity headersAndrew Stadler2010-08-171-23/+31
|/ / /
* | | More fragment work:Dianne Hackborn2010-08-153-12/+60