1. 4f3c558 am 9eb32c96: am a2f2141c: Merge "More SharedPreferences commit() -> apply() changes." into gingerbread by Brad Fitzpatrick · 14 years ago
  2. 9eb32c9 am a2f2141c: Merge "More SharedPreferences commit() -> apply() changes." into gingerbread by Brad Fitzpatrick · 14 years ago
  3. fa8e271 More SharedPreferences commit() -> apply() changes. by Brad Fitzpatrick · 14 years ago
  4. aa904f4 Add startPreferenceFragment() by Andrew Stadler · 14 years ago
  5. 02f4f0e am 734d2707: am bb660d7e: Merge "Renaming SharedPreferences.startCommit to apply" into gingerbread by Brad Fitzpatrick · 14 years ago
  6. 734d270 am bb660d7e: Merge "Renaming SharedPreferences.startCommit to apply" into gingerbread by Brad Fitzpatrick · 14 years ago
  7. 66fce50 Renaming SharedPreferences$Editor.startCommit to apply by Brad Fitzpatrick · 14 years ago
  8. 7f7ce40 resolved conflicts for merge of 28130bae to master by Brad Fitzpatrick · 14 years ago
  9. 28130ba resolved conflicts for merge of 6b50986a to gingerbread-plus-aosp by Brad Fitzpatrick · 14 years ago
  10. 333b8cb SharedPreferences$Editor.startCommit() by Brad Fitzpatrick · 14 years ago
  11. 5c769a4 Some new preferences features. by Dianne Hackborn · 14 years ago
  12. 59f3a75 Merge "Make getListView() public and hidden, as it is needed for WifiSettings." by Amith Yamasani · 14 years ago
  13. 291905e Maybe fix #2925641: calling onCreateOptionsMenu before attached activity by Dianne Hackborn · 14 years ago
  14. 9ae5473e Make getListView() public and hidden, as it is needed for WifiSettings. by Amith Yamasani · 14 years ago
  15. 468c323 Fix two bugs in PreferenceActivity headers by Andrew Stadler · 14 years ago
  16. def1537 More fragment work: by Dianne Hackborn · 14 years ago
  17. 52a5078 Make the doc for PreferenceScreen aware of PreferenceFragment. by Daisuke Miyakawa · 14 years ago
  18. 72dc780 Fix build: tweak documentation links by Jean-Baptiste Queru · 14 years ago
  19. b7a2e47 Fragment and PreferenceFragment and FragmentManager, oh my! by Dianne Hackborn · 14 years ago
  20. 09dbf18 add a Skip option by Freeman Ng · 14 years ago
  21. b3cf10f Add facility to switch to new fragments from preferences. by Dianne Hackborn · 14 years ago
  22. b1ad597 New two-pane mode for PreferenceActivity. by Dianne Hackborn · 14 years ago
  23. 42c2936 Add PreferenceFragment. by Dianne Hackborn · 14 years ago
  24. 506e6e0 am 3a94ab02: merge from open-source master by The Android Open Source Project · 14 years ago
  25. ba636df Allow ListPreference summary to use entry by Kenny Root · 14 years ago
  26. 39ccc08 am 56d4bcd8: am 627356ce: am d6c0bb0f: merge from open-source master by The Android Open Source Project · 14 years ago
  27. d6c0bb0 merge from open-source master by The Android Open Source Project · 14 years ago
  28. 746a95a Removed Calls to deprecated APIs by Christian Mehlmauer · 14 years ago
  29. 76f0ce1 Revert "Merge "Raw types warnings removed."" by Gilles Debunne · 14 years ago
  30. 9afed28 Raw types warnings removed. by Gilles Debunne · 14 years ago
  31. 212db7d Added MultiSelectListPreference by Adam Powell · 14 years ago
  32. 19ea2e0 Give all PreferenceActivity subclasses ability to be launched in wizard mode with Back/Next buttons by Freeman Ng · 14 years ago
  33. e7fea45 Fix bug 2520540 by Adam Powell · 14 years ago
  34. d6cc034 Revert I3fdda2588a7c612d7c9cfb4f25d9aedd1d609162 which open two functions by Owen Lin · 15 years ago
  35. 58bb107 Workaround for a database update callback that claims that the data doesn't exist. by Amith Yamasani · 15 years ago
  36. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  37. a98129b Fix preference caching to increase recycling of preference views. by Amith Yamasani · 15 years ago
  38. bae6fc2 Fix for 2155255: Revert "Cache inflated view to avoid inflation of layouts in preferences" by Amith Yamasani · 15 years ago
  39. 01dbc2e Cache inflated view to avoid inflation of layouts in preferences by Suchi Amalapurapu · 15 years ago
  40. e43530a Track CPU speed stepping to get more accurate CPU cost per app. by Amith Yamasani · 15 years ago
  41. 1d45857 Show keyboard automatically in EditTextPreference dialogs by Amith Yamasani · 15 years ago
  42. 0bb9960 Do not die when printing empty prefs. by Tammo Spalink · 15 years ago
  43. f9b702e Open some methods on PrefereneManager to allow others use the inflater. by Owen Lin · 15 years ago
  44. 6ff5906 Fix rare NPE due to key being delivered after activity is stopped. #2062930 by Amith Yamasani · 15 years ago
  45. 9b4742c Revert volume if it wasn't okayed by user. by Amith Yamasani · 15 years ago
  46. e0616ff add a supportsUploading flag in the SyncAdapter description and honor it in the SyncManager by Fred Quintana · 15 years ago
  47. 69f593c Support for selection of silent ringtone from the ringtone picker. by Marco Nelissen · 15 years ago
  48. 08bc0d5 am a013a98f: Fix the nested preferences title. Again. by Amith Yamasani · 15 years ago
  49. a013a98 Fix the nested preferences title. Again. by Amith Yamasani · 15 years ago
  50. 3fa058a am 36c153f8: Merge change 4535 into donut by Android (Google) Code Review · 15 years ago
  51. ca74c90 Add title to nested preference screens. by Amith Yamasani · 15 years ago
  52. 76879bc resolved conflicts w/ 75986cf9bc57ef11ad70f36fb77fbbf5d63af6ec merge.... by svetoslavganov · 15 years ago
  53. 75986cf Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut) by svetoslavganov · 15 years ago
  54. 3156bb00 AI 145870: Add a build property for the default alarm alert. Update the various by Patrick Scott · 15 years ago
  55. da53eca AI 143298: am: CL 143150 Fixed the problem where setEnabled(false) has no effect from onResume(). by Michael Chan · 15 years ago
  56. e1e1cbf AI 143150: Fixed the problem where setEnabled(false) has no effect from onResume(). by Michael Chan · 15 years ago
  57. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  58. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  59. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  60. 15ab3ea auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 15 years ago
  61. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  62. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 15 years ago
  63. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  64. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  65. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  66. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago