1. 7f40a7e Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  2. ea5ee82 Move to Kotlin friendly supportLibrary extension calling. by Aurimas Liutikas · 7 years ago
  3. f8b708a Merge Flatfoot and Support library plugins by Aurimas Liutikas · 7 years ago
  4. acf268b Add OWNERS files in support project. by Aurimas Liutikas · 7 years ago
  5. 8597b33 Add definition for API 26.1.0 by Alan Viverette · 7 years ago
  6. cf7aafb Merge "Update versions to 27.0.0 and API Finalization" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  7. f266a0a Megamove part 2. Move to standard directories. by Aurimas Liutikas · 7 years ago
  8. a64b35b Update versions to 27.0.0 and API Finalization by Kathy Kam · 7 years ago
  9. 72bb995 Move version tracking from manifest meta-data to java resources. by Aurimas Liutikas · 7 years ago
  10. d573ce0 Move back to current.txt instead of -SNAPSHOT.txt by Alan Viverette · 7 years ago
  11. ca04e9a Extract common maven logic for Java and Android libraries. by Aurimas Liutikas · 7 years ago
  12. e1f39f0 Introduce a concept of publish to a library. by Aurimas Liutikas · 7 years ago
  13. 95ada0d Supress wrong constant lint warning in ToolbarActionBar by Aurimas Liutikas · 7 years ago
  14. 7b68068 Don't generate or require removed.txt file, fix initial API generation by Alan Viverette · 7 years ago
  15. 7670363 Update support library version to 27.0.0-SNAPSHOT. by Aurimas Liutikas · 7 years ago
  16. ab02314 Start inserting meta-data version tags per library. by Aurimas Liutikas · 7 years ago
  17. 5fdaa2f Update lint baseline after sdk update. by Aurimas Liutikas · 7 years ago
  18. 40e7821 Fix the names of support library projects to match released names by Aurimas Liutikas · 7 years ago
  19. efedb10 Merge "Make API related tasks per project." into oc-support-26.1-dev by TreeHugger Robot · 7 years ago
  20. 49066c4 Make API related tasks per project. by Sergey Vasilinets · 7 years ago
  21. 50b45b2 Fix an assortment of lint bugs. by Aurimas Liutikas · 7 years ago
  22. e7d7953 Merge "Update lint baseline" into oc-support-26.0-dev am: a00b74a979 by Aurimas Liutikas · 7 years ago
  23. 66e296d Update lint baseline by Aurimas Liutikas · 7 years ago
  24. 1989c3c Update to gradle 3.0 style dependencies. by Aurimas Liutikas · 7 years ago
  25. 005dea0 Remove the code to create repo with all history archive. by Aurimas Liutikas · 7 years ago
  26. f74f127 Fix an assortment of lint warnings. by Aurimas Liutikas · 7 years ago
  27. 83ffd0a Fix NotificationManagerCompat call to queryIntentServices by Aurimas Liutikas · 7 years ago
  28. 624bd20 Enable all default lint checks and establish baseline. by Aurimas Liutikas · 7 years ago
  29. 5287527 Throw exception earlier for null dialog target by Tony Mantler · 7 years ago
  30. 80e4907 Add a bit more logging to LeanbackPreferenceDialogFragment by Tony Mantler · 7 years ago
  31. 63db414 Fix AAPT2 warnings by Adam Lesinski · 7 years ago
  32. d38b36c Require lint when building release target by Alan Viverette · 7 years ago
  33. 8feb8c2 Another build.gradle file cleanup. by Aurimas Liutikas · 8 years ago
  34. 5c76d90 Follow cleanup of build.gradle files to use AndroidSupportPlugin fully. by Aurimas Liutikas · 8 years ago
  35. 16cd13b Move the set up of uploadArchives to SupportLibraryPlugin by Aurimas Liutikas · 8 years ago
  36. df62e86 Move creating the source jar setup to SupportLibraryPlugin.java by Aurimas Liutikas · 8 years ago
  37. 9697da7 Create AndroidLibraryPlugin to share common module configuration. by Aurimas Liutikas · 8 years ago
  38. 78df598 Revert "Create AndroidLibraryPlugin to share common module configuration. " by Aurimas Liutikas · 8 years ago
  39. a46cd42 Create AndroidLibraryPlugin to share common module configuration. by Aurimas Liutikas · 8 years ago
  40. 61ee2ce resolve merge conflicts of 94d018a to master by Aurimas Liutikas · 8 years ago
  41. 94d018a Clean up build.gradle files in support library. by Aurimas Liutikas · 8 years ago
  42. a8ca8e0 Add transition group to RV by Tony Mantler · 8 years ago
  43. 634be6e Remove javadocTask and javadocJarTask. am: f349dbab74 by Aurimas Liutikas · 8 years ago
  44. f349dba Remove javadocTask and javadocJarTask. by Aurimas Liutikas · 8 years ago
  45. 63ffc48 Merge "Improve pref behavior across lifecycle events" by Tony Mantler · 8 years ago
  46. e22ae93 Remove unnecessary @TargetApi annotations by Alan Viverette · 8 years ago
  47. fb54e46 Improve pref behavior across lifecycle events by Tony Mantler · 8 years ago
  48. 8e10080 Move from GROUP_ID to LIBRARY_GROUP annotations by Aurimas Liutikas · 8 years ago
  49. af6b251 Adds working lint target to support lib build, more workarounds by Alan Viverette · 8 years ago
  50. 72da1bc Fix NewApi errors in support libraries by Alan Viverette · 8 years ago
  51. 8f886fe Annotate support classes with RequiresApi / TargetApi by Alan Viverette · 8 years ago
  52. 9439d70 Move all support library projects to use a single compilation unit by Alan Viverette · 8 years ago
  53. 22bde23 Added SeekBarPreference to v7 pref support library by Keyvan Amiri · 8 years ago
  54. 9480eb4 resolve merge conflicts of 7243922 to master by Alan Viverette · 8 years ago
  55. c39d9c7 Add @RestrictTo(GROUP_ID) annotations to match @hide docs annotations by Alan Viverette · 8 years ago
  56. fef0097 Add call to update screen title by Tony Mantler · 8 years ago
  57. 7b59d3a Remove old API check artifacts, invoke gradle from old make target by Alan Viverette · 8 years ago
  58. bd00874 Merge "Revert "Remove old API check artifacts, invoke gradle from old make target"" by Yigit Boyar · 8 years ago
  59. 3c141cd Revert "Remove old API check artifacts, invoke gradle from old make target" by Yigit Boyar · 8 years ago
  60. 3e36e45 Add missing source and docs JAR tasks for support libraries am: 523ece85ea am: 654fa607e0 by Alan Viverette · 8 years ago
  61. 009647b Remove old API check artifacts, invoke gradle from old make target by Alan Viverette · 8 years ago
  62. 8bce9f5 Link to preference samples by Tony Mantler · 8 years ago
  63. 523ece8 Add missing source and docs JAR tasks for support libraries by Alan Viverette · 8 years ago
  64. 1700ccd Merge "Preference: Exclude RadioButton from focusable target of Talkback" into nyc-dev am: 3d924b378d am: 1720a818c3 by Dake Gu · 8 years ago
  65. c476773 Preference: Exclude RadioButton from focusable target of Talkback by Dake Gu · 8 years ago
  66. 96c9b77 Remove API files that track individual releases by Kirill Grouchnikov · 8 years ago
  67. 1553af7 Add accessibility hooks for Preference, provide a11y header info by Steven Dao · 8 years ago
  68. 6759b10 Build support libs with AAPT2 by Adam Lesinski · 8 years ago
  69. 57f3918 Revert "Build support libs with AAPT2" by Adam Lesinski · 8 years ago
  70. 66b8608 Build support libs with AAPT2 by Adam Lesinski · 8 years ago
  71. 4ac91fa Revert "Build support libs with AAPT2" by Adam Lesinski · 8 years ago
  72. 0dac8d8 Build support libs with AAPT2 by Adam Lesinski · 8 years ago
  73. 94d1198 Don't handle clicks when the view is torn down by Tony Mantler · 8 years ago
  74. 7731108 Animate the whole RecyclerView by Tony Mantler · 8 years ago
  75. e1cd5a1 Pin support libraries to Java 1.7 so they can be used with dx by Neil Fuller · 8 years ago
  76. 84ddb2c Add bottom padding protection to pref list on TV by Tony Mantler · 8 years ago
  77. 5bed61d Fix RTL for leanback preference category by Tony Mantler · 8 years ago
  78. 6e1afc8 Merge "Update support lib to use correct current SDK" by Chris Banes · 9 years ago
  79. 02a9e8c Support library gradle improvements by Yigit Boyar · 9 years ago
  80. 82b5549 Update support lib to use correct current SDK by Chris Banes · 9 years ago
  81. 457c75a Fix shadow showing up over dialogs by Tony Mantler · 9 years ago
  82. 55a0796 Only register key listener when resumed. by Tony Mantler · 9 years ago
  83. 490cb56 Fix shadows for preference fragment by Tony Mantler · 9 years ago
  84. 8868c3d Add 23.1.1 support library API files by Chris Banes · 9 years ago
  85. 129a2ef Add elevation to leanback list dialogs by Tony Mantler · 9 years ago
  86. 95ad49b Fix multi source folder API checking by Chris Banes · 9 years ago
  87. edbbff3 Merge "Add divider support to preference support lib" into mnc-ub-dev by Tony Mantler · 9 years ago
  88. 3449821 Merge "Add uploadArchives gradle target to prefs libs" into mnc-ub-dev by Tony Mantler · 9 years ago
  89. a2dbc75 Add uploadArchives gradle target to prefs libs by Tony Mantler · 9 years ago
  90. 5270430 Merge "Wire up change listener for leanback preference dialogs" into mnc-ub-dev by Tony Mantler · 9 years ago
  91. b1d3557 Add 23.1.0 API files by Chris Banes · 9 years ago
  92. 4432247 Wire up change listener for leanback preference dialogs by Tony Mantler · 9 years ago
  93. 1fcd004 Add divider support to preference support lib by Tony Mantler · 9 years ago
  94. b56f6a6 Properly constrain leanback preference icon size by Tony Mantler · 9 years ago
  95. 3ef0273 Fix icon margins for leanback preference items. by Tony Mantler · 9 years ago
  96. 26442f8 Support preference tidy by Tony Mantler · 9 years ago
  97. 1273d7f Use themed context to inflate preference views by Tony Mantler · 9 years ago
  98. 048d109 Use android: namespaced attributes in themes by Tony Mantler · 9 years ago
  99. 6d76029 Move FadeAndShortSlide to leanback by Dake Gu · 9 years ago
  100. 390b707 Use accent color for preference category title by Tony Mantler · 9 years ago