1. 1a48443 Merge "Revert "Revert "Fix regression b/276792587""" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  2. 99484a3 Revert "Revert "Fix regression b/276792587"" by Sean McQuillan · 1 year, 2 months ago
  3. b4846e5f Optimize TextStyle.merge by Sean McQuillan · 1 year, 1 month ago
  4. f02136e Merge "Move LazyGridSnapLayoutInfoProvider to be an actual API" into androidx-main by Levi Albuquerque · 1 year, 1 month ago
  5. 75fbf93 Move LazyGridSnapLayoutInfoProvider to be an actual API by Levi Albuquerque · 1 year, 3 months ago
  6. 9ad9ddd Merge "Fix `SpaceBetween` arrange when layout has one item and uses `Rtl` direction" into androidx-main by Marcello Galhardo · 1 year, 1 month ago
  7. 3f5843e Fix `SpaceBetween` arrange when layout has one item and uses `Rtl` direction by Marcello Galhardo · 1 year, 1 month ago
  8. 7d0129b Revert "Revert "Disallow returning new Modifier.Node from ModifierNodeElement::update"" by Leland Richardson · 1 year, 1 month ago
  9. d1d4c73 Merge "Revert "Disallow returning new Modifier.Node from ModifierNodeElement::update"" into androidx-main by Aurimas Liutikas · 1 year, 1 month ago
  10. 8261c2a Revert "Disallow returning new Modifier.Node from ModifierNodeElement::update" by Aurimas Liutikas · 1 year, 1 month ago
  11. 849d57b Merge "Modifier.Node migration for Row and Column modifiers" into androidx-main by Uchenna Okoye · 1 year, 1 month ago
  12. 66c65d1 Merge "Disallow returning new Modifier.Node from ModifierNodeElement::update" into androidx-main by Leland Richardson · 1 year, 1 month ago
  13. 26d1eb0 Modifier.Node migration for Row and Column modifiers by Faithful Uchenna Okoye · 1 year, 4 months ago
  14. d60908f Add Modifier.animateItemPlacement() for lazy staggered grid items by Andrey Kulikov · 1 year, 1 month ago
  15. 419dade Use spacing when calculating target distance in LazyAnimatedScroll by Andrei Shikov · 1 year, 1 month ago
  16. 6774200 Merge "Rename invalidateMeasurements() to invalidateMeasurement()" into androidx-main by Leland Richardson · 1 year, 1 month ago
  17. de137b8 Merge "Add lint check to ban usage of @RestrictTo(TESTS) and fix usages" into androidx-main by Alan Viverette · 1 year, 1 month ago
  18. 1c35c6f Merge "Promote GridCells.FixedSize to stable." into androidx-main by Andrei Shikov · 1 year, 1 month ago
  19. c4e867c Merge "Apply contentPadding to the reverse layout correctly" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  20. 50a9bb3 Disallow returning new Modifier.Node from ModifierNodeElement::update by Leland Richardson · 1 year, 2 months ago
  21. c3073f7 Promote GridCells.FixedSize to stable. by Andrei Shikov · 1 year, 1 month ago
  22. 8aae41f Apply contentPadding to the reverse layout correctly by Andrei Shikov · 1 year, 1 month ago
  23. 1e33cac Add lint check to ban usage of @RestrictTo(TESTS) and fix usages by Alan Viverette · 1 year, 1 month ago
  24. 40ab0a2 Migrates draggable to Modifier.Node by Louis Pullen-Freilich · 1 year, 2 months ago
  25. f6b8cda Rename invalidateMeasurements() to invalidateMeasurement() by Leland Richardson · 1 year, 1 month ago
  26. 58fbf0c Merge "Modifier.Node Delegation Improvements" into androidx-main by Leland Richardson · 1 year, 1 month ago
  27. 77b63987 Merge changes If1b119b9,Id2c6783b,I6864fe37,I617106b6 into androidx-main by Andrei Shikov · 1 year, 1 month ago
  28. fbf74a4 Merge "Introduce PagerScope for Pager and utility function calculateOffsetForPage" into androidx-main by Levi Albuquerque · 1 year, 1 month ago
  29. 67352bc Modifier.Node Delegation Improvements by Leland Richardson · 1 year, 1 month ago
  30. f9d9d63 Rename `visibleIndex` into `placedIndex` in `LazyLayoutBeyondBoundsState` by Andrei Shikov · 1 year, 1 month ago
  31. e188616 Implement beyond bounds search for LazyStaggeredGrid by Andrei Shikov · 1 year, 1 month ago
  32. 42db32b Implement beyond bounds info for LazyGrid by Andrei Shikov · 1 year, 1 month ago
  33. 3825b75 Coalesce beyond bounds items for Pager by Andrei Shikov · 1 year, 1 month ago
  34. 6a622f4 Merge "Remove boxing state reads in Compose libraries" into androidx-main by Andrew Bailey · 1 year, 1 month ago
  35. 21c5532 Introduce PagerScope for Pager and utility function calculateOffsetForPage by Levi Albuquerque · 1 year, 4 months ago
  36. 970f818 Merge "Disable EmojiCompatInitializer in foundation connected android tests" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  37. f650090 Merge "Add regression test for detectDownAndDragGesturesWithObserver missing first pointer event" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  38. b5b6bbc Merge "Text semantics doesn't crash when min* constraints" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  39. 66e8c2d Remove boxing state reads in Compose libraries by Andrew Bailey · 1 year, 5 months ago
  40. b9884f4 Text semantics doesn't crash when min* constraints by Sean McQuillan · 1 year, 1 month ago
  41. 874e27b Merge "Coalesce beyond bounds items and pinned items into a single collection" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  42. 72f4533 Merge "Update API lint baselines, current/beta API w/ Metalava update" into androidx-main by Jinseong Jeon · 1 year, 1 month ago
  43. f45ac7c Disable EmojiCompatInitializer in foundation connected android tests by Grant Toepfer · 1 year, 1 month ago
  44. 69666f3 Add regression test for detectDownAndDragGesturesWithObserver missing first pointer event by Grant Toepfer · 1 year, 1 month ago
  45. fceab4a Update API lint baselines, current/beta API w/ Metalava update by Jinseong Jeon · 1 year, 1 month ago
  46. 0e10d81 Merge "Pin only off-the-screen intervals in beyond bounds search" into androidx-main by Andrei Shikov · 1 year, 1 month ago
  47. f7d3bd6 Coalesce beyond bounds items and pinned items into a single collection by Andrei Shikov · 1 year, 2 months ago
  48. 3266ae6 Merge "Adds FlowRowScope/FlowColumnScope" into androidx-main by Uchenna Okoye · 1 year, 1 month ago
  49. dfc53f5 Adds FlowRowScope/FlowColumnScope by Faithful Uchenna Okoye · 1 year, 1 month ago
  50. ff80fb1 Pin only off-the-screen intervals in beyond bounds search by Andrei Shikov · 1 year, 2 months ago
  51. c972fd2 Merge "Fixes bug where items are greater than the maxSize" into androidx-main by Uchenna Okoye · 1 year, 1 month ago
  52. 8b0fd50 Merge "Modifier.Node migration for Background modifiers" into androidx-main by Uchenna Okoye · 1 year, 1 month ago
  53. 06a9d10 Fixes bug where items are greater than the maxSize by Faithful Uchenna Okoye · 1 year, 1 month ago
  54. 0c91ced Merge changes I07403a30,I7345f2d4 into androidx-main by Andrey Kulikov · 1 year, 1 month ago
  55. 1a7463b Fix detectDownAndDragGesturesWithObserver missing first pointer event by Grant Toepfer · 1 year, 1 month ago
  56. 8dded98 Merge "Revert "Revert "Revert "Modifier.Node Delegation Improvements"""" into androidx-main by Leland Richardson · 1 year, 1 month ago
  57. bf81999 Revert "Revert "Revert "Modifier.Node Delegation Improvements""" by Leland Richardson · 1 year, 1 month ago
  58. 7e8cc9b Merge "Revert "Revert "Modifier.Node Delegation Improvements""" into androidx-main by Leland Richardson · 1 year, 1 month ago
  59. 578ff95 Use LazyLayoutAnimateItemModifierNode in lazy grids animations by Andrey Kulikov · 1 year, 1 month ago
  60. 7f7d1d7 Move list item placement animation logic to the modifier by Andrey Kulikov · 1 year, 3 months ago
  61. 48bb893 Revert "Revert "Modifier.Node Delegation Improvements"" by Leland Richardson · 1 year, 1 month ago
  62. a1a24c6 Modifier.Node migration for Background modifiers by Uchenna Okoye · 1 year, 4 months ago
  63. 8237020 Merge "Revert "Modifier.Node Delegation Improvements"" into androidx-main by Aurimas Liutikas · 1 year, 2 months ago
  64. 6c40570 Revert "Modifier.Node Delegation Improvements" by Aurimas Liutikas · 1 year, 2 months ago
  65. 97a8ba7 Merge "Introduce an API for positional threshold configuration in Pager." into androidx-main by Treehugger Robot · 1 year, 2 months ago
  66. 1dc2c57 Introduce an API for positional threshold configuration in Pager. by Levi Albuquerque · 1 year, 2 months ago
  67. 89ed28e Modifier.Node Delegation Improvements by Leland Richardson · 1 year, 2 months ago
  68. fb68771 Merge "Migrates the rest of clickable to Modifier.node" into androidx-main by Louis Pullen-Freilich · 1 year, 2 months ago
  69. a4afaec Merge "Simplify Snapping APIs to allow more flexibility on snapping offset calculation." into androidx-main by Levi Albuquerque · 1 year, 2 months ago
  70. c224418 Simplify Snapping APIs to allow more flexibility on snapping offset calculation. by Levi Albuquerque · 1 year, 2 months ago
  71. abbdb83 Consider PagerState when creating the Fling Behavior by Levi Albuquerque · 1 year, 2 months ago
  72. a88512b Merge "Disable flaking BasicTextField2Test tests" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  73. 72e7ad1 Merge "Include content padding in LazyStaggeredGrid layout size" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  74. 02d1f49 Disable flaking BasicTextField2Test tests by Aurimas Liutikas · 1 year, 2 months ago
  75. af6def8 Merge "Promote LazyStaggeredGrid to stable" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  76. fd3877e Promote LazyStaggeredGrid to stable by Andrei Shikov · 1 year, 2 months ago
  77. fa3f67e5 Merge changes I6a6d7518,I2740d94a into androidx-main by Zach Klippenstein · 1 year, 2 months ago
  78. 209ee0f Include content padding in LazyStaggeredGrid layout size by Andrei Shikov · 1 year, 2 months ago
  79. 9315613 Merge "Update pageCount use and application in Pager" into androidx-main by Levi Albuquerque · 1 year, 2 months ago
  80. c7921c4 Merge "Call `onEndChanges` during composition dispose." into androidx-main by Andrei Shikov · 1 year, 2 months ago
  81. 324e5fe Use SoftwareKeyboardControllerCompat in Compose by Alex Vanyo · 1 year, 2 months ago
  82. 354be53 Call `onEndChanges` during composition dispose. by Andrei Shikov · 1 year, 2 months ago
  83. 323a43b Disable flaking onFocusedBoundsPositioned_notified_* tests by Aurimas Liutikas · 1 year, 2 months ago
  84. 2f55852 Prevent ScrollableState from propagating NaN by Levi Albuquerque · 1 year, 2 months ago
  85. 3fa17d2 Merge "Fix keyboard not showing when text field is in non-Compose dialog." into androidx-main by Treehugger Robot · 1 year, 2 months ago
  86. 1763fd0 Fix keyboard not showing when text field is in non-Compose dialog. by Zach Klippenstein · 1 year, 2 months ago
  87. cfc4edf Disable flaking removingFocusableFromLazyList_clearsFocus by Aurimas Liutikas · 1 year, 2 months ago
  88. 4609aac Merge "Adds profile rules for BasicText" into androidx-main by Nader Jawad · 1 year, 2 months ago
  89. 64c80bd Update pageCount use and application in Pager by Levi Albuquerque · 1 year, 2 months ago
  90. e150c08 Merge "Revert "Update pageCount use and application in Pager"" into androidx-main by Aurimas Liutikas · 1 year, 2 months ago
  91. cfb6c19 Revert "Update pageCount use and application in Pager" by Aurimas Liutikas · 1 year, 2 months ago
  92. e9493c8 Merge "Disable flaky or failing tests" into androidx-main by Alan Viverette · 1 year, 2 months ago
  93. 1e72c20 Merge "Update pageCount use and application in Pager" into androidx-main by Levi Albuquerque · 1 year, 2 months ago
  94. 631b0b3 Merge "Allow customization of shortSnapVelocityThreshold in Pager." into androidx-main by Treehugger Robot · 1 year, 2 months ago
  95. a9fe9fa Update pageCount use and application in Pager by Levi Albuquerque · 1 year, 2 months ago
  96. 452d890 Allow customization of shortSnapVelocityThreshold in Pager. by Levi Albuquerque · 1 year, 2 months ago
  97. b70b1f8 Disable flaky or failing tests by Alan Viverette · 1 year, 2 months ago
  98. 6ceb072 Migrates the rest of clickable to Modifier.node by Louis Pullen-Freilich · 1 year, 2 months ago
  99. 66b02ad Adds profile rules for BasicText by Rahul Ravikumar · 1 year, 2 months ago