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
/
PreferenceManager.java
Age
Commit message (
Expand
)
Author
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
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
2018-06-01
Fix broken links in @see tags in framework docs.
Aurimas Liutikas
2017-03-14
Small cleanup or DataStore API javadoc.
Filip Pavlis
2017-03-03
Improve preferences for PreferenceDataStore.
Filip Pavlis
2017-03-02
Merge "JavaDoc improvements as suggested by API council."
TreeHugger Robot
2017-03-02
JavaDoc improvements as suggested by API council.
Filip Pavlis
2017-02-24
Delete @removed APIs that never shipped.
Jeff Sharkey
2016-11-29
Adds data store to provide data abstracion layer for Preferences.
Filip Pavlis
2016-04-05
Merge "Revert "Add Preference#onDetachedFromActivity""
Jason Monk
2016-04-04
Revert "Add Preference#onDetachedFromActivity"
Jason Monk
2016-03-27
Add methods to probe current storage state.
Jeff Sharkey
2016-03-17
Update direct boot related documentation.
Jeff Sharkey
2016-03-17
Refactoring FBE APIs based on council feedback.
Jeff Sharkey
2016-01-28
Make PreferenceActivity/Fragment encryption ready.
Jeff Sharkey
2015-12-07
APIs to obtain SharedPreferences paths.
Jeff Sharkey
2015-08-12
Add Preference#onDetachedFromActivity
Jason Monk
2015-02-18
Add @ResourceInt annotations on APIs
Tor Norbye
2014-12-23
Add preferences rendering.
Deepanshu Gupta
2014-05-18
VolumeZen: frameworks changes to support Settings.
John Spurlock
2014-01-20
Make public but hide OnPreferenceTreeClickListener
Fabrice Di Meglio
2012-10-25
Expose PreferenceManager constructor / Preference#performClick
Justin Koh
2012-07-25
docs: add Settings dev guide;
Scott Main
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-09-23
Fix for Ringtones not being saved when using Preference fragments.
Amith Yamasani
2010-09-03
More SharedPreferences commit() -> apply() changes.
Brad Fitzpatrick
2010-01-25
Revert I3fdda2588a7c612d7c9cfb4f25d9aedd1d609162 which open two functions
Owen Lin
2009-09-01
Open some methods on PrefereneManager to allow others use the inflater.
Owen Lin
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project