[go: nahoru, domu]

  1. b0b5a68 Coerce lane assignments in LazyStaggeredGrid by Andrei Shikov · 1 year, 4 months ago
  2. 94af98a Fix interruption in lazy placement animations by Andrey Kulikov · 1 year, 4 months ago
  3. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 4 months ago
  4. 2cb68b9 Merge changes I54ad3157,Ia8e2f023 into androidx-main by Treehugger Robot · 1 year, 4 months ago
  5. 52db803 Cache keys for lazy layouts by Andrey Kulikov · 1 year, 4 months ago
  6. d038eba Optimize LazyLayout item block skipping when key didn't change by Andrey Kulikov · 1 year, 4 months ago
  7. 87f4c64 Extract AwaitFirstLayoutModifier and apply it to LazyStaggeredGrid by Andrei Shikov · 1 year, 4 months ago
  8. 3a86228 Make sure content is not disposed before being reused in lazy layouts by Andrey Kulikov · 1 year, 4 months ago
  9. 72dae60 Merge "Use state for scrolling with smaller deltas in lazy tests" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  10. 3c6541e Merge "Add contentType for lazy list, grid and staggered grid layout item info" into androidx-main by Andrey Kulikov · 1 year, 4 months ago
  11. 5be022f Use state for scrolling with smaller deltas in lazy tests by Andrei Shikov · 1 year, 4 months ago
  12. f70cd50 Add contentType for lazy list, grid and staggered grid layout item info by Andrey Kulikov · 1 year, 4 months ago
  13. bc42f1f Use the composition/measure time of the regular pass in lazy layout prefetching by Andrey Kulikov · 1 year, 4 months ago
  14. d60908f Add Modifier.animateItemPlacement() for lazy staggered grid items by Andrey Kulikov · 1 year, 5 months ago
  15. 419dade Use spacing when calculating target distance in LazyAnimatedScroll by Andrei Shikov · 1 year, 4 months ago
  16. 8aae41f Apply contentPadding to the reverse layout correctly by Andrei Shikov · 1 year, 4 months ago
  17. e188616 Implement beyond bounds search for LazyStaggeredGrid by Andrei Shikov · 1 year, 5 months ago
  18. 42db32b Implement beyond bounds info for LazyGrid by Andrei Shikov · 1 year, 5 months ago
  19. 578ff95 Use LazyLayoutAnimateItemModifierNode in lazy grids animations by Andrey Kulikov · 1 year, 5 months ago
  20. 7f7d1d7 Move list item placement animation logic to the modifier by Andrey Kulikov · 1 year, 6 months ago
  21. 209ee0f Include content padding in LazyStaggeredGrid layout size by Andrei Shikov · 1 year, 5 months ago
  22. a733905 Merge "Fix measure of staggered grid item with multiple placeables" into androidx-main by Andrei Shikov · 1 year, 5 months ago
  23. 687ecbe Fix 2D focus search perf issue by Ralston Da Silva · 1 year, 5 months ago
  24. bccfbdd Fix measure of staggered grid item with multiple placeables by Andrei Shikov · 1 year, 5 months ago
  25. b79eaa2 Support arrangement for LazyGrid cells by Andrei Shikov · 1 year, 5 months ago
  26. d205819 Support arrangement for staggered grid lanes by Andrei Shikov · 1 year, 6 months ago
  27. d065fc5 Merge "Realign staggered grid position during measure pass" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  28. 986de62 Realign staggered grid position during measure pass by Andrei Shikov · 1 year, 6 months ago
  29. e0ac624 Update lazy layout key-index mapping to avoid recreating content by Andrei Shikov · 1 year, 6 months ago
  30. df06881 Merge "Fix scroll back logic in LazyStaggeredGrid" into androidx-main by Andrei Shikov · 1 year, 7 months ago
  31. 039134f Fixed failing tests due to gesture navigation on Scrollable/LazyList by Levi Albuquerque · 1 year, 7 months ago
  32. 9b79622 Fix scroll back logic in LazyStaggeredGrid by Andrei Shikov · 1 year, 7 months ago
  33. f253b89 Support reverse layout and RTL in LazyStaggeredGrid by Andrei Shikov · 1 year, 7 months ago
  34. 037b11a Disable compose foundation tests failing on API 33 emulator by Aurimas Liutikas · 1 year, 7 months ago
  35. 6f7fe81 Lookup pinned items in Lazy by key instead of index by Andrei Shikov · 1 year, 7 months ago
  36. c68b0e5 Merge "Fix flaky grid prefetch tests" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  37. 69f17cd Fix flaky grid prefetch tests by Andrey Kulikov · 1 year, 7 months ago
  38. 70d9ffc Fix flaky lazy list tests by Andrey Kulikov · 1 year, 7 months ago
  39. be52113 Disable flaking pinnedItemIsStillPinnedWhenReorderedAndNotVisibleAnymore by Aurimas Liutikas · 1 year, 7 months ago
  40. ca05b85 Merge "Fix LazyColumnTest.removeItemsTest" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  41. 02692ba Merge "Fix LazyScrollAccessibilityTests" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  42. 357d834 Fix LazyColumnTest.removeItemsTest by Andrey Kulikov · 1 year, 7 months ago
  43. 811b32b Fix LazyScrollAccessibilityTests by Andrey Kulikov · 1 year, 7 months ago
  44. fd009d1 Fix LazyLayoutStateRestorationTest.stateRestoredWhenUsedWithCustomKeysAfterReordering by Andrey Kulikov · 1 year, 7 months ago
  45. d1ad237 Merge "Fix for scrolling in lazy layouts causing infinity loop" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  46. f729445 Fix for scrolling in lazy layouts causing infinity loop by Andrey Kulikov · 1 year, 8 months ago
  47. b219885 Rename PinnedHandle.unpin() and improve docs for PinnableContainer by Andrey Kulikov · 1 year, 8 months ago
  48. d09645b Implement PinnableContainer for LazyStaggeredGrid by Andrei Shikov · 1 year, 8 months ago
  49. d7d74c8 Implement PinnableContainer for LazyGrid by Andrei Shikov · 1 year, 8 months ago
  50. 11baeaf Calculate `canScrollForward` in LazyGrid correctly by Andrei Shikov · 1 year, 8 months ago
  51. 167bf04 Full span support for the staggered grid by Andrei Shikov · 1 year, 9 months ago
  52. 0a8aa1e Merge "Clean LazyGrid span cache after resize" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  53. 9627384 Fix crash in BeyondBoundsLayout by Ralston Da Silva · 1 year, 8 months ago
  54. 3df65f8 Clean LazyGrid span cache after resize by Andrei Shikov · 1 year, 8 months ago
  55. caf03b8 Merge "Add UP events to VelocityTracker draggable" into androidx-main by Levi Albuquerque · 1 year, 9 months ago
  56. c09a30c Merge "Cleanup some formatting using Studio's auto-format." into androidx-main by Treehugger Robot · 1 year, 9 months ago
  57. 2ef9497 Merge "Speed up lazy item placement animation tests" into androidx-main by Treehugger Robot · 1 year, 9 months ago
  58. 3b3f6e3 Speed up lazy item placement animation tests by Andrey Kulikov · 1 year, 9 months ago
  59. a16f305 Add UP events to VelocityTracker draggable by Levi Albuquerque · 1 year, 9 months ago
  60. fa24a93 Merge "Add items pinning functionality to the lazy lists" into androidx-main by Andrey Kulikov · 1 year, 9 months ago
  61. 36abe17 Add items pinning functionality to the lazy lists by Andrey Kulikov · 1 year, 10 months ago
  62. ec91c18 Cleanup some formatting using Studio's auto-format. by Zach Klippenstein · 1 year, 9 months ago
  63. ac06173 Define offsets in lazy animate item placement tests in floats by Andrey Kulikov · 1 year, 9 months ago
  64. 7e77bb5 Move BringIntoView queueing into the scrollable implementation. by Zach Klippenstein · 2 years, 2 months ago
  65. cbc8cee Port LazyListItemPlacementAnimator improvements to grids by Andrey Kulikov · 1 year, 9 months ago
  66. 047e199 Merge "Revert "Reuse nodes across subcompose layout boundary"" into androidx-main by Andrei Shikov · 1 year, 9 months ago
  67. 9b7aeb3 Disable flaking stateRestoredWhenUsedWithCustomKeysAfterReordering test by Aurimas Liutikas · 1 year, 9 months ago
  68. 224367d Revert "Reuse nodes across subcompose layout boundary" by Andrei Shikov · 1 year, 9 months ago
  69. cfea24e Merge "Wait for prefetch of correct items in LazyStaggeredGridPrefetcherTest" into androidx-main by Andrei Shikov · 1 year, 9 months ago
  70. e37969e Wait for prefetch of correct items in LazyStaggeredGridPrefetcherTest by Andrei Shikov · 1 year, 9 months ago
  71. 828bdbd LazyListItemPlacementAnimator improvements by Andrey Kulikov · 1 year, 10 months ago
  72. b7caf71 Merge "Reuse nodes across subcompose layout boundary" into androidx-main by Andrei Shikov · 1 year, 9 months ago
  73. 69c9a58 Reuse nodes across subcompose layout boundary by Andrei Shikov · 1 year, 11 months ago
  74. f1abb2b Stop running verifyScrollActionsAtEnd on API <29 by Aurimas Liutikas · 1 year, 9 months ago
  75. 8d4ed7e Merge "Suppresses broken lazy grid tests" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  76. 60ac466 Merge changes Ib4de34bb,I8014cdc6 into androidx-main by Andrei Shikov · 1 year, 10 months ago
  77. 27a0898d Suppresses broken lazy grid tests by Louis Pullen-Freilich · 1 year, 10 months ago
  78. 5a96895 Fix calculation of scroll position key in LazyStaggeredGrid by Andrei Shikov · 1 year, 10 months ago
  79. de6785e Fixes for LazyStaggeredGrid layout info by Andrei Shikov · 1 year, 10 months ago
  80. 4716753 Merge "Fix for composing unneeded next item in lazy layouts" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  81. 29fb4ea Merge "Adds canScrollForward and canScrollBackward to ScrollableState" into androidx-main by Louis Pullen-Freilich · 1 year, 10 months ago
  82. 27fc485 Adds canScrollForward and canScrollBackward to ScrollableState by Louis Pullen-Freilich · 1 year, 10 months ago
  83. dadfb77 Do not ignore currently animating items in Lazy layouts item placement animations by Andrey Kulikov · 1 year, 10 months ago
  84. a948e9d Fix for composing unneeded next item in lazy layouts by Andrey Kulikov · 2 years ago
  85. 146ab33 Merge "Fix for a crash when Modifier.animateItemPlacement() is set on a child of Lazy grids" into androidx-main by Andrey Kulikov · 1 year, 10 months ago
  86. c221d62 Fix for a crash when Modifier.animateItemPlacement() is set on a child of Lazy grids by Andrey Kulikov · 1 year, 10 months ago
  87. ba56f7a Reset item indices for empty lanes in LazyStaggeredGrid by Andrei Shikov · 1 year, 10 months ago
  88. d5706f8 Merge "Allow for empty placeables list in LazyStaggeredGridMeasuredItem" into androidx-main by Andrei Shikov · 1 year, 11 months ago
  89. 5fb128f Allow for empty placeables list in LazyStaggeredGridMeasuredItem by Andrei Shikov · 1 year, 11 months ago
  90. 1d4e55a Merge "Address API council feedback on beyondBoundItemCount" into androidx-main by Levi Albuquerque · 1 year, 11 months ago
  91. 4945360 Address API council feedback on beyondBoundItemCount by Levi Albuquerque · 1 year, 11 months ago
  92. 7006df2 Merge "Fix performance issue in BeyondBoundsLayout" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  93. 962b7c8 Add option to create non-visible lazy items by Levi Albuquerque · 1 year, 11 months ago
  94. e996614 Fix performance issue in BeyondBoundsLayout by Ralston Da Silva · 1 year, 11 months ago
  95. befa8d6 Fix grid items placement animation by Andrey Kulikov · 2 years ago
  96. d0e87ef Merge "Cancel obsolete prefetching requests in Lazy layouts" into androidx-main by Andrei Shikov · 2 years ago
  97. 4137e57 Cancel obsolete prefetching requests in Lazy layouts by Andrei Shikov · 2 years ago
  98. be6354d Make lazy list sticky header to not affect placement animations by Andrey Kulikov · 2 years ago
  99. 7317584 Support negative spacings in lazy lists and grids by Andrey Kulikov · 2 years ago
  100. dd7f51c Disable flakyLazyLayoutStateRestorationTest by Aurimas Liutikas · 2 years ago