summaryrefslogtreecommitdiff
path: root/core/java/android/preference/Preference.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-11-19Deprecates framework Preference classesLouis Pullen-Freilich
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-08-17Add @UnsupportedAppUsage annotationsMathew Inwood
2017-06-23Fix issue for Preference.setSingleLineTitle() has no effect.Doris Ling
2017-04-24Set icon frame to invisible when iconSpaceReserved is set.Fan Zhang
2017-04-14Check if singleLineTitle attribute is set for the preference.Doris Ling
2017-03-28Reserve space for preference icon.Doris Ling
2017-03-21Allow multi line preference title.Doris Ling
2017-03-14Merge "Small cleanup or DataStore API javadoc."TreeHugger Robot
2017-03-14Small cleanup or DataStore API javadoc.Filip Pavlis
2017-03-10Enable recycling of third party preference widgetsFilip Pavlis
2017-03-03Improve preferences for PreferenceDataStore.Filip Pavlis
2017-03-02JavaDoc improvements as suggested by API council.Filip Pavlis
2017-01-12Add getParent() on Preference.Filip Pavlis
2016-11-29Adds data store to provide data abstracion layer for Preferences.Filip Pavlis
2016-09-14Allow styled text in pref titles and summariesTony Mantler
2016-09-07Ensure preference icon is returned when inflated from XML even if it has not ...Michael Kwan
2016-04-05Revert "Add Preference#onDetachedFromActivity"Jason Monk
2016-02-23Un-hide string set persistence methods in PreferenceAdam Powell
2015-08-12Add Preference#onDetachedFromActivityJason Monk
2015-03-28am 3fa46a0f: am d7fb6d26: am a01250c7: Merge "Frameworks/base: Change String ...Andreas Gampe
2015-03-24First implementation of the grant/revoke UISvet Ganov
2015-03-18Frameworks/base: Change String == to equals in PreferenceAndreas Gampe
2015-03-07Annotate methods to be called from overrides with @CallSuperTor Norbye
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2014-12-23Add preferences rendering.Deepanshu Gupta
2014-04-09Update list item text appearanceAlan Viverette
2014-02-03Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette
2013-11-11am fa0d9c2f: am 02b77575: am 1cdbbb1e: Merge "Changes to support new screen c...Jeff Brown
2013-11-10Changes to support new screen cast settings screen.Jeff Brown
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2013-08-21Merge "Allow recycling of Preferences in com.android.* packages" into klp-devAlan Viverette
2013-08-20Allow recycling of Preferences in com.android.* packagesAlan Viverette
2013-08-19Add implicit parent dependency for PreferencesAlan Viverette
2013-04-29Avoid IllegalArgumentException in Preference.java compareTo()Carsten Hauge
2012-10-25Expose PreferenceManager constructor / Preference#performClickJustin Koh
2012-07-26docs: add links to new Settings dev guideScott Main
2012-04-03Hide Preference title when empty.Jeff Sharkey
2011-06-16Inline SeekBarPreferenceJohn Reck
2011-05-26Manual merge. Preference activity changes to work on smaller tablet screens a...Amith Yamasani
2011-03-18More work on making prefs work well on small screens.Dianne Hackborn
2011-01-16Add back legacy layout for preference framework for compatibility.Amith Yamasani
2010-11-17Adjust preference activity margins and move the widget back to the right side.Amith Yamasani
2010-10-11am ca1db5ae: am dd644c17: Fallback to SharedPreferences.commit() when no appl...Brad Fitzpatrick
2010-10-10Fallback to SharedPreferences$Editor.commit() when no apply() exists.Brad Fitzpatrick
2010-08-30am 734d2707: am bb660d7e: Merge "Renaming SharedPreferences.startCommit to ap...Brad Fitzpatrick
2010-08-30Renaming SharedPreferences$Editor.startCommit to applyBrad Fitzpatrick
2010-08-27resolved conflicts for merge of 28130bae to masterBrad Fitzpatrick