summaryrefslogtreecommitdiff
path: root/core/java/android/preference/Preference.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Deprecates framework Preference classesLouis Pullen-Freilich2018-11-191-0/+28
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-171-0/+9
* Fix issue for Preference.setSingleLineTitle() has no effect.Doris Ling2017-06-231-0/+1
* Set icon frame to invisible when iconSpaceReserved is set.Fan Zhang2017-04-241-3/+7
* Check if singleLineTitle attribute is set for the preference.Doris Ling2017-04-141-1/+5
* Reserve space for preference icon.Doris Ling2017-03-281-2/+31
* Allow multi line preference title.Doris Ling2017-03-211-0/+28
* Merge "Small cleanup or DataStore API javadoc."TreeHugger Robot2017-03-141-24/+24
|\
| * Small cleanup or DataStore API javadoc.Filip Pavlis2017-03-141-24/+24
* | Enable recycling of third party preference widgetsFilip Pavlis2017-03-101-62/+80
|/
* Improve preferences for PreferenceDataStore.Filip Pavlis2017-03-031-30/+42
* JavaDoc improvements as suggested by API council.Filip Pavlis2017-03-021-8/+16
* Add getParent() on Preference.Filip Pavlis2017-01-121-0/+23
* Adds data store to provide data abstracion layer for Preferences.Filip Pavlis2016-11-291-95/+181
* Allow styled text in pref titles and summariesTony Mantler2016-09-141-212/+212
* Ensure preference icon is returned when inflated from XML even if it has not ...Michael Kwan2016-09-071-0/+3
* Revert "Add Preference#onDetachedFromActivity"Jason Monk2016-04-051-14/+3
* Un-hide string set persistence methods in PreferenceAdam Powell2016-02-231-7/+3
* Add Preference#onDetachedFromActivityJason Monk2015-08-121-3/+14
* am 3fa46a0f: am d7fb6d26: am a01250c7: Merge "Frameworks/base: Change String ...Andreas Gampe2015-03-281-1/+1
|\
| * Frameworks/base: Change String == to equals in PreferenceAndreas Gampe2015-03-181-1/+1
* | First implementation of the grant/revoke UISvet Ganov2015-03-241-2/+4
* | Annotate methods to be called from overrides with @CallSuperTor Norbye2015-03-071-0/+4
* | Add @ResourceInt annotations on APIsTor Norbye2015-02-181-5/+11
|/
* Add preferences rendering.Deepanshu Gupta2014-12-231-1/+1
* 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
|\|