1. ee0475d Merge "Sync jetpack and master Android.mk files." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  2. daa449a Merge "Merge commit '7ed10e5f43637b244bdf8fcededde19d80c4a372' into mergefix" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  3. d794613 Merge commit '7ed10e5f43637b244bdf8fcededde19d80c4a372' into mergefix by Aurimas Liutikas · 7 years ago
  4. b84e677 recyclerview: fix hiddenNoneRemoveViewAccessibility by Dake Gu · 7 years ago
  5. b63b3ab Set minSdkVersion via our SupportAndroidLibraryPlugin. by Aurimas Liutikas · 7 years ago
  6. dd2769d Merge "Use a modified LinearSnapHelper to replace the PagedLayoutManager." into oc-mr1-jetpack-dev by Anthony Chen · 7 years ago
  7. 8bfe319 Merge "No functional changes, just an effort to cleanup some code to decrease complexity." into oc-mr1-jetpack-dev by Shep Shapard · 7 years ago
  8. 9871c02 Merge "RecyclerView: Fix removingAnimatingView cleared mLayoutRequestEaten" into oc-mr1-jetpack-dev by Dake Gu · 7 years ago
  9. 7412f7f Sync jetpack and master Android.mk files. by Aurimas Liutikas · 7 years ago
  10. b226d4d Use a modified LinearSnapHelper to replace the PagedLayoutManager. by Anthony Chen · 7 years ago
  11. 2ac806c RecyclerView: Fix removingAnimatingView cleared mLayoutRequestEaten by Dake Gu · 7 years ago
  12. 2e11ef9 Fixed flaky test that was checking for an event that occurs on onDraw but was not waiting for onDraw to by shepshapard · 7 years ago
  13. 5ac70c1 Merge "Add default style attr for CardView" into oc-mr1-jetpack-dev by Chris Banes · 7 years ago
  14. b509323 Merge "RecyclerView: accessbility bug for hiddenNonRemove view" into oc-mr1-jetpack-dev by Dake Gu · 7 years ago
  15. 66807fc Use dependency substitution as a replacement for excludes. by Jake Wharton · 7 years ago
  16. 4a7b609 Add default style attr for CardView by Chris Banes · 7 years ago
  17. d30fa74 Merge "Fix z-order of a tooltip on a view inside a Dialog." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  18. 4af60aa Only include visible preference in the advanced button summary. by Doris Ling · 7 years ago
  19. 4ec79b8 Fix z-order of a tooltip on a view inside a Dialog. by Vladislav Kaznacheev · 7 years ago
  20. 573b18a Make JdkObsolete check error and correct occurences. by Jake Wharton · 7 years ago
  21. 08169a2 RecyclerView: accessbility bug for hiddenNonRemove view by Dake Gu · 7 years ago
  22. cf3ca87 Merge "Make ParameterNotNullable check an error and correct occurrences." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  23. 734bceb Merge "Make IntLongMath check error and correct occurrences." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  24. 90a3769 Merge "Add nullability annotations to RecyclerView.Adapter." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  25. 2473042 Make ParameterNotNullable check an error and correct occurrences. by Jake Wharton · 7 years ago
  26. 9bed371 Merge "Refactored editTextVisibility tests to no longer rely on the soft keyboard which makes them work on previously failing API levels 15, 17 and 19." into oc-mr1-jetpack-dev by Shep Shapard · 7 years ago
  27. 775da40 Make IntLongMath check error and correct occurrences. by Jake Wharton · 7 years ago
  28. cbc62f2 Add nullability annotations to RecyclerView.Adapter. by Jake Wharton · 7 years ago
  29. 70a61be Add an API to AlertDialog to enable button images. by Aga Madurska · 7 years ago
  30. 6c90d0f Merge "Small documentation updates in RecyclerView." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  31. b0a7857 Adding SortedList.replaceAll by shepshapard · 7 years ago
  32. 5d3ed04 Small documentation updates in RecyclerView. by shepshapard · 7 years ago
  33. 046a8a0 Refactored editTextVisibility tests to no longer rely on the soft keyboard which makes them work by shepshapard · 7 years ago
  34. 6be4365 Run density-related test only on v17+ by Kirill Grouchnikov · 7 years ago
  35. b8fd9b6 Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  36. f4ec12f Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  37. 1bece13 Emit all APIs using Predicates. by Jeff Sharkey · 7 years ago
  38. e2cd87a resolve merge conflicts of 25c6163330 to oc-mr1-jetpack-dev by Aurimas Liutikas · 7 years ago
  39. 25c6163 Only add baseline file when it exists. by Jake Wharton · 7 years ago
  40. 56236bb Merge "Expose ContextThemeWrapper as public API" into oc-mr1-jetpack-dev by Kirill Grouchnikov · 7 years ago
  41. 8f4e443 Fix AppCompatTextViewTest.testfontFamilyNamespaceHierarchy by Mihai Popa · 7 years ago
  42. d0a86f0 Expose ContextThemeWrapper as public API by Kirill Grouchnikov · 7 years ago
  43. 480000d Merge "Remove useless package.html" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  44. ab1c3a7 Merge "Fix failing GridLayoutManager#editTextVisibility and LinearLayoutManager#editTextVisibility tests that are seemingly failing on APIs 15 and 19." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  45. 04c9cb4 Remove useless package.html by Aurimas Liutikas · 7 years ago
  46. a0e32c5 No functional changes, just an effort to cleanup some code to decrease by shepshapard · 7 years ago
  47. fdd7342 Merge "RecyclerView: maybe fix IAE in focusSearch" into oc-mr1-jetpack-dev by Dake Gu · 7 years ago
  48. f118c5e Fix failing GridLayoutManager#editTextVisibility and by shepshapard · 7 years ago
  49. 531442b Merge "Correct nullability annotation to NonNull." into oc-mr1-support-27.0-dev by Jake Wharton · 7 years ago
  50. 7c76d7b RecyclerView: maybe fix IAE in focusSearch by Dake Gu · 7 years ago
  51. e4f72ec Further clean up app-toolkit build files. am: 87a16a53f9 by Aurimas Liutikas · 7 years ago
  52. 605d372 Merge "Hint visibility in AppCompat text widgets in landscape mode" into oc-mr1-support-27.0-dev by Kirill Grouchnikov · 7 years ago
  53. 5563003 Remove toolbar's child views from previous parents am: 16847a11ac by Kirill Grouchnikov · 7 years ago
  54. 89e4c71 Merge "Fixes RecyclerViewBasicTest#focusOrderTest which was failing on API 15." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  55. c625763 Only call LayoutManager#onItemsChanged after RecyclerView#swapAdapter and by shepshapard · 7 years ago
  56. 396f5b4 Fixes RecyclerViewBasicTest#focusOrderTest which was failing on API 15. by shepshapard · 7 years ago
  57. f224863 Merge "Cancel pending hover tooltip when updating tooltip text." into oc-mr1-jetpack-dev by Alan Viverette · 7 years ago
  58. a14113a Merge "Correct nullability annotation to NonNull." into oc-mr1-support-27.0-dev by Jake Wharton · 7 years ago
  59. efcd6a5 Merge "Add one more explicit wait for activity's recreate" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  60. cef6a2d Cancel pending hover tooltip when updating tooltip text. by Vladislav Kaznacheev · 7 years ago
  61. f33b479 Merge "Fixed issue where cached views were reporting an adapter position after notifyDataSetChanged was called." into oc-mr1-support-27.0-dev by Shep Shapard · 7 years ago
  62. 87a16a5 Further clean up app-toolkit build files. by Aurimas Liutikas · 7 years ago
  63. 27ffc4a Fixed issue where cached views were reporting an adapter position after notifyDataSetChanged was called. by shepshapard · 7 years ago
  64. d057f5f Merge "Hint visibility in AppCompat text widgets in landscape mode" into oc-mr1-support-27.0-dev by Kirill Grouchnikov · 7 years ago
  65. 0467074 Correct nullability annotation to NonNull. by Jake Wharton · 7 years ago
  66. 1ce40f9 Hint visibility in AppCompat text widgets in landscape mode by Kirill Grouchnikov · 7 years ago
  67. 16847a1 Remove toolbar's child views from previous parents by Kirill Grouchnikov · 7 years ago
  68. e00a16b Merge "Add watch specific theming to AlertDialog." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  69. 35802d2 Merge "Cancel pending hover tooltip when updating tooltip text." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  70. 5c8dcdf Add one more explicit wait for activity's recreate by Kirill Grouchnikov · 7 years ago
  71. 30a5366 Move to setting maven version via SupporLibrary extension. am: 78c1ab769d by Aurimas Liutikas · 7 years ago
  72. 78c1ab7 Move to setting maven version via SupporLibrary extension. by Aurimas Liutikas · 7 years ago
  73. 313ba49 Merge "Support for custom view inflaters in appcompat" into oc-mr1-jetpack-dev by Kirill Grouchnikov · 7 years ago
  74. 2f4dd94 Add watch specific theming to AlertDialog. by Aga Madurska · 7 years ago
  75. f8e94cb Merge "Change theme application order" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  76. 7f40a7e Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  77. 44d7d86 Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  78. 5b62489 Merge "Move to Kotlin friendly supportLibrary extension calling." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  79. 6f0690b Merge "Change theme application order" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  80. 97454c3 Merge "Add OWNERS for mediarouter." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  81. 35d642a Merge "Merge Flatfoot and Support library plugins" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  82. 1644531 Add OWNERS for mediarouter. by Christofer Åkersten · 7 years ago
  83. ea5ee82 Move to Kotlin friendly supportLibrary extension calling. by Aurimas Liutikas · 7 years ago
  84. f8b708a Merge Flatfoot and Support library plugins by Aurimas Liutikas · 7 years ago
  85. 448d130 Cancel pending hover tooltip when updating tooltip text. by Vladislav Kaznacheev · 7 years ago
  86. afe8a4d Merge "Fix android:fontFamily taking precedence over app:fontFamily" into oc-mr1-support-27.0-dev by Clara Bayarri · 7 years ago
  87. 5673165 Merge "Fix android:fontFamily taking precedence over app:fontFamily" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  88. 7a1aeb3 Change theme application order by Christofer Åkersten · 7 years ago
  89. 6a94074 Merge "Fix the v21-specific path for tinting view background" into oc-mr1-jetpack-dev by Kirill Grouchnikov · 7 years ago
  90. 40f536e Change theme application order by Christofer Åkersten · 7 years ago
  91. 0acaca3 Merge "Add change payloads to SortedList." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  92. 875082c Merge "Add OWNERS files in support project." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  93. 9b57240 Fix the v21-specific path for tinting view background by Kirill Grouchnikov · 7 years ago
  94. 3f27daa Support for custom view inflaters in appcompat by Kirill Grouchnikov · 7 years ago
  95. 7e4cce4 Rename tooltip related resources in support lib. by Vladislav Kaznacheev · 7 years ago
  96. acf268b Add OWNERS files in support project. by Aurimas Liutikas · 7 years ago
  97. b8155f4 Fix android:fontFamily taking precedence over app:fontFamily by Clara Bayarri · 7 years ago
  98. 8f6b582 Add change payloads to SortedList. by Nick Butcher · 7 years ago
  99. 698ab5d Merge "Fixed issue where cached views were reporting an adapter position after notifyDataSetChanged was called." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  100. 74597b2 Remove disabled text alpha on v21/22 for borderless colored buttons by Kirill Grouchnikov · 7 years ago