1. 15b123e DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into master by Xin Li · 6 years ago
  2. eac8d0a Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  3. a9aa1be docs: fixed typo by Joshua Baxter · 6 years ago
  4. e88fbba Merge "Fix home/back buttons flow in PreferenceActivity." by Filip Pavlis · 7 years ago
  5. 6af15eb Fix home/back buttons flow in PreferenceActivity. by Filip Pavlis · 7 years ago
  6. b07c6f6 Fix incorrect title in PreferenceActivity. by Filip Pavlis · 7 years ago
  7. eadd5a9 Fix incorrect header highlight when in single-pane. by Filip Pavlis · 7 years ago
  8. 61fc0d4 Fix transitions between single and multi-pane. by Filip Pavlis · 8 years ago
  9. 3c32b62 Add some more @Nullable annotations by Scott Kennedy · 9 years ago
  10. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  11. b22be6f Fix bug #17521147 Settings activity looks terrible on Volantis by Fabrice Di Meglio · 10 years ago
  12. 02bc31e setSelectedHeader() when switching to fragment by Brian Attwell · 10 years ago
  13. 5aaae37 Code cleaning for PreferenceActivity by Fabrice Di Meglio · 11 years ago
  14. f878c29 Apply theme to PreferenceActivity headers by Alan Viverette · 11 years ago
  15. 8fc552e Revert "PreferenceFragment showing the breadcrumb when not needed." by Svetoslav Ganov · 11 years ago
  16. 7db97b0 PreferenceFragment showing the breadcrumb when not needed. by Svetoslav · 11 years ago
  17. c2be0d6 Unmarshall PFDs properly when hand-crafting interface stubs by Amith Yamasani · 11 years ago
  18. a5001b9 Throw an exception if isValidFragment is not overridden for KK targets by Amith Yamasani · 11 years ago
  19. e8222dd Change build version from KEY_LIME_PIE to KITKAT by Chet Haase · 11 years ago
  20. cf638ac Use more styles for preferences to allow single pane 10" by Amith Yamasani · 11 years ago
  21. 5b8f930 Merge "Don't check for valid fragment when switching to another fragment" by Amith Yamasani · 11 years ago
  22. a47372c Don't check for valid fragment when switching to another fragment by Amith Yamasani · 11 years ago
  23. 20915daf Fix javadoc for new API by Amith Yamasani · 11 years ago
  24. 364ed4d PreferenceActivity Fragment security by Amith Yamasani · 11 years ago
  25. 49bdc16 Ignore list item clicks if PreferenceActivity is paused. by Amith Yamasani · 11 years ago
  26. 1dc3b79 am 4b8cc94c: Merge "PreferenceActivity should not leave message in looper when destroyed" by Adam Powell · 11 years ago
  27. 1ebf13e PreferenceActivity should not leave message in looper when destroyed by Hiroaki Kuriyama · 12 years ago
  28. 19470ec Fix issue #6595555: deal better with fragmentless headers. by Dianne Hackborn · 11 years ago
  29. 3ec7bac No breadcrumbs for single-pane preferences by Amith Yamasani · 12 years ago
  30. cdd0c59 docs: add links to new Settings dev guide by Scott Main · 12 years ago
  31. 423d48b Add a private method to retrieve the header list from PreferenceActivity by Amith Yamasani · 12 years ago
  32. ce4a193 Preferences padding and scrollbars to match spec. by Jeff Sharkey · 13 years ago
  33. 34905a9 Fix issue #5021385: Title of any Settings subscreen changes... by Dianne Hackborn · 13 years ago
  34. 39725ac Support for arbitrary ListAdapter in PreferenceActivity. by Gilles Debunne · 13 years ago
  35. 405c1af Manual merge. Preference activity changes to work on smaller tablet screens and phones. by Amith Yamasani · 13 years ago
  36. e72f237 More work on making prefs work well on small screens. by Dianne Hackborn · 13 years ago
  37. b1a6e439 Add new PreferenceActivity API for settings. by Dianne Hackborn · 13 years ago
  38. cf407ad Fix issues #4087362 and #4087356 by Dianne Hackborn · 13 years ago
  39. 1264c33 Fix bug 3362375 - API REVIEW: remove unused public 'up' id by Adam Powell · 14 years ago
  40. 327fbd2 Fix a bunch of API review bugs. by Dianne Hackborn · 14 years ago
  41. 48e7b45 Start renaming FragmentTransaction.openTransaction() to beginTransaction(). by Dianne Hackborn · 14 years ago
  42. c9ecb73 Add a way to insert a parent bread crumb so that deep linked settings can navigate up. by Amith Yamasani · 14 years ago
  43. 3e86040 Potential fix for Settings screen ClassCast exception on the phone. by Amith Yamasani · 14 years ago
  44. 3c9f519 Move the breadcrumbs to the right pane. by Amith Yamasani · 14 years ago
  45. c57406c Fix 3148496: Update PreferenceActivity to handle single-pane fragments. by Jim Miller · 14 years ago
  46. 9d07180 Fix issues #3257701 and #3267312 by Dianne Hackborn · 14 years ago
  47. 50ed829 Fix issue #3201066: Locale change not reflected by settings by Dianne Hackborn · 14 years ago
  48. 3a57fb9 Fix issue #3191573: PreferenceFragment.onActivityResult cannot by Dianne Hackborn · 14 years ago
  49. ab36acb Fixe some stuff. by Dianne Hackborn · 14 years ago
  50. 8da3529 Added assets for preference panel and adjusted layout margins for new spec. by Amith Yamasani · 14 years ago
  51. 83681eb Avoid NPE when reloading headers in single-pane mode by Andrew Stadler · 14 years ago
  52. 8eb2e24 Various PreferenceActivity and related improvement. by Dianne Hackborn · 14 years ago
  53. f5cbaed No animation when tapping on current header in a preference screen. by Amith Yamasani · 14 years ago
  54. 9ff82bf Adding next/prev to fragment animations and to PreferenceActivity by Chet Haase · 14 years ago
  55. 05fbc31 Make the headers pane disappear in no-headers mode, not just the ListView. by Amith Yamasani · 14 years ago
  56. ed13cde Fix attribute parsing of PreferenceHeader_id by Amith Yamasani · 14 years ago
  57. c6669ca Add API for showing breadcrumbs of fragment back stack. by Dianne Hackborn · 14 years ago
  58. d0fa371 Add a new "activated" state to View. by Dianne Hackborn · 14 years ago
  59. a21e3da Fix issue #2967969: Crash rotating screen on "delete account" dialog by Dianne Hackborn · 14 years ago
  60. 3e449ce Some fragment stuff: by Dianne Hackborn · 14 years ago
  61. aa904f4 Add startPreferenceFragment() by Andrew Stadler · 14 years ago
  62. 5c769a4 Some new preferences features. by Dianne Hackborn · 14 years ago
  63. 291905e Maybe fix #2925641: calling onCreateOptionsMenu before attached activity by Dianne Hackborn · 14 years ago
  64. 468c323 Fix two bugs in PreferenceActivity headers by Andrew Stadler · 14 years ago
  65. def1537 More fragment work: by Dianne Hackborn · 14 years ago
  66. 72dc780 Fix build: tweak documentation links by Jean-Baptiste Queru · 14 years ago
  67. b7a2e47 Fragment and PreferenceFragment and FragmentManager, oh my! by Dianne Hackborn · 14 years ago
  68. 09dbf18 add a Skip option by Freeman Ng · 14 years ago
  69. b3cf10f Add facility to switch to new fragments from preferences. by Dianne Hackborn · 14 years ago
  70. b1ad597 New two-pane mode for PreferenceActivity. by Dianne Hackborn · 14 years ago
  71. 19ea2e0 Give all PreferenceActivity subclasses ability to be launched in wizard mode with Back/Next buttons by Freeman Ng · 14 years ago
  72. e7fea45 Fix bug 2520540 by Adam Powell · 14 years ago
  73. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  74. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  75. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  76. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  77. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago