1. 96d6743 Merge "Add Scrollable interface" into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  2. c19b367 Merge "Add CompositionData to replace SlotTable for tooling API usage" into androidx-master-dev by Chuck Jazdzewski · 3 years, 6 months ago
  3. 6a0aa88 Add Scrollable interface by Ryan Mentley · 3 years, 7 months ago
  4. a22bc9d Merge "Remove drag detector dependency on partial consumption" into androidx-master-dev by George Mount · 3 years, 6 months ago
  5. 97f3101 Merge "Use IntOffset in the offset with lambda modifier" into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  6. 7c66bde Merge "Add support for deferred brush creation" into androidx-master-dev by Nader Jawad · 3 years, 6 months ago
  7. c7d40e2 Use IntOffset in the offset with lambda modifier by Mihai Popa · 3 years, 7 months ago
  8. 67a29d6 Merge "Rename HandlePointerInputScope and handlePointerInput API" into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  9. d1a004d Merge "Reorganize and rename files in foundation.layout" into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  10. 0161624 Merge "Support adaptive number of columns in LazyVerticalGrid" into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  11. ac73cd7 Merge "Renaming focusObserver" into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  12. 9fcdd6f Add CompositionData to replace SlotTable for tooling API usage by Chuck Jazdzewski · 3 years, 6 months ago
  13. d24a03b Support adaptive number of columns in LazyVerticalGrid by Aleksandr Litovchenko · 3 years, 7 months ago
  14. e9f976c Add support for deferred brush creation by Nader Jawad · 3 years, 6 months ago
  15. 72bd14e Merge "Deprecate LazyColumnFor, LazyRowFor, LazyColumnForIndexed and LazyRowForIndexed" into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  16. 1d2e178 Remove drag detector dependency on partial consumption by George Mount · 3 years, 6 months ago
  17. a19b9ec Renaming focusObserver by Ralston Da Silva · 3 years, 6 months ago
  18. 1e8ebd3 Deprecate LazyColumnFor, LazyRowFor, LazyColumnForIndexed and LazyRowForIndexed by Andrey Kulikov · 3 years, 6 months ago
  19. 633c152 Merge "Expose info about currently visible items in LazyColumn" into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  20. 910c25c Rename HandlePointerInputScope and handlePointerInput API by George Mount · 3 years, 6 months ago
  21. 3a26d6d Expose info about currently visible items in LazyColumn by Andrey Kulikov · 3 years, 6 months ago
  22. 5836ac4 Reorganize and rename files in foundation.layout by Mihai Popa · 3 years, 7 months ago
  23. 5403916 Merge "Creating FocusRequesters using destructuring declaration" into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  24. 80e821e Merge "Remove unneeded experimental annotations" into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  25. f42c5f0 Merge "Rename accessibilityLabel/Value to content/stateDescription" into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  26. 26be525 Remove unneeded experimental annotations by Ralston Da Silva · 3 years, 6 months ago
  27. da4e97a Merge "Keyboard hidden when moving between textboxes" into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  28. 45a74cc Creating FocusRequesters using destructuring declaration by Ralston Da Silva · 3 years, 6 months ago
  29. 25ac4d3 Rename accessibilityLabel/Value to content/stateDescription by Alexandre Elias · 3 years, 6 months ago
  30. 276fd5b Keyboard hidden when moving between textboxes by Ralston Da Silva · 3 years, 8 months ago
  31. 1a62969 Merge "Fixes for subcomposition" into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  32. aa759c0 Merge "Add LargeTest annotation to some tests" into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  33. 253d72b Fixes for subcomposition by Adam Powell · 3 years, 6 months ago
  34. e6d80a1 Reorganize selection toolbar by haoyu · 3 years, 6 months ago
  35. 1118687 Support nested scroll in Modifier.scrollable. by Matvei Malkov · 3 years, 6 months ago
  36. 53fffac Merge "Fix LazyNestedScrollingTest for devices with large density" into androidx-master-dev by Andrey Kulikov · 3 years, 6 months ago
  37. 34d8470 Merge "Remove ExperimentalPointerInput annotation" into androidx-master-dev by George Mount · 3 years, 6 months ago
  38. d17bd26 Fix LazyNestedScrollingTest for devices with large density by Andrey Kulikov · 3 years, 6 months ago
  39. 07b4e27 Introduce ViewRootForTest and hide AndroidOwner by Andrey Kulikov · 3 years, 7 months ago
  40. 2bca476 A new constructor for infinite animations by Doris Liu · 3 years, 7 months ago
  41. d7dfe7f Remove ExperimentalPointerInput annotation by George Mount · 3 years, 6 months ago
  42. 061308e Merge "Remove -NewInference to start using NewInference." into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  43. 07f9c5d Add LargeTest annotation to some tests by Anastasia Soboleva · 3 years, 6 months ago
  44. 5c0b1da0 Merge changes I595a4eb5,I552ae912,Icf79a562 into androidx-master-dev by Andrey Kulikov · 3 years, 6 months ago
  45. be5d7a8b Add the intrisic ability to build trees bottom-up. by Chuck Jazdzewski · 3 years, 6 months ago
  46. 168e036 Remove -NewInference to start using NewInference. by Jim Sproch · 3 years, 6 months ago
  47. 656166c Merge "Improve detectMultitouchGestures API and demo" into androidx-master-dev by aelias · 3 years, 6 months ago
  48. fdd4f0f Make LayoutNode a proper public API by George Mount · 3 years, 7 months ago
  49. 9d2e8de Merge "Add InteractionState to foundation TextFields." into androidx-master-dev by Treehugger Robot · 3 years, 6 months ago
  50. 134bf4e Add InteractionState to foundation TextFields. by Matvei Malkov · 3 years, 7 months ago
  51. 80d76cf Use RestorableStateHolder in lazy lists by Andrey Kulikov · 3 years, 6 months ago
  52. 82dd931 Add reverseLayout param for LazyColumn/Row by Andrey Kulikov · 3 years, 7 months ago
  53. 64beb5d Support main axis arrangements in LazyColumn/Row by Andrey Kulikov · 3 years, 7 months ago
  54. 023047d Move LazyListState#measure into a separate file by Andrey Kulikov · 3 years, 7 months ago
  55. e86bea9 Abstract the logic inside LazyListState#measure from LazyListState fields by Andrey Kulikov · 3 years, 7 months ago
  56. 254aed1 Fix LazyColumn/Row cross axis wrap content by Andrey Kulikov · 3 years, 7 months ago
  57. c2d731d Extract code from measuring logic of LazyListState to separate classes by Andrey Kulikov · 3 years, 7 months ago
  58. 88f8b3a Improve detectMultitouchGestures API and demo by Alexandre Elias · 3 years, 6 months ago
  59. 86acdf2 Make drag gesture detectors more forgiving. by George Mount · 3 years, 7 months ago
  60. 96d20a5 Merge "Add painterResource API" into androidx-master-dev by Nader Jawad · 3 years, 6 months ago
  61. 9572c6b Add painterResource API by Nader Jawad · 3 years, 7 months ago
  62. effa7fd Remove SuspendingGestureTestUtil dependency on LayoutNode by George Mount · 3 years, 6 months ago
  63. e1349c5 Merge "Stop using AndroidOwner to get the root.width/height in tests" into androidx-master-dev by Andrey Kulikov · 3 years, 6 months ago
  64. 1d456de Merge "Remove extra clipToBounds from ScrollableColumn/Row" into androidx-master-dev by Andrey Kulikov · 3 years, 6 months ago
  65. 5794c39 Merge "Moved ContentDrawScope to ui-graphics" into androidx-master-dev by Nader Jawad · 3 years, 6 months ago
  66. 45d6757 Remove extra clipToBounds from ScrollableColumn/Row by Andrey Kulikov · 3 years, 6 months ago
  67. 3359d3a Stop using AndroidOwner to get the root.width/height in tests by Andrey Kulikov · 3 years, 7 months ago
  68. 89f2245 Merge "Desktop: fix the case when scrollbar don't appear when we dynamically add items into the list" into androidx-master-dev by Treehugger Robot · 3 years, 7 months ago
  69. 3bc059e Desktop: fix the case when scrollbar don't appear when we dynamically add items into the list by Igor Demin · 3 years, 7 months ago
  70. 0161742 Merge "Add buildAnnotatedString" into androidx-master-dev by Siyamed Sinir · 3 years, 7 months ago
  71. cc1bcca Follow selection handle in TextFieldScroll by Siyamed Sinir · 3 years, 7 months ago
  72. e429769 Moved ContentDrawScope to ui-graphics by Nader Jawad · 3 years, 7 months ago
  73. f62f720 Add buildAnnotatedString by Siyamed Sinir · 3 years, 7 months ago
  74. 7f07dce Merge "Minor TextField selection code fix" into androidx-master-dev by Siyamed Sinir · 3 years, 7 months ago
  75. a9466e9 Minor TextField selection code fix by Siyamed Sinir · 3 years, 7 months ago