1. 1226db5 Merge "Update lint baseline" by TreeHugger Robot · 7 years ago
  2. e70c7da Update lint baseline by Aurimas Liutikas · 7 years ago
  3. 1989c3c Update to gradle 3.0 style dependencies. by Aurimas Liutikas · 7 years ago
  4. 76542da Remove the code to create repo with all history archive. by Aurimas Liutikas · 7 years ago
  5. 005dea0 Remove the code to create repo with all history archive. by Aurimas Liutikas · 7 years ago
  6. f74f127 Fix an assortment of lint warnings. by Aurimas Liutikas · 7 years ago
  7. ce92ed7 Fix an assortment of lint warnings. by Aurimas Liutikas · 7 years ago
  8. 6ca9d01 Disable lint when using custom Android Gradle Plugin. by Aurimas Liutikas · 7 years ago
  9. 1d71298 Update baseline for AGP 3.0.0-dev by Aurimas Liutikas · 7 years ago
  10. c99047a Merge "Add custom baseline for the custom Android Gradle Plugin." by Aurimas Liutikas · 7 years ago
  11. 1eecf50 Add custom baseline for the custom Android Gradle Plugin. by Aurimas Liutikas · 7 years ago
  12. 83ffd0a Fix NotificationManagerCompat call to queryIntentServices by Aurimas Liutikas · 7 years ago
  13. 624bd20 Enable all default lint checks and establish baseline. by Aurimas Liutikas · 7 years ago
  14. 4f5be92 Set targetSdkVersion for our tests to be API 26. by Aurimas Liutikas · 7 years ago
  15. c2d620d Move version metadata to <application> by Chris Banes · 8 years ago
  16. 7f35986 Restore "Clean up files left over from old SDK build" by Alan Viverette · 8 years ago
  17. 71e91f2 Revert "Clean up files left over from old SDK build" to fix build by Alan Viverette · 8 years ago
  18. 51e3ec3 Clean up files left over from old SDK build by Alan Viverette · 8 years ago
  19. d2900e6 Cleanup test AndroidManifest.xml files. by Aurimas Liutikas · 8 years ago
  20. 99dd7da Merge "Another build.gradle file cleanup." by Aurimas Liutikas · 8 years ago
  21. fa0f82f Deprecated ViewCompat methods that were added in API 11. by Aurimas Liutikas · 8 years ago
  22. 8feb8c2 Another build.gradle file cleanup. by Aurimas Liutikas · 8 years ago
  23. f09d858 Put dependencies and their versions into one place. by Aurimas Liutikas · 8 years ago
  24. 45323dc Move the setup of uploadArchives repository to SupportLibraryPlugin. by Aurimas Liutikas · 8 years ago
  25. 16cd13b Move the set up of uploadArchives to SupportLibraryPlugin by Aurimas Liutikas · 8 years ago
  26. f751306 Bump minSdkVersion to API 14. by Aurimas Liutikas · 8 years ago
  27. 310f81d Add support lib version meta-data to AndroidManifest.xml by Chris Banes · 8 years ago
  28. df62e86 Move creating the source jar setup to SupportLibraryPlugin.java by Aurimas Liutikas · 8 years ago
  29. 9697da7 Create AndroidLibraryPlugin to share common module configuration. by Aurimas Liutikas · 8 years ago
  30. 78df598 Revert "Create AndroidLibraryPlugin to share common module configuration. " by Aurimas Liutikas · 8 years ago
  31. a46cd42 Create AndroidLibraryPlugin to share common module configuration. by Aurimas Liutikas · 8 years ago
  32. 94d018a Clean up build.gradle files in support library. by Aurimas Liutikas · 8 years ago
  33. f349dba Remove javadocTask and javadocJarTask. by Aurimas Liutikas · 8 years ago
  34. af6b251 Adds working lint target to support lib build, more workarounds by Alan Viverette · 8 years ago
  35. 5ec99dd Revert "Add support lib version meta-data to AndroidManifest.xml" by Chris Banes · 8 years ago
  36. cdcdfd0 Add support lib version meta-data to AndroidManifest.xml by Chris Banes · 8 years ago
  37. 9439d70 Move all support library projects to use a single compilation unit by Alan Viverette · 8 years ago
  38. 42e7d6f Replace usage of Instrumentation#runOnMainSync with ActivityTestRule#runOnUiThread. by Aurimas Liutikas · 8 years ago
  39. 754cb29 Switch from deprecated size annotations to new ones. by Aurimas Liutikas · 8 years ago
  40. f648097 Remove android.support.v7.widget.Space. am: 7d55eb9de6 by Aurimas Liutikas · 8 years ago
  41. 6c1d418 Remove all the extra accessor methods added by javac in support-gridlayout. by Aurimas Liutikas · 8 years ago
  42. 7d55eb9 Remove android.support.v7.widget.Space. by Aurimas Liutikas · 8 years ago
  43. dfe7578 Update to new test runner and espresso. by Aurimas Liutikas · 8 years ago
  44. d038921 Improve GridLayoutTest by Yigit Boyar · 8 years ago
  45. 7b59d3a Remove old API check artifacts, invoke gradle from old make target by Alan Viverette · 8 years ago
  46. 3c141cd Revert "Remove old API check artifacts, invoke gradle from old make target" by Yigit Boyar · 8 years ago
  47. 009647b Remove old API check artifacts, invoke gradle from old make target by Alan Viverette · 8 years ago
  48. 4084a33 Merge "Remove API files that track individual releases" by Kirill Grouchnikov · 8 years ago
  49. 96c9b77 Remove API files that track individual releases by Kirill Grouchnikov · 8 years ago
  50. 55fc3f2 Internal cleanup by Kirill Grouchnikov · 8 years ago
  51. df15399 Bump minSdk to 9 everywhere where it was < 9 by Kirill Grouchnikov · 8 years ago
  52. 929f27a Update attr refs for unbundling by Alan Viverette · 8 years ago
  53. 6759b10 Build support libs with AAPT2 by Adam Lesinski · 9 years ago
  54. 57f3918 Revert "Build support libs with AAPT2" by Adam Lesinski · 9 years ago
  55. 66b8608 Build support libs with AAPT2 by Adam Lesinski · 9 years ago
  56. 4ac91fa Revert "Build support libs with AAPT2" by Adam Lesinski · 9 years ago
  57. 0dac8d8 Build support libs with AAPT2 by Adam Lesinski · 9 years ago
  58. 70d141d Fix GridLayout to properly convert MarginLayoutParams by Yigit Boyar · 9 years ago
  59. e1cd5a1 Pin support libraries to Java 1.7 so they can be used with dx by Neil Fuller · 9 years ago
  60. 1d3991c Convert tests to consistent structure by Kirill Grouchnikov · 9 years ago
  61. 320463c Set activity enter and exit transitions to be no animation. by Aurimas Liutikas · 9 years ago
  62. 6e1afc8 Merge "Update support lib to use correct current SDK" by Chris Banes · 9 years ago
  63. c0fce14 Merge "Support library gradle improvements" into mnc-ub-dev am: 04292f146c by Yigit Boyar · 9 years ago
  64. 02a9e8c Support library gradle improvements by Yigit Boyar · 9 years ago
  65. 82b5549 Update support lib to use correct current SDK by Chris Banes · 9 years ago
  66. 68e7adb Ensure Java 1.7 compatibility for pre-NYC platforms by Justin Klaassen · 9 years ago
  67. c2315a7 Fix support test build am: 1b30ef67a5 am: cc6802586e by Chris Banes · 9 years ago
  68. 1b30ef6 Fix support test build by Chris Banes · 9 years ago
  69. f873ca1 Follow encryption API changes. by Jeff Sharkey · 9 years ago
  70. daea069 Annotate other support library tests by Chris Banes · 9 years ago
  71. 8868c3d Add 23.1.1 support library API files by Chris Banes · 9 years ago
  72. 4145a44 Prevent infinite loop in case of integer overflow. by Deepanshu Gupta · 9 years ago
  73. b1d3557 Add 23.1.0 API files by Chris Banes · 9 years ago
  74. 490bf52 Get support lib ready for release by Chris Banes · 9 years ago
  75. b69f3ba resolved conflicts for merge of d888896e to mnc-dev by Chris Banes · 9 years ago
  76. cc2ee74 Bump version to v22.2.1 by Chris Banes · 9 years ago
  77. 6c857a5 am bbe3ab2b: Support 22.2.0 RC API files by Chris Banes · 9 years ago
  78. bbe3ab2 Support 22.2.0 RC API files by Chris Banes · 9 years ago
  79. 5968f1f am a8bda6f7: Hide GridLayout tests from doc build by Chris Banes · 9 years ago
  80. a8bda6f Hide GridLayout tests from doc build by Chris Banes · 9 years ago
  81. f1c1c12 am a4ef9efc: Merge "Add \'final\' 22.1.0 API files" into lmp-mr1-ub-dev by Chris Banes · 10 years ago
  82. f9c5b99 Add 'final' 22.1.0 API files by Chris Banes · 10 years ago
  83. 569c675 am e0f6585e: am 23e93f22: am f7c34e53: am 5af1790c: am 11b83982: Update support repo version (22.0.1/13) and add javadoc by Xavier Ducrohet · 10 years ago
  84. e0f6585 am 23e93f22: am f7c34e53: am 5af1790c: am 11b83982: Update support repo version (22.0.1/13) and add javadoc by Xavier Ducrohet · 10 years ago
  85. 5af1790 am 11b83982: Update support repo version (22.0.1/13) and add javadoc by Xavier Ducrohet · 10 years ago
  86. 11b8398 Update support repo version (22.0.1/13) and add javadoc by Xavier Ducrohet · 10 years ago
  87. cda6682 Generate API files for the support libraries DO NOT MERGE by Chris Banes · 10 years ago
  88. f62fcde Generate API files for the support libraries by Chris Banes · 10 years ago
  89. 1667055 Fix build by Fabrice Di Meglio · 10 years ago
  90. ee781a5 Remove original measurements cache from GridLayout by Yigit Boyar · 10 years ago
  91. aba8d47 GridLayout fixes by Yigit Boyar · 10 years ago
  92. 41c3dc6 Fix AlertDialog extending to screen width by Chris Banes · 10 years ago
  93. 5f355e7 Improve GridLayout's weight calculations by Yigit Boyar · 10 years ago
  94. 912e0ea Fix for b/16400888 - API Review: GridLayout attributes by Philip Milne · 10 years ago
  95. e0e0214 Revert "Suspected cause of regression affecting Timely " by Philip Milne · 10 years ago
  96. 634291e Suspected cause of regression affecting Timely by Philip Milne · 10 years ago
  97. b1dbd65 Port weight feature from L into v7 GridLayout support library by Philip Milne · 10 years ago
  98. 3586067 resolved conflicts for merge of d1616d2c to master by Jeff Davidson · 10 years ago
  99. 84faec5 Use a single build tools version for frameworks/support. by Jeff Davidson · 10 years ago
  100. b0bef57 Merge commit 'ee99601d' into HEAD by Jeff Hamilton · 10 years ago