1. abc7395 A pass at fixing unchecked javac warnings. by Aurimas Liutikas · 8 years ago
  2. e2104f4 Add all missing @Override annotations. by Aurimas Liutikas · 8 years ago
  3. 63db414 Fix AAPT2 warnings by Adam Lesinski · 8 years ago
  4. 230e6c7 Be able to customize drawing divider between preferences by Fan Zhang · 8 years ago
  5. 99dd7da Merge "Another build.gradle file cleanup." by Aurimas Liutikas · 8 years ago
  6. fa0f82f Deprecated ViewCompat methods that were added in API 11. by Aurimas Liutikas · 8 years ago
  7. 8feb8c2 Another build.gradle file cleanup. by Aurimas Liutikas · 8 years ago
  8. db00a7b Merge "Added material styling for SeekBarPreference in v14" by Keyvan Amiri · 8 years ago
  9. 471db0f Added material styling for SeekBarPreference in v14 by Keyvan Amiri · 8 years ago
  10. 45323dc Move the setup of uploadArchives repository to SupportLibraryPlugin. by Aurimas Liutikas · 8 years ago
  11. 16cd13b Move the set up of uploadArchives to SupportLibraryPlugin by Aurimas Liutikas · 8 years ago
  12. 310f81d Add support lib version meta-data to AndroidManifest.xml by Chris Banes · 8 years ago
  13. df62e86 Move creating the source jar setup to SupportLibraryPlugin.java by Aurimas Liutikas · 8 years ago
  14. 9697da7 Create AndroidLibraryPlugin to share common module configuration. by Aurimas Liutikas · 8 years ago
  15. 78df598 Revert "Create AndroidLibraryPlugin to share common module configuration. " by Aurimas Liutikas · 8 years ago
  16. a46cd42 Create AndroidLibraryPlugin to share common module configuration. by Aurimas Liutikas · 8 years ago
  17. 94d018a Clean up build.gradle files in support library. by Aurimas Liutikas · 8 years ago
  18. f349dba Remove javadocTask and javadocJarTask. by Aurimas Liutikas · 8 years ago
  19. 8e10080 Move from GROUP_ID to LIBRARY_GROUP annotations by Aurimas Liutikas · 8 years ago
  20. af6b251 Adds working lint target to support lib build, more workarounds by Alan Viverette · 8 years ago
  21. 5ec99dd Revert "Add support lib version meta-data to AndroidManifest.xml" by Chris Banes · 8 years ago
  22. cdcdfd0 Add support lib version meta-data to AndroidManifest.xml by Chris Banes · 8 years ago
  23. 72da1bc Fix NewApi errors in support libraries by Alan Viverette · 8 years ago
  24. 9439d70 Move all support library projects to use a single compilation unit by Alan Viverette · 8 years ago
  25. c39d9c7 Add @RestrictTo(GROUP_ID) annotations to match @hide docs annotations by Alan Viverette · 8 years ago
  26. 6548b1a Fix pref layouts by Tony Mantler · 8 years ago
  27. 31453bc Add MultiSelectListPreferenceDialogFragmentCompat by Tony Mantler · 8 years ago
  28. 372f7a3 Merge \\\"Use correct switch/checkbox ID in accessibility code\\\" into nyc-dev am: ac2029950f am: a8e77aa2ee by Tony Mantler · 8 years ago
  29. 90d56ef Use correct switch/checkbox ID in accessibility code by Tony Mantler · 8 years ago
  30. 7b59d3a Remove old API check artifacts, invoke gradle from old make target by Alan Viverette · 8 years ago
  31. bd00874 Merge "Revert "Remove old API check artifacts, invoke gradle from old make target"" by Yigit Boyar · 8 years ago
  32. 3c141cd Revert "Remove old API check artifacts, invoke gradle from old make target" by Yigit Boyar · 8 years ago
  33. 3e36e45 Add missing source and docs JAR tasks for support libraries am: 523ece85ea am: 654fa607e0 by Alan Viverette · 8 years ago
  34. 009647b Remove old API check artifacts, invoke gradle from old make target by Alan Viverette · 8 years ago
  35. 8bce9f5 Link to preference samples by Tony Mantler · 8 years ago
  36. 523ece8 Add missing source and docs JAR tasks for support libraries by Alan Viverette · 8 years ago
  37. 96c9b77 Remove API files that track individual releases by Kirill Grouchnikov · 8 years ago
  38. 1553af7 Add accessibility hooks for Preference, provide a11y header info by Steven Dao · 9 years ago
  39. 929f27a Update attr refs for unbundling by Alan Viverette · 9 years ago
  40. e5920e8 Merge "Add ability to jump-scroll to a particular preference" into nyc-dev by Tony Mantler · 9 years ago
  41. 6622200 Add ability to jump-scroll to a particular preference by Tony Mantler · 9 years ago
  42. 6759b10 Build support libs with AAPT2 by Adam Lesinski · 9 years ago
  43. 57f3918 Revert "Build support libs with AAPT2" by Adam Lesinski · 9 years ago
  44. 66b8608 Build support libs with AAPT2 by Adam Lesinski · 9 years ago
  45. 4ac91fa Revert "Build support libs with AAPT2" by Adam Lesinski · 9 years ago
  46. 0dac8d8 Build support libs with AAPT2 by Adam Lesinski · 9 years ago
  47. 58a131e Use getDimensionPixelSize for reading divider height am: 301061d by Tony Mantler · 9 years ago
  48. 301061d Use getDimensionPixelSize for reading divider height by Tony Mantler · 9 years ago
  49. 7731108 Animate the whole RecyclerView by Tony Mantler · 9 years ago
  50. 88c34fe Don't draw divider above top preference by Jason Monk · 9 years ago
  51. e1cd5a1 Pin support libraries to Java 1.7 so they can be used with dx by Neil Fuller · 9 years ago
  52. 55c0e2c Remove duplicate styleable declaration by Adam Lesinski · 9 years ago
  53. 6e1afc8 Merge "Update support lib to use correct current SDK" by Chris Banes · 9 years ago
  54. 761b2d9 Merge "Update support lib to use correct current SDK DO NOT MERGE" into mnc-ub-dev by Chris Banes · 9 years ago
  55. c0fce14 Merge "Support library gradle improvements" into mnc-ub-dev am: 04292f146c by Yigit Boyar · 9 years ago
  56. 02a9e8c Support library gradle improvements by Yigit Boyar · 9 years ago
  57. c12dc3d Update support lib to use correct current SDK DO NOT MERGE by Chris Banes · 9 years ago
  58. 82b5549 Update support lib to use correct current SDK by Chris Banes · 9 years ago
  59. 54651ec Merge "Stash dialog info when constructing pref dialogs" into mnc-ub-dev am: 30cf890c76 by Tony Mantler · 9 years ago
  60. c12b7f9 Stash dialog info when constructing pref dialogs by Tony Mantler · 9 years ago
  61. f277934 Merge "Assume no divider if not PreferenceViewHolder" by Maurice Lam · 9 years ago
  62. 4621b61 Merge "Fix preference dialog double-creation" into mnc-ub-dev am: a038569b5d by Tony Mantler · 9 years ago
  63. 446e2ab Assume no divider if not PreferenceViewHolder by Maurice Lam · 9 years ago
  64. 8d190e6 Fix preference dialog double-creation by Tony Mantler · 9 years ago
  65. 8f7f0d4 Add Preference.onDetached to match Preference.onAttached by Jason Monk · 9 years ago
  66. 5c87ca2 Add DropDownPreference to support preferences by Jason Monk · 9 years ago
  67. 85c2483 Add 23.1.1 support library API files am: 8868c3d91a am: 4b9aa834b8 by Chris Banes · 9 years ago
  68. 8868c3d Add 23.1.1 support library API files by Chris Banes · 9 years ago
  69. 3fadd62 Support preferences support for DeviceDefault themes by Jason Monk · 9 years ago
  70. ee1e0df Update docs by Tony Mantler · 9 years ago
  71. edbbff3 Merge "Add divider support to preference support lib" into mnc-ub-dev by Tony Mantler · 9 years ago
  72. 53671d9 Add NOTICES.md for v7/v14 pref libs by Tony Mantler · 9 years ago
  73. a2dbc75 Add uploadArchives gradle target to prefs libs by Tony Mantler · 9 years ago
  74. b1d3557 Add 23.1.0 API files by Chris Banes · 9 years ago
  75. 1fcd004 Add divider support to preference support lib by Tony Mantler · 9 years ago
  76. 87a8ef3 Merge "Remove APIs for controlling EditText dialogs" into mnc-ub-dev by Tony Mantler · 9 years ago
  77. 26442f8 Support preference tidy by Tony Mantler · 9 years ago
  78. b84f420 Remove APIs for controlling EditText dialogs by Tony Mantler · 9 years ago
  79. 1273d7f Use themed context to inflate preference views by Tony Mantler · 9 years ago
  80. 04611d0 Fix text styling on material preference items by Tony Mantler · 9 years ago
  81. 048d109 Use android: namespaced attributes in themes by Tony Mantler · 9 years ago
  82. e04300d Use selectableItemBackground for material prefs by Tony Mantler · 9 years ago
  83. 0e5468c Fix material preference layouts and add a theme by Tony Mantler · 9 years ago
  84. 490bf52 Get support lib ready for release by Chris Banes · 9 years ago
  85. c67647d Accessibility: properly announce checkbox/switch preference changes by Svetoslav · 9 years ago
  86. e61b447 Plumb in onAttached by Tony Mantler · 9 years ago
  87. 41e6b17 Remove card stack by Tony Mantler · 9 years ago
  88. ffb866e Update API files for leanback list pref dialogs by Tony Mantler · 10 years ago
  89. bd4cbab Add leanback list preference dialogs by Tony Mantler · 10 years ago
  90. ac75e94 Merge "Fix references to anachronistic theme attributes" by Tony Mantler · 10 years ago
  91. 6a6957a Update v14/preference current.txt by Tony Mantler · 10 years ago
  92. 82ef81b Merge "Add MultiSelectListPreference to compat lib" by Tony Mantler · 10 years ago
  93. 53c2c0d Fix references to anachronistic theme attributes by Tony Mantler · 10 years ago
  94. f62fcde Generate API files for the support libraries by Chris Banes · 10 years ago
  95. 0112bac Add MultiSelectListPreference to compat lib by Tony Mantler · 10 years ago
  96. c4868c8 Implement LeanbackSettingsFragment by Tony Mantler · 10 years ago
  97. 671d9d6 Make onBindViewHolder public and hide the click listener by Tony Mantler · 10 years ago
  98. 5ccff04 Merge "Read both android: and local XML values for prefs" by Tony Mantler · 10 years ago
  99. 84765ea Read both android: and local XML values for prefs by Tony Mantler · 10 years ago
  100. 53b6dca Move PreferenceGroupAdapter creation out of PreferenceScreen by Tony Mantler · 10 years ago