summaryrefslogtreecommitdiff
path: root/core/java/android/preference/PreferenceActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* 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-27/+13
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-171-0/+6
* docs: fixed typoJoshua Baxter2018-06-041-1/+1
* Merge "Fix home/back buttons flow in PreferenceActivity."Filip Pavlis2017-03-071-6/+16
|\
| * Fix home/back buttons flow in PreferenceActivity.Filip Pavlis2017-03-071-6/+16
* | Fix incorrect title in PreferenceActivity.Filip Pavlis2017-02-171-0/+8
|/
* Fix incorrect header highlight when in single-pane.Filip Pavlis2017-02-101-1/+3
* Fix transitions between single and multi-pane.Filip Pavlis2017-02-071-107/+115
* Add some more @Nullable annotationsScott Kennedy2015-02-221-1/+2
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-5/+12
* Fix bug #17521147 Settings activity looks terrible on VolantisFabrice Di Meglio2014-09-261-6/+42
* setSelectedHeader() when switching to fragmentBrian Attwell2014-06-171-1/+8
* Code cleaning for PreferenceActivityFabrice Di Meglio2014-01-081-5/+3
* Apply theme to PreferenceActivity headersAlan Viverette2013-12-021-2/+2
* Revert "PreferenceFragment showing the breadcrumb when not needed."Svetoslav Ganov2013-11-211-5/+6
* PreferenceFragment showing the breadcrumb when not needed.Svetoslav2013-11-011-6/+5
* Unmarshall PFDs properly when hand-crafting interface stubsAmith Yamasani2013-09-231-2/+3
* Throw an exception if isValidFragment is not overridden for KK targetsAmith Yamasani2013-09-061-5/+2
* Change build version from KEY_LIME_PIE to KITKATChet Haase2013-09-051-1/+1
* Use more styles for preferences to allow single pane 10"Amith Yamasani2013-08-061-2/+8
* Merge "Don't check for valid fragment when switching to another fragment"Amith Yamasani2013-08-051-5/+1
|\
| * Don't check for valid fragment when switching to another fragmentAmith Yamasani2013-08-051-5/+1
* | Fix javadoc for new APIAmith Yamasani2013-08-011-1/+1
|/
* PreferenceActivity Fragment securityAmith Yamasani2013-07-301-2/+36
* Ignore list item clicks if PreferenceActivity is paused.Amith Yamasani2013-07-181-0/+3
* am 4b8cc94c: Merge "PreferenceActivity should not leave message in looper whe...Adam Powell2013-07-121-0/+2
|\
| * PreferenceActivity should not leave message in looper when destroyedHiroaki Kuriyama2013-07-121-0/+2
* | Fix issue #6595555: deal better with fragmentless headers.Dianne Hackborn2013-02-121-1/+10
|/
* No breadcrumbs for single-pane preferencesAmith Yamasani2012-10-031-0/+6
* docs: add links to new Settings dev guideScott Main2012-07-261-0/+7
* Add a private method to retrieve the header list from PreferenceActivityAmith Yamasani2012-06-201-0/+8
* Preferences padding and scrollbars to match spec.Jeff Sharkey2011-08-171-2/+0
* Fix issue #5021385: Title of any Settings subscreen changes...Dianne Hackborn2011-07-211-0/+10
* Support for arbitrary ListAdapter in PreferenceActivity.Gilles Debunne2011-06-151-20/+19
* Manual merge. Preference activity changes to work on smaller tablet screens a...Amith Yamasani2011-05-261-27/+9
* More work on making prefs work well on small screens.Dianne Hackborn2011-03-181-19/+79
* Add new PreferenceActivity API for settings.Dianne Hackborn2011-03-151-5/+26
* Fix issues #4087362 and #4087356Dianne Hackborn2011-03-111-3/+3
* Fix bug 3362375 - API REVIEW: remove unused public 'up' idAdam Powell2011-01-201-1/+3
* Fix a bunch of API review bugs.Dianne Hackborn2011-01-171-4/+2
* Start renaming FragmentTransaction.openTransaction() to beginTransaction().Dianne Hackborn2011-01-171-3/+3
* Add a way to insert a parent bread crumb so that deep linked settings can nav...Amith Yamasani2010-12-141-0/+15
* Potential fix for Settings screen ClassCast exception on the phone.Amith Yamasani2010-12-101-0/+3
* Move the breadcrumbs to the right pane.Amith Yamasani2010-12-081-9/+12
* Fix 3148496: Update PreferenceActivity to handle single-pane fragments.Jim Miller2010-12-081-1/+6