1. 19f7209 Use setCustomSelectionActionModeCallback by Mihai Popa · 7 years ago
  2. a1087a7 Merge "Do not run MissingTranslation for snapshot versions of the library." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  3. 1eaa651 Do not run MissingTranslation for snapshot versions of the library. by Aurimas Liutikas · 7 years ago
  4. 04c9e28 Add missing @RestrictTo and test size annotations. by Aurimas Liutikas · 7 years ago
  5. 9fec9ae Merge "Allow button stacking by default" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  6. 4c4db4f Allow button stacking by default by Alan Viverette · 7 years ago
  7. b53f0ff Merge changes from topics "am-bfc1b28c-ead4-4221-adcb-bead4063e528", "am-02bcb61e-7760-43ea-9842-f1a4f8f4eedf" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  8. fa39e2b Remove uses of junit.framework.* by Aurimas Liutikas · 7 years ago
  9. 97b9ffb Merge "Fixed the failing test and reorganized the test a bit to make the code paths a bit clearer." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  10. 3f8f2df Remove uses of android.test.* classes. by Aurimas Liutikas · 7 years ago
  11. a1b4729 Remove android test case usage from adapter helper. am: ee283c1b5c by Yigit Boyar · 7 years ago
  12. ee283c1 Remove android test case usage from adapter helper. by Yigit Boyar · 7 years ago
  13. a6b6d5e Fixed the failing test and reorganized the test a bit to make the code paths a bit clearer. by shepshapard · 7 years ago
  14. 81458c9 Merge "Remove a number of @TargetApi uses in support library code." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  15. d8a3447 Remove a number of @TargetApi uses in support library code. by Aurimas Liutikas · 7 years ago
  16. 5999379 Added descriptions for and renamed fields and methods related to deferring or ignoring nested calls by shepshapard · 7 years ago
  17. 9acd5dc Move palette tests and manifest file to standard gradle directories. by Aurimas Liutikas · 7 years ago
  18. ee0475d Merge "Sync jetpack and master Android.mk files." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  19. daa449a Merge "Merge commit '7ed10e5f43637b244bdf8fcededde19d80c4a372' into mergefix" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  20. d794613 Merge commit '7ed10e5f43637b244bdf8fcededde19d80c4a372' into mergefix by Aurimas Liutikas · 7 years ago
  21. b84e677 recyclerview: fix hiddenNoneRemoveViewAccessibility by Dake Gu · 7 years ago
  22. b63b3ab Set minSdkVersion via our SupportAndroidLibraryPlugin. by Aurimas Liutikas · 7 years ago
  23. dd2769d Merge "Use a modified LinearSnapHelper to replace the PagedLayoutManager." into oc-mr1-jetpack-dev by Anthony Chen · 7 years ago
  24. 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
  25. 9871c02 Merge "RecyclerView: Fix removingAnimatingView cleared mLayoutRequestEaten" into oc-mr1-jetpack-dev by Dake Gu · 7 years ago
  26. 7412f7f Sync jetpack and master Android.mk files. by Aurimas Liutikas · 7 years ago
  27. b226d4d Use a modified LinearSnapHelper to replace the PagedLayoutManager. by Anthony Chen · 7 years ago
  28. 2ac806c RecyclerView: Fix removingAnimatingView cleared mLayoutRequestEaten by Dake Gu · 7 years ago
  29. 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
  30. 5ac70c1 Merge "Add default style attr for CardView" into oc-mr1-jetpack-dev by Chris Banes · 7 years ago
  31. b509323 Merge "RecyclerView: accessbility bug for hiddenNonRemove view" into oc-mr1-jetpack-dev by Dake Gu · 7 years ago
  32. 66807fc Use dependency substitution as a replacement for excludes. by Jake Wharton · 7 years ago
  33. 4a7b609 Add default style attr for CardView by Chris Banes · 7 years ago
  34. 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
  35. 4af60aa Only include visible preference in the advanced button summary. by Doris Ling · 7 years ago
  36. 4ec79b8 Fix z-order of a tooltip on a view inside a Dialog. by Vladislav Kaznacheev · 7 years ago
  37. 573b18a Make JdkObsolete check error and correct occurences. by Jake Wharton · 7 years ago
  38. 08169a2 RecyclerView: accessbility bug for hiddenNonRemove view by Dake Gu · 7 years ago
  39. cf3ca87 Merge "Make ParameterNotNullable check an error and correct occurrences." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  40. 734bceb Merge "Make IntLongMath check error and correct occurrences." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  41. 90a3769 Merge "Add nullability annotations to RecyclerView.Adapter." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  42. 2473042 Make ParameterNotNullable check an error and correct occurrences. by Jake Wharton · 7 years ago
  43. 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
  44. 775da40 Make IntLongMath check error and correct occurrences. by Jake Wharton · 7 years ago
  45. cbc62f2 Add nullability annotations to RecyclerView.Adapter. by Jake Wharton · 7 years ago
  46. 70a61be Add an API to AlertDialog to enable button images. by Aga Madurska · 7 years ago
  47. 6c90d0f Merge "Small documentation updates in RecyclerView." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  48. b0a7857 Adding SortedList.replaceAll by shepshapard · 7 years ago
  49. 5d3ed04 Small documentation updates in RecyclerView. by shepshapard · 7 years ago
  50. 046a8a0 Refactored editTextVisibility tests to no longer rely on the soft keyboard which makes them work by shepshapard · 7 years ago
  51. 6be4365 Run density-related test only on v17+ by Kirill Grouchnikov · 7 years ago
  52. b8fd9b6 Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  53. f4ec12f Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  54. 1bece13 Emit all APIs using Predicates. by Jeff Sharkey · 7 years ago
  55. e2cd87a resolve merge conflicts of 25c6163330 to oc-mr1-jetpack-dev by Aurimas Liutikas · 7 years ago
  56. 25c6163 Only add baseline file when it exists. by Jake Wharton · 7 years ago
  57. 56236bb Merge "Expose ContextThemeWrapper as public API" into oc-mr1-jetpack-dev by Kirill Grouchnikov · 7 years ago
  58. 8f4e443 Fix AppCompatTextViewTest.testfontFamilyNamespaceHierarchy by Mihai Popa · 7 years ago
  59. d0a86f0 Expose ContextThemeWrapper as public API by Kirill Grouchnikov · 7 years ago
  60. 480000d Merge "Remove useless package.html" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  61. 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
  62. 04c9cb4 Remove useless package.html by Aurimas Liutikas · 7 years ago
  63. a0e32c5 No functional changes, just an effort to cleanup some code to decrease by shepshapard · 7 years ago
  64. fdd7342 Merge "RecyclerView: maybe fix IAE in focusSearch" into oc-mr1-jetpack-dev by Dake Gu · 7 years ago
  65. f118c5e Fix failing GridLayoutManager#editTextVisibility and by shepshapard · 7 years ago
  66. 531442b Merge "Correct nullability annotation to NonNull." into oc-mr1-support-27.0-dev by Jake Wharton · 7 years ago
  67. 7c76d7b RecyclerView: maybe fix IAE in focusSearch by Dake Gu · 7 years ago
  68. e4f72ec Further clean up app-toolkit build files. am: 87a16a53f9 by Aurimas Liutikas · 7 years ago
  69. 605d372 Merge "Hint visibility in AppCompat text widgets in landscape mode" into oc-mr1-support-27.0-dev by Kirill Grouchnikov · 7 years ago
  70. 5563003 Remove toolbar's child views from previous parents am: 16847a11ac by Kirill Grouchnikov · 7 years ago
  71. 89e4c71 Merge "Fixes RecyclerViewBasicTest#focusOrderTest which was failing on API 15." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  72. c625763 Only call LayoutManager#onItemsChanged after RecyclerView#swapAdapter and by shepshapard · 7 years ago
  73. 396f5b4 Fixes RecyclerViewBasicTest#focusOrderTest which was failing on API 15. by shepshapard · 7 years ago
  74. f224863 Merge "Cancel pending hover tooltip when updating tooltip text." into oc-mr1-jetpack-dev by Alan Viverette · 7 years ago
  75. a14113a Merge "Correct nullability annotation to NonNull." into oc-mr1-support-27.0-dev by Jake Wharton · 7 years ago
  76. efcd6a5 Merge "Add one more explicit wait for activity's recreate" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  77. cef6a2d Cancel pending hover tooltip when updating tooltip text. by Vladislav Kaznacheev · 7 years ago
  78. 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
  79. 87a16a5 Further clean up app-toolkit build files. by Aurimas Liutikas · 7 years ago
  80. 27ffc4a Fixed issue where cached views were reporting an adapter position after notifyDataSetChanged was called. by shepshapard · 7 years ago
  81. d057f5f Merge "Hint visibility in AppCompat text widgets in landscape mode" into oc-mr1-support-27.0-dev by Kirill Grouchnikov · 7 years ago
  82. 0467074 Correct nullability annotation to NonNull. by Jake Wharton · 7 years ago
  83. 1ce40f9 Hint visibility in AppCompat text widgets in landscape mode by Kirill Grouchnikov · 7 years ago
  84. 16847a1 Remove toolbar's child views from previous parents by Kirill Grouchnikov · 7 years ago
  85. e00a16b Merge "Add watch specific theming to AlertDialog." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  86. 35802d2 Merge "Cancel pending hover tooltip when updating tooltip text." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  87. 5c8dcdf Add one more explicit wait for activity's recreate by Kirill Grouchnikov · 7 years ago
  88. 30a5366 Move to setting maven version via SupporLibrary extension. am: 78c1ab769d by Aurimas Liutikas · 7 years ago
  89. 78c1ab7 Move to setting maven version via SupporLibrary extension. by Aurimas Liutikas · 7 years ago
  90. 313ba49 Merge "Support for custom view inflaters in appcompat" into oc-mr1-jetpack-dev by Kirill Grouchnikov · 7 years ago
  91. 2f4dd94 Add watch specific theming to AlertDialog. by Aga Madurska · 7 years ago
  92. f8e94cb Merge "Change theme application order" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  93. 7f40a7e Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  94. 44d7d86 Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  95. 5b62489 Merge "Move to Kotlin friendly supportLibrary extension calling." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  96. 6f0690b Merge "Change theme application order" into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  97. 97454c3 Merge "Add OWNERS for mediarouter." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  98. 35d642a Merge "Merge Flatfoot and Support library plugins" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  99. 1644531 Add OWNERS for mediarouter. by Christofer Åkersten · 7 years ago
  100. ea5ee82 Move to Kotlin friendly supportLibrary extension calling. by Aurimas Liutikas · 7 years ago