summaryrefslogtreecommitdiffstats
path: root/core/java/android/preference/Preference.java
Commit message (Expand)AuthorAgeFilesLines
* Update list item text appearanceAlan Viverette2014-04-091-3/+7
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-031-2/+2
* am fa0d9c2f: am 02b77575: am 1cdbbb1e: Merge "Changes to support new screen c...Jeff Brown2013-11-111-3/+3
|\
| * Changes to support new screen cast settings screen.Jeff Brown2013-11-101-3/+3
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-18/+45
|/
* Merge "Allow recycling of Preferences in com.android.* packages" into klp-devAlan Viverette2013-08-211-9/+10
|\
| * Allow recycling of Preferences in com.android.* packagesAlan Viverette2013-08-201-9/+10
* | Add implicit parent dependency for PreferencesAlan Viverette2013-08-191-3/+21
|/
* Avoid IllegalArgumentException in Preference.java compareTo()Carsten Hauge2013-04-291-0/+3
* Expose PreferenceManager constructor / Preference#performClickJustin Koh2012-10-251-1/+2
* docs: add links to new Settings dev guideScott Main2012-07-261-0/+7
* Hide Preference title when empty.Jeff Sharkey2012-04-031-15/+18
* Inline SeekBarPreferenceJohn Reck2011-06-161-0/+12
* Manual merge. Preference activity changes to work on smaller tablet screens a...Amith Yamasani2011-05-261-10/+19
* More work on making prefs work well on small screens.Dianne Hackborn2011-03-181-0/+15
* Add back legacy layout for preference framework for compatibility.Amith Yamasani2011-01-161-1/+1
* Adjust preference activity margins and move the widget back to the right side.Amith Yamasani2010-11-171-1/+58
* am ca1db5ae: am dd644c17: Fallback to SharedPreferences.commit() when no appl...Brad Fitzpatrick2010-10-111-1/+8
|\
| * Fallback to SharedPreferences$Editor.commit() when no apply() exists.Brad Fitzpatrick2010-10-101-1/+8
* | am 734d2707: am bb660d7e: Merge "Renaming SharedPreferences.startCommit to ap...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
|\ \ | |/
| * SharedPreferences$Editor.startCommit()Brad Fitzpatrick2010-08-271-1/+1
* | More fragment work:Dianne Hackborn2010-08-151-0/+21
* | Add facility to switch to new fragments from preferences.Dianne Hackborn2010-08-031-0/+24
* | Added MultiSelectListPreferenceAdam Powell2010-04-151-3/+60
|/
* Fix preference caching to increase recycling of preference views.Amith Yamasani2009-10-051-14/+13
* Fix for 2155255: Revert "Cache inflated view to avoid inflation of layouts in...Amith Yamasani2009-09-301-7/+2
* Cache inflated view to avoid inflation of layouts in preferencesSuchi Amalapurapu2009-09-281-2/+7
* Do not die when printing empty prefs.Tammo Spalink2009-09-081-2/+4
* AI 143298: am: CL 143150 Fixed the problem where setEnabled(false) has no eff...Michael Chan2009-03-271-2/+10
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1586
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1586/+0
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-201-7/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-196/+212
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1577