summaryrefslogtreecommitdiff
path: root/core/java/android/preference/PreferenceActivity.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
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-08-17Add @UnsupportedAppUsage annotationsMathew Inwood
2018-06-04docs: fixed typoJoshua Baxter
2017-03-07Merge "Fix home/back buttons flow in PreferenceActivity."Filip Pavlis
2017-03-07Fix home/back buttons flow in PreferenceActivity.Filip Pavlis
2017-02-17Fix incorrect title in PreferenceActivity.Filip Pavlis
2017-02-10Fix incorrect header highlight when in single-pane.Filip Pavlis
2017-02-07Fix transitions between single and multi-pane.Filip Pavlis
2015-02-22Add some more @Nullable annotationsScott Kennedy
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2014-09-26Fix bug #17521147 Settings activity looks terrible on VolantisFabrice Di Meglio
2014-06-17setSelectedHeader() when switching to fragmentBrian Attwell
2014-01-08Code cleaning for PreferenceActivityFabrice Di Meglio
2013-12-02Apply theme to PreferenceActivity headersAlan Viverette
2013-11-21Revert "PreferenceFragment showing the breadcrumb when not needed."Svetoslav Ganov
2013-11-01PreferenceFragment showing the breadcrumb when not needed.Svetoslav
2013-09-23Unmarshall PFDs properly when hand-crafting interface stubsAmith Yamasani
2013-09-06Throw an exception if isValidFragment is not overridden for KK targetsAmith Yamasani
2013-09-05Change build version from KEY_LIME_PIE to KITKATChet Haase
2013-08-06Use more styles for preferences to allow single pane 10"Amith Yamasani
2013-08-05Merge "Don't check for valid fragment when switching to another fragment"Amith Yamasani
2013-08-05Don't check for valid fragment when switching to another fragmentAmith Yamasani
2013-08-01Fix javadoc for new APIAmith Yamasani
2013-07-30PreferenceActivity Fragment securityAmith Yamasani
2013-07-18Ignore list item clicks if PreferenceActivity is paused.Amith Yamasani
2013-07-12am 4b8cc94c: Merge "PreferenceActivity should not leave message in looper whe...Adam Powell
2013-07-12PreferenceActivity should not leave message in looper when destroyedHiroaki Kuriyama
2013-02-12Fix issue #6595555: deal better with fragmentless headers.Dianne Hackborn
2012-10-03No breadcrumbs for single-pane preferencesAmith Yamasani
2012-07-26docs: add links to new Settings dev guideScott Main
2012-06-20Add a private method to retrieve the header list from PreferenceActivityAmith Yamasani
2011-08-17Preferences padding and scrollbars to match spec.Jeff Sharkey
2011-07-21Fix issue #5021385: Title of any Settings subscreen changes...Dianne Hackborn
2011-06-15Support for arbitrary ListAdapter in PreferenceActivity.Gilles Debunne
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-03-15Add new PreferenceActivity API for settings.Dianne Hackborn
2011-03-11Fix issues #4087362 and #4087356Dianne Hackborn
2011-01-20Fix bug 3362375 - API REVIEW: remove unused public 'up' idAdam Powell
2011-01-17Fix a bunch of API review bugs.Dianne Hackborn
2011-01-17Start renaming FragmentTransaction.openTransaction() to beginTransaction().Dianne Hackborn
2010-12-14Add a way to insert a parent bread crumb so that deep linked settings can nav...Amith Yamasani
2010-12-10Potential fix for Settings screen ClassCast exception on the phone.Amith Yamasani
2010-12-08Move the breadcrumbs to the right pane.Amith Yamasani
2010-12-08Fix 3148496: Update PreferenceActivity to handle single-pane fragments.Jim Miller
2010-12-08Fix issues #3257701 and #3267312Dianne Hackborn
2010-12-03Fix issue #3201066: Locale change not reflected by settingsDianne Hackborn