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
/
PreferenceFragment.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-11-19
Deprecates framework Preference classes
Louis Pullen-Freilich
2018-08-17
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-11-13
Deprecate framework Fragments and Loaders
Ian Lake
2016-07-26
Add titles to PreferenceFragments and PreferenceScreens for watches.
Michael Kwan
2016-07-02
Allow preference theming to remove divider.
Michael Kwan
2015-11-12
Let support preferences use DeviceDefault themes
Jason Monk
2015-10-07
Merge "Reset the setOnKeyListener callback when view is destroyed"
Alan Viverette
2015-07-08
Reset the setOnKeyListener callback when view is destroyed
Mykola Kondratenko
2015-03-13
Add resource type annotations to some APIs
Tor Norbye
2015-02-22
Add some more @Nullable annotations
Scott Kennedy
2014-08-14
Fix bug #16957601 Stability: ISE in Settings: Observer com.android.settings.
Fabrice Di Meglio
2014-07-07
Add PreferenceFragment styling
Fabrice Di Meglio
2014-04-17
Improve Preference highlighting
Fabrice Di Meglio
2014-04-16
Add Preference highlighting
Fabrice Di Meglio
2012-07-26
docs: add links to new Settings dev guide
Scott Main
2011-08-17
Preferences padding and scrollbars to match spec.
Jeff Sharkey
2011-06-16
Inline SeekBarPreference
John Reck
2011-06-14
am 2bcd9c6e: am eb5e633a: am 608a200d: Merge "Stability fixes for PreferenceF...
Amith Yamasani
2011-06-14
Stability fixes for PreferenceFragments.
Amith Yamasani
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-03-02
Fix a race condition when entering and exiting a preference fragment quickly.
Amith Yamasani
2010-12-09
Remove the OnItemClick listener when the fragment is destroyed.
Amith Yamasani
2010-10-27
Fix sub-header height to follow drawable. Floating panels for Preference scre...
Amith Yamasani
2010-09-23
Fix for Ringtones not being saved when using Preference fragments.
Amith Yamasani
2010-09-12
Some fragment stuff:
Dianne Hackborn
2010-08-17
Make getListView() public and hidden, as it is needed for WifiSettings.
Amith Yamasani
2010-08-03
Add facility to switch to new fragments from preferences.
Dianne Hackborn
2010-08-03
New two-pane mode for PreferenceActivity.
Dianne Hackborn
2010-07-28
Add PreferenceFragment.
Dianne Hackborn