index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
preference
/
Preference.java
Age
Commit message (
Expand
)
Author
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-11-19
Deprecates framework Preference classes
Louis Pullen-Freilich
2018-09-14
Move some members to the "Q blacklist".
Mathew Inwood
2018-08-17
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-06-23
Fix issue for Preference.setSingleLineTitle() has no effect.
Doris Ling
2017-04-24
Set icon frame to invisible when iconSpaceReserved is set.
Fan Zhang
2017-04-14
Check if singleLineTitle attribute is set for the preference.
Doris Ling
2017-03-28
Reserve space for preference icon.
Doris Ling
2017-03-21
Allow multi line preference title.
Doris Ling
2017-03-14
Merge "Small cleanup or DataStore API javadoc."
TreeHugger Robot
2017-03-14
Small cleanup or DataStore API javadoc.
Filip Pavlis
2017-03-10
Enable recycling of third party preference widgets
Filip Pavlis
2017-03-03
Improve preferences for PreferenceDataStore.
Filip Pavlis
2017-03-02
JavaDoc improvements as suggested by API council.
Filip Pavlis
2017-01-12
Add getParent() on Preference.
Filip Pavlis
2016-11-29
Adds data store to provide data abstracion layer for Preferences.
Filip Pavlis
2016-09-14
Allow styled text in pref titles and summaries
Tony Mantler
2016-09-07
Ensure preference icon is returned when inflated from XML even if it has not ...
Michael Kwan
2016-04-05
Revert "Add Preference#onDetachedFromActivity"
Jason Monk
2016-02-23
Un-hide string set persistence methods in Preference
Adam Powell
2015-08-12
Add Preference#onDetachedFromActivity
Jason Monk
2015-03-28
am 3fa46a0f: am d7fb6d26: am a01250c7: Merge "Frameworks/base: Change String ...
Andreas Gampe
2015-03-24
First implementation of the grant/revoke UI
Svet Ganov
2015-03-18
Frameworks/base: Change String == to equals in Preference
Andreas Gampe
2015-03-07
Annotate methods to be called from overrides with @CallSuper
Tor Norbye
2015-02-18
Add @ResourceInt annotations on APIs
Tor Norbye
2014-12-23
Add preferences rendering.
Deepanshu Gupta
2014-04-09
Update list item text appearance
Alan Viverette
2014-02-03
Add APIs for obtaining themed Drawable from Theme, Context
Alan Viverette
2013-11-11
am fa0d9c2f: am 02b77575: am 1cdbbb1e: Merge "Changes to support new screen c...
Jeff Brown
2013-11-10
Changes to support new screen cast settings screen.
Jeff Brown
2013-09-09
Add View constructor that supplies a default style resource
Alan Viverette
2013-08-21
Merge "Allow recycling of Preferences in com.android.* packages" into klp-dev
Alan Viverette
2013-08-20
Allow recycling of Preferences in com.android.* packages
Alan Viverette
2013-08-19
Add implicit parent dependency for Preferences
Alan Viverette
2013-04-29
Avoid IllegalArgumentException in Preference.java compareTo()
Carsten Hauge
2012-10-25
Expose PreferenceManager constructor / Preference#performClick
Justin Koh
2012-07-26
docs: add links to new Settings dev guide
Scott Main
2012-04-03
Hide Preference title when empty.
Jeff Sharkey
2011-06-16
Inline SeekBarPreference
John Reck
2011-05-26
Manual merge. Preference activity changes to work on smaller tablet screens a...
Amith Yamasani
2011-03-18
More work on making prefs work well on small screens.
Dianne Hackborn
2011-01-16
Add back legacy layout for preference framework for compatibility.
Amith Yamasani
2010-11-17
Adjust preference activity margins and move the widget back to the right side.
Amith Yamasani
2010-10-11
am ca1db5ae: am dd644c17: Fallback to SharedPreferences.commit() when no appl...
Brad Fitzpatrick
2010-10-10
Fallback to SharedPreferences$Editor.commit() when no apply() exists.
Brad Fitzpatrick
2010-08-30
am 734d2707: am bb660d7e: Merge "Renaming SharedPreferences.startCommit to ap...
Brad Fitzpatrick
2010-08-30
Renaming SharedPreferences$Editor.startCommit to apply
Brad Fitzpatrick
2010-08-27
resolved conflicts for merge of 28130bae to master
Brad Fitzpatrick
[next]