[go: nahoru, domu]

  1. 36de1fe Upgrade to AGP 8.3.0-beta01 by Aurimas Liutikas · 7 months ago
  2. 108fa4f Merge "Add more context to BanUncheckedReflection lint error message" into androidx-main by Tiem Song · 6 months ago
  3. 7e943e4 Add more context to BanUncheckedReflection lint error message by Tiem Song · 6 months ago
  4. 1c98a8e Merge "Add comment to build.gradle files" into androidx-main by Treehugger Robot · 6 months ago
  5. ee0da74 Add comment to build.gradle files by Tiem Song · 6 months ago
  6. 68550f4 Migrate to platform methods for deprecated ViewCompat APIs by Alan Viverette · 6 months ago
  7. d941e7b Remove JELLY_BEAN* mentions from *.java and *.kt code by Sergey Vasilinetc · 7 months ago
  8. 9b88eeb Update API files with improved Kotlin nulls by Julia McClellan · 7 months ago
  9. 0320965 Upgrade to errorprone 2.23.0 by Aurimas Liutikas · 7 months ago
  10. f2ce9b2 Remove last @RequiresApi(15) except ViewCompat by Sergey Vasilinetc · 7 months ago
  11. 8bad382 Remove KITKAT mentions in *.java files by Sergey Vasilinetc · 7 months ago
  12. 14450b9 Remove KITKAT mentions in *.kt files by Sergey Vasilinetc · 7 months ago
  13. ff6e33e Remove always true Build.VERSION.SDK_INT >= 19 if checks by Sergey Vasilinetc · 7 months ago
  14. 3bfa5bd Remove always false Build.VERSION.SDK_INT < (15, 16, 17, 18) if checks by Sergey Vasilinetc · 7 months ago
  15. e97e603 Merge "Add missing test annotations" into androidx-main by Ryan Mentley · 8 months ago
  16. cf1d493 Add missing test annotations by Ryan Mentley · 8 months ago
  17. 782453e0 Convert PagerSnapHelperIntegrationTest to Kotlin by Ryan Mentley · 8 months ago
  18. d2af719 Merge changes I83006e86,I776f73c6 into androidx-main by Ryan Mentley · 8 months ago
  19. de6a036 Fix broken tests in GridLayoutManagerSnappingTest by Ryan Mentley · 8 months ago
  20. ad30749 Convert GridLayoutManagerSnappingTest to Kotlin by Ryan Mentley · 8 months ago
  21. a504075 Merge "Improve RecyclerView trace detail, and trace if prefetch needed for next frame" into androidx-main by Treehugger Robot · 8 months ago
  22. ac7fbb7 Improve RecyclerView trace detail, and trace if prefetch needed for next frame by Chris Craik · 8 months ago
  23. 7d96090 Merge "Disable flaking smoothScroll_whenSmoothScrollerStops_destinationReached" into androidx-main by Treehugger Robot · 8 months ago
  24. 82a54b7 Disable flaking smoothScroll_whenSmoothScrollerStops_destinationReached by Aurimas Liutikas · 8 months ago
  25. 537c348 Remove obsolete SDK_INT codepaths in recyclerview by Jake Wharton · 8 months ago
  26. 521743b Merge "Log ignored exceptions in BaseRecyclerViewInstrumentationTest as INFO, not ERROR" into androidx-main by Treehugger Robot · 8 months ago
  27. 5f340c2 Fix flaky duplicateAdapterPositionTest by Ryan Mentley · 8 months ago
  28. a39e292 Log ignored exceptions in BaseRecyclerViewInstrumentationTest as INFO, not ERROR by Ryan Mentley · 8 months ago
  29. 50d0de6 Convert RecyclerViewLayoutTest.duplicateAdapterPositionTest to Kotlin by Ryan Mentley · 9 months ago
  30. 2c8d2c7 Update lint baseline after bumping minSdkVersion to 19 by Aurimas Liutikas · 9 months ago
  31. 4c80dd7 Remove intermediate check for stretch distance by George Mount · 9 months ago
  32. ecca5bd Pin RecyclerView's ViewPager2 version constraint to a specific version by Ryan Mentley · 9 months ago
  33. e873b74 Merge "Remove VisibleForTesting from FastScroller" into androidx-main by Treehugger Robot · 9 months ago
  34. 9889e0c Remove VisibleForTesting from FastScroller by Aurimas Liutikas · 9 months ago
  35. a9b35a5 Attempt to fix flaky StretchEdgeEffectTest by George Mount · 9 months ago
  36. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 10 months ago
  37. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 11 months ago
  38. bb703d6 Deflake PoolingContainerRecyclerViewTest#sharedViewPool, for real by Ryan Mentley · 11 months ago
  39. 766116b Name/structure updates to Differential fling classes by Yeabkal Wubshit · 11 months ago
  40. 2ac24f4e Merge "Wait for the UI thread after BaseRecyclerViewInstrumentationTest.waitForIdleScroll" into androidx-main by Ryan Mentley · 11 months ago
  41. 1c28146 recyclerview: rename mNewPosition -> newPosition by Liangliang Sui · 11 months ago
  42. 0dc0b34 Wait for the UI thread after BaseRecyclerViewInstrumentationTest.waitForIdleScroll by Ryan Mentley · 11 months ago
  43. 6e0f108 Fix up various javadoc issues in Recyclerview by Aurimas Liutikas · 11 months ago
  44. 78a2266 Make DifferentialMotionFlingHelper public by Yeabkal Wubshit · 12 months ago
  45. 9ddc332 Merge "recyclerview: Fix comment of recycleView ends ItemAnimator" into androidx-main by Dake Gu · 11 months ago
  46. c2ac076 Merge "Create Fallback Velocity Tracking for AXIS_SCROLL" into androidx-main by Yeabkal Wubshit · 11 months ago
  47. 417e131 recyclerview: Fix comment of recycleView ends ItemAnimator by Dake Gu · 11 months ago
  48. 63e23bb Create Fallback Velocity Tracking for AXIS_SCROLL by Yeabkal Wubshit · 11 months ago
  49. 7b1d869 Fix ChildHelper removeView re-enter removeViewIfHidden by Dake Gu · 12 months ago
  50. 2cb53ad Merge "Fix flaking RecyclerViewLayoutTest.flingFrozen test" into androidx-main by Treehugger Robot · 11 months ago
  51. 30d745c Fix flaking RecyclerViewLayoutTest.flingFrozen test by Ryan Mentley · 11 months ago
  52. e5e6a96 Fix threading issues in RecyclerViewSmoothScrollToPositionTest by Ryan Mentley · 11 months ago
  53. d85a028 Merge "Differential fling optimization" into androidx-main by Yeabkal Wubshit · 12 months ago
  54. 73d826d Differential fling optimization by Yeabkal Wubshit · 12 months ago
  55. 135fb37 Set Pointer ID for Test MotionEvents by Yeabkal Wubshit · 12 months ago
  56. 268ff59 Merge "Fix nested drag test flakiness" into androidx-main by Ryan Mentley · 12 months ago
  57. 101fdac Merge "Add debugging info to smoothScroll_whenSmoothScrollerStops_destinationReached" into androidx-main by Ryan Mentley · 12 months ago
  58. b2f6898 Fix nested drag test flakiness by Ryan Mentley · 12 months ago
  59. 41285d1 Merge "Speculative flakiness fixes for LinearLayoutManagerRemoveShownItemsTest" into androidx-main by Treehugger Robot · 12 months ago
  60. aed43e3 Merge "Don't crash when dispatching key events with no layout manager" into androidx-main by Ryan Mentley · 12 months ago
  61. b5bb5da Don't crash when dispatching key events with no layout manager by Ryan Mentley · 12 months ago
  62. 80e9e8b Add debugging info to smoothScroll_whenSmoothScrollerStops_destinationReached by Ryan Mentley · 12 months ago
  63. 51e8feb Implement RecyclerView Differential Motion Fling by Yeabkal Wubshit · 12 months ago
  64. f0c89e3 Create DifferentialMotionFlingHelper by Yeabkal Wubshit · 12 months ago
  65. 412faf2 Merge "Fix stretch overscroll in RecyclerView with nested scrolling" into androidx-main by George Mount · 12 months ago
  66. 4431302 Fix stretch overscroll in RecyclerView with nested scrolling by George Mount · 12 months ago
  67. 5d37dd8 Merge "Add new lines at the end of of every kotlin file" into androidx-main by Aurimas Liutikas · 12 months ago
  68. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 12 months ago
  69. 2d0bac9 Replace usages of deprecated BuildCompat.isAtLeastU() et al by Alan Viverette · 12 months ago
  70. 619b37f Fix closing of javadoc/kdocs by Aurimas Liutikas · 12 months ago
  71. e1ea28e Moved GridLayoutManager UiAutomation tests to own class by Shailen Tuli · 1 year ago
  72. 8eaf5af Merge changes I624bb895,I32b4d295,Ie34caac5 into androidx-main by Julia McClellan · 1 year ago
  73. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 1 year, 1 month ago
  74. ce57a4c Speculative flakiness fixes for LinearLayoutManagerRemoveShownItemsTest by Ryan Mentley · 1 year, 1 month ago
  75. bd1047e Move most of prefetchTest to the main thread by Ryan Mentley · 1 year, 1 month ago
  76. 24589cc Convert RecyclerViewPrefetchTest to Kotlin by Ryan Mentley · 1 year, 1 month ago
  77. b5029d2 Merge "Remove 0.0.0.txt API signatures" into androidx-main am: 2eb8589dad by Julia McClellan · 1 year, 1 month ago
  78. f13c691 Remove 0.0.0.txt API signatures by Julia McClellan · 1 year, 1 month ago
  79. ea9fa21 Ignore flaky test by ivychen · 1 year, 1 month ago
  80. 0c83b39 Merge "Add Page Up/Down support to the RecyclerView" into androidx-main am: 73f902dee0 by Treehugger Robot · 1 year, 1 month ago
  81. f8cbe1c Add Page Up/Down support to the RecyclerView by Seigo Nonaka · 1 year, 1 month ago
  82. 94e40e2 Ignore failing recyclerview tests by Julia McClellan · 1 year, 1 month ago
  83. 84ea420 Merge "Added ACTION_SCROLL_IN_DIRECTION to GridLayoutManager" into androidx-platform-dev by Shailen Tuli · 1 year, 2 months ago
  84. 5e07eb8 Merge changes from topic "scroll_in_direction_with_spans" into androidx-platform-dev by Shailen Tuli · 1 year, 2 months ago
  85. 49f5813 Added ACTION_SCROLL_IN_DIRECTION to GridLayoutManager by Shailen Tuli · 1 year, 3 months ago
  86. 24c9862 Made ACTION_SCROLL_IN_DIRECTION work with spans when scrolling down by Shailen Tuli · 1 year, 2 months ago
  87. aa4abe9 Made ACTION_SCROLL_IN_DIRECTION work with spans when scrolling up by Shailen Tuli · 1 year, 2 months ago
  88. 5f18827 Made ACTION_SCROLL_IN_DIRECTION work with spans when scrolling left by Shailen Tuli · 1 year, 2 months ago
  89. 0476fce Made ACTION_SCROLL_IN_DIRECTION work with spans when scrolling right by Shailen Tuli · 1 year, 3 months ago
  90. 24e3af0 Merge "Added granular scrolling to RecyclerView" into androidx-platform-dev by Shailen Tuli · 1 year, 2 months ago
  91. 55c7ab0 Merge "Opt-in n- thru t-prefixed projects to Suppress Compatibility migration" into androidx-main am: ed9751b8dd by Alan Viverette · 1 year, 2 months ago
  92. 40fa806 Opt-in n- thru t-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 2 months ago
  93. 0aed3c6 Added granular scrolling to RecyclerView by Shailen Tuli · 1 year, 2 months ago
  94. 306c0ed Handles cases where accessibility focus is placed on a new node by Shailen Tuli · 1 year, 3 months ago
  95. 44e25b1 Added fields to store the row/column indices that work with spans by Shailen Tuli · 1 year, 3 months ago
  96. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 2 months ago
  97. 3512804 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 2 months ago
  98. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 2 months ago
  99. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 2 months ago
  100. 4202d31 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 2 months ago