1. 45d2c25 Move some members to the "Q blacklist". by Mathew Inwood · 6 years ago
  2. eac8d0a Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  3. 846234f Fix issue for Preference.setSingleLineTitle() has no effect. by Doris Ling · 7 years ago
  4. c1caca1 Set icon frame to invisible when iconSpaceReserved is set. by Fan Zhang · 7 years ago
  5. ce58046 Check if singleLineTitle attribute is set for the preference. by Doris Ling · 7 years ago
  6. 9ed53e3 Reserve space for preference icon. by Doris Ling · 7 years ago
  7. 2cb4bab Allow multi line preference title. by Doris Ling · 7 years ago
  8. 3ee6061 Merge "Small cleanup or DataStore API javadoc." by TreeHugger Robot · 7 years ago
  9. ee3bc34 Small cleanup or DataStore API javadoc. by Filip Pavlis · 7 years ago
  10. 4186b34 Enable recycling of third party preference widgets by Filip Pavlis · 7 years ago
  11. 0955793 Improve preferences for PreferenceDataStore. by Filip Pavlis · 7 years ago
  12. fd59645 JavaDoc improvements as suggested by API council. by Filip Pavlis · 7 years ago
  13. cba6458 Add getParent() on Preference. by Filip Pavlis · 8 years ago
  14. 0b0c6cb Adds data store to provide data abstracion layer for Preferences. by Filip Pavlis · 8 years ago
  15. 9a6b11b Allow styled text in pref titles and summaries by Tony Mantler · 8 years ago
  16. f049e24 Ensure preference icon is returned when inflated from XML even if it has not been displayed yet. by Michael Kwan · 8 years ago
  17. b65b710 Revert "Add Preference#onDetachedFromActivity" by Jason Monk · 8 years ago
  18. 5c2f839 Un-hide string set persistence methods in Preference by Adam Powell · 8 years ago
  19. e18dc50 Add Preference#onDetachedFromActivity by Jason Monk · 9 years ago
  20. 822b403 am 3fa46a0f: am d7fb6d26: am a01250c7: Merge "Frameworks/base: Change String == to equals in Preference" by Andreas Gampe · 9 years ago
  21. 3695b8a First implementation of the grant/revoke UI by Svet Ganov · 9 years ago
  22. c3e1c21 Frameworks/base: Change String == to equals in Preference by Andreas Gampe · 9 years ago
  23. c615c6f Annotate methods to be called from overrides with @CallSuper by Tor Norbye · 9 years ago
  24. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  25. 10bb137 Add preferences rendering. by Deepanshu Gupta · 10 years ago
  26. 55565ec Update list item text appearance by Alan Viverette · 10 years ago
  27. 8eea3ea Add APIs for obtaining themed Drawable from Theme, Context by Alan Viverette · 10 years ago
  28. 08432a4 am fa0d9c2f: am 02b77575: am 1cdbbb1e: Merge "Changes to support new screen cast settings screen." into klp-dev by Jeff Brown · 11 years ago
  29. 75af171 Changes to support new screen cast settings screen. by Jeff Brown · 11 years ago
  30. 617feb9 Add View constructor that supplies a default style resource by Alan Viverette · 11 years ago
  31. d3927bd Merge "Allow recycling of Preferences in com.android.* packages" into klp-dev by Alan Viverette · 11 years ago
  32. 791b37e Allow recycling of Preferences in com.android.* packages by Alan Viverette · 11 years ago
  33. 02f5680 Add implicit parent dependency for Preferences by Alan Viverette · 11 years ago
  34. b2e61e4 Avoid IllegalArgumentException in Preference.java compareTo() by Carsten Hauge · 11 years ago
  35. 37ae558 Expose PreferenceManager constructor / Preference#performClick by Justin Koh · 12 years ago
  36. cdd0c59 docs: add links to new Settings dev guide by Scott Main · 12 years ago
  37. 0f1c3af Hide Preference title when empty. by Jeff Sharkey · 12 years ago
  38. 014fea2 Inline SeekBarPreference by John Reck · 13 years ago
  39. 405c1af Manual merge. Preference activity changes to work on smaller tablet screens and phones. by Amith Yamasani · 13 years ago
  40. e72f237 More work on making prefs work well on small screens. by Dianne Hackborn · 13 years ago
  41. e494662 Add back legacy layout for preference framework for compatibility. by Amith Yamasani · 14 years ago
  42. b65897b Adjust preference activity margins and move the widget back to the right side. by Amith Yamasani · 14 years ago
  43. d532d8d am ca1db5ae: am dd644c17: Fallback to SharedPreferences.commit() when no apply() exists. by Brad Fitzpatrick · 14 years ago
  44. dd644c1 Fallback to SharedPreferences$Editor.commit() when no apply() exists. by Brad Fitzpatrick · 14 years ago
  45. 02f4f0e am 734d2707: am bb660d7e: Merge "Renaming SharedPreferences.startCommit to apply" into gingerbread by Brad Fitzpatrick · 14 years ago
  46. 66fce50 Renaming SharedPreferences$Editor.startCommit to apply by Brad Fitzpatrick · 14 years ago
  47. 7f7ce40 resolved conflicts for merge of 28130bae to master by Brad Fitzpatrick · 14 years ago
  48. 333b8cb SharedPreferences$Editor.startCommit() by Brad Fitzpatrick · 14 years ago
  49. def1537 More fragment work: by Dianne Hackborn · 14 years ago
  50. b3cf10f Add facility to switch to new fragments from preferences. by Dianne Hackborn · 14 years ago
  51. 212db7d Added MultiSelectListPreference by Adam Powell · 14 years ago
  52. a98129b Fix preference caching to increase recycling of preference views. by Amith Yamasani · 15 years ago
  53. bae6fc2 Fix for 2155255: Revert "Cache inflated view to avoid inflation of layouts in preferences" by Amith Yamasani · 15 years ago
  54. 01dbc2e Cache inflated view to avoid inflation of layouts in preferences by Suchi Amalapurapu · 15 years ago
  55. 0bb9960 Do not die when printing empty prefs. by Tammo Spalink · 15 years ago
  56. da53eca AI 143298: am: CL 143150 Fixed the problem where setEnabled(false) has no effect from onResume(). by Michael Chan · 15 years ago
  57. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  58. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  59. 15ab3ea auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 15 years ago
  60. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  61. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago