1. c9eb493 Merge "Cursor Handle." into androidx-main by Haoyu Zhang · 3 years, 2 months ago
  2. 436aaeb Merge "Replace touchSlop by pointerSlop in *drag* functions and in Slider" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  3. 45b074d Merge "Stop using deprecated descriptor API in ComposableTypeRemapper" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  4. 4889104 Replace touchSlop by pointerSlop in *drag* functions and in Slider by Igor Demin · 3 years, 2 months ago
  5. 00f854d Stop using deprecated descriptor API in ComposableTypeRemapper by Leland Richardson · 3 years, 2 months ago
  6. 9956eb1 Merge "Upgrade to AGP 7.1.0-alpha03" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  7. 5f8e3bc Merge "Create 'animation-graphics'" into androidx-main by Yuichi Araki · 3 years, 2 months ago
  8. 73b0047 Merge "Create module file name sooner for compose:ui:ui check" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  9. 1c6a17a Cursor Handle. by Qingqing Deng · 3 years, 4 months ago
  10. 60e0519 Create module file name sooner for compose:ui:ui check by Aurimas Liutikas · 3 years, 2 months ago
  11. 78273a3 Upgrade to AGP 7.1.0-alpha03 by Aurimas Liutikas · 3 years, 2 months ago
  12. 3ddc710 Ensure dithering enabled by default by Nader Jawad · 3 years, 2 months ago
  13. 1b5fa57 Merge "Fix collecting parameter information on recompose" into androidx-main by Chuck Jazdzewski · 3 years, 2 months ago
  14. b802220 Merge "Fix: Long-press-and-drag uses wrong selection anchor" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  15. 07a9d35 Merge "Try to fix flaky AndroidLayoutDrawTest.makingItemLarger()" into androidx-main by Andrey Kulikov · 3 years, 2 months ago
  16. 4459027 Merge "Update Brush docs" into androidx-main by Nader Jawad · 3 years, 2 months ago
  17. 68bd3e6 Update Brush docs by Nader Jawad · 3 years, 2 months ago
  18. ce9382c Merge "Experimental desktop pointer APIs" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  19. 8e63210 Merge "Use a fuzzy compare to accommodate anti-aliasing differences" into androidx-main by Nader Jawad · 3 years, 2 months ago
  20. cba1899 Merge "Run LazyListScrollingBenchmark's draw test on all platforms which supports RenderNodes" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  21. dcf6422 Merge "Renames BadgeBox to BadgedBox, changed parameters to accept Badge composable. Makes Badge composable public." into androidx-main by Connie Shi · 3 years, 2 months ago
  22. d348fd7 Fix collecting parameter information on recompose by Chuck Jazdzewski · 3 years, 2 months ago
  23. f426661 Run LazyListScrollingBenchmark's draw test on all platforms which supports RenderNodes by Andrey Kulikov · 3 years, 2 months ago
  24. 6fd54d3 Merge "Fix another race condition in the SnapshotStateObserver" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  25. b5fce28 Use a fuzzy compare to accommodate anti-aliasing differences by Nader Jawad · 3 years, 2 months ago
  26. 7913401 Renames BadgeBox to BadgedBox, changed parameters to accept Badge composable. by Connie Shi · 3 years, 3 months ago
  27. efca56e Fix another race condition in the SnapshotStateObserver by Chuck Jazdzewski · 3 years, 2 months ago
  28. eacf1e0 Experimental desktop pointer APIs by Andrey Rudenko · 3 years, 3 months ago
  29. 8d21c75 Update tap anywhere to cancel selection test by Haoyu Zhang · 3 years, 2 months ago
  30. d403a9c Merge "Fixes ExtendedFloatingActionButton padding" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  31. 3b61d4a7 Fixes ExtendedFloatingActionButton padding by Louis Pullen-Freilich · 3 years, 2 months ago
  32. 690220d Merge "Allow to use listSaver() and mapSaver() with the nullable types" into androidx-main by Andrey Kulikov · 3 years, 2 months ago
  33. 4e570779 Merge "Fix the crash when LazyVerticalGrid is used with mutableStateListOf()" into androidx-main by Andrey Kulikov · 3 years, 2 months ago
  34. 288d226 Create 'animation-graphics' by Yuichi Araki · 3 years, 3 months ago
  35. 8d5838f Merge "Fix flaky TextField screenshot test" into androidx-main by Haoyu Zhang · 3 years, 2 months ago
  36. ea5463a Merge "Avoid CoreText's unnecessary rememberSaveable" into androidx-main by Haoyu Zhang · 3 years, 2 months ago
  37. 8d9aa245 Merge "Remove updating the transparent snapshot" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  38. 4513392 Merge "Use Views instead of RenderNodes when the view is not hardware accelerated" into androidx-main by Nader Jawad · 3 years, 2 months ago
  39. 5c9bc70 Allow to use listSaver() and mapSaver() with the nullable types by Andrey Kulikov · 3 years, 2 months ago
  40. f570b39 Merge "Fix race condition in SnapshotStateObserver" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  41. beeb84e Remove updating the transparent snapshot by Chuck Jazdzewski · 3 years, 2 months ago
  42. 007c39d Fix the crash when LazyVerticalGrid is used with mutableStateListOf() by Andrey Kulikov · 3 years, 2 months ago
  43. 5e45e46 Try to fix OnGloballyPositionedTest.globalCoordinatesAreInActivityCoordinates by Andrey Kulikov · 3 years, 2 months ago
  44. 8646542 Merge "Fix swipeable state initialization Fixes: 192369472 Test: added test case for the bug Change-Id: Ie93061d232bcfbef6986a7a3fe1ab850efe464a4" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  45. 8f556ed Fix flaky TextField screenshot test by Haoyu Zhang · 3 years, 2 months ago
  46. 3ef7928 Merge "Refactor lazy list tests to unify row + column tests" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  47. 00a8e65 Fix: Long-press-and-drag uses wrong selection anchor by Haoyu Zhang · 3 years, 2 months ago
  48. 600c482 Fix race condition in SnapshotStateObserver by Chuck Jazdzewski · 3 years, 2 months ago
  49. a5fc291 Avoid CoreText's unnecessary rememberSaveable by Haoyu Zhang · 3 years, 3 months ago
  50. 78744f8 Use Views instead of RenderNodes when the view is not hardware accelerated by Andrey Kulikov · 3 years, 2 months ago
  51. 4e613db Fix swipeable state initialization by Anton Shilov · 3 years, 2 months ago
  52. ce44774 Merge "Fix localToRoot calculation in GestureScope" into androidx-main by Jelle Fresen · 3 years, 2 months ago
  53. 7796528 Fix localToRoot calculation in GestureScope by Jelle Fresen · 3 years, 2 months ago
  54. 10cb0a9 Merge "Fix flaky DrawModifierTest.testCacheInvalidatedAfterLayoutDirectionChange()" into androidx-main by Andrey Kulikov · 3 years, 2 months ago
  55. 065bc1a Merge "Updated border rendering for generic shapes" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  56. 5ff97e7 Merge "Desktop. Fix text wrapping" into androidx-main by Andrey Kulikov · 3 years, 2 months ago
  57. 65ced40 Merge "Fix density dependent test in LazyNestedScrollingTest" into androidx-main by Andrey Kulikov · 3 years, 2 months ago
  58. fd26c4c Try to fix flaky AndroidLayoutDrawTest.makingItemLarger() by Andrey Kulikov · 3 years, 2 months ago
  59. dc1afb2 Desktop. Fix text wrapping by Igor Demin · 3 years, 3 months ago
  60. b42c28d Fix density dependent test in LazyNestedScrollingTest by Andrey Kulikov · 3 years, 2 months ago
  61. c5a2451 Merge "Desktop. Fix test InputsTest.sliderPosition_valueCoercion" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  62. 33f03f4 Merge "Fix flaky OnGloballyPositionedTest.globalCoordinatesAreInActivityCoordinates() {" into androidx-main by Andrey Kulikov · 3 years, 2 months ago
  63. 2e7475e Fix flaky DrawModifierTest.testCacheInvalidatedAfterLayoutDirectionChange() by Andrey Kulikov · 3 years, 2 months ago
  64. 3af5152 Desktop. Fix test InputsTest.sliderPosition_valueCoercion by Igor Demin · 3 years, 2 months ago
  65. 36faab7 Default true usePlatformDefaultWidth for dialogs by Mihai Popa · 3 years, 2 months ago
  66. 74bbeb0 Fix flaky OnGloballyPositionedTest.globalCoordinatesAreInActivityCoordinates() { by Andrey Kulikov · 3 years, 2 months ago
  67. 91e4223 Merge changes I8abf7c0c,I260a6279 into androidx-main by Jens Ole Lauridsen · 3 years, 2 months ago
  68. 24f00cb Aggregate Focus State for non-focusable parents by Ralston Da Silva · 3 years, 3 months ago
  69. 2464eda Merge "Update to new version of metalava" into androidx-main by Aurimas Liutikas · 3 years, 3 months ago
  70. 5790b29 Update to new version of metalava by Aurimas Liutikas · 3 years, 3 months ago
  71. 647f9ae Merge "a11y workaround for stale focused node in android framework" into androidx-main by Yinglei Wang · 3 years, 3 months ago
  72. 245c733 Merge "Fix a11y progress indicator regression" into androidx-main by Yinglei Wang · 3 years, 3 months ago
  73. 21a1417 Fix tests broken after DEBUG was left sat to true by Jens Ole Lauridsen · 3 years, 3 months ago
  74. 04d3c4e The ViewFactoryHolder should return itself as viewRoot by Jens Ole Lauridsen · 3 years, 3 months ago
  75. 583cec5 Fix back button handling in Compose by Ralston Da Silva · 3 years, 3 months ago
  76. 8c7fbb5 a11y workaround for stale focused node in android framework by Yinglei Wang · 3 years, 3 months ago
  77. 7b36182 Fix a11y progress indicator regression by Yinglei Wang · 3 years, 3 months ago
  78. eb24845 Merge "Update code snippets for the Animation doc." into androidx-main by Yuichi Araki · 3 years, 3 months ago
  79. db7b6fc Merge "Add facade for non-interactive preview for desktop" into androidx-main by Jim Sproch · 3 years, 3 months ago
  80. 02d9541 Refactor lazy list tests to unify row + column tests by Ryan Mentley · 3 years, 3 months ago
  81. 3f242cd Merge "Report accessibility class name ComposeView instead of ViewGroup" into androidx-main by aelias · 3 years, 3 months ago
  82. 2404df4 Merge "Implement bringIntoView" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  83. 9ab1e04 Merge "Reduce tech debt in InputDispatcher and improve docs" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  84. 1550f75 Merge "Lint check for calling Flow operators within composition" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  85. bc46d4e Merge "Remove Flaky annotation from test in SelectionContainerFocusTest" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  86. 22527af Merge "[Code snippets] Split layout docs and add alignment lines" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  87. f703a95 Merge "Re-add FlakyTest on globalCoordinatesAreInActivityCoordinates()" into androidx-main by Andrey Kulikov · 3 years, 3 months ago
  88. 51e1116 Lint check for calling Flow operators within composition by Louis Pullen-Freilich · 3 years, 3 months ago
  89. c615d60 Merge "Updates content alpha for top and bottom app bars" into androidx-main by Louis Pullen-Freilich · 3 years, 3 months ago
  90. 9bb8239 Remove Flaky annotation from test in SelectionContainerFocusTest by Andrey Kulikov · 3 years, 3 months ago
  91. 5374f8d [Code snippets] Split layout docs and add alignment lines by Manuel Vivo · 3 years, 3 months ago
  92. c9c61f5 Merge "Try to fix flaky tests in PositionInWindowTest" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  93. 7fe21b3 Re-add FlakyTest on globalCoordinatesAreInActivityCoordinates() by Andrey Kulikov · 3 years, 3 months ago
  94. 87c65b1 Reduce tech debt in InputDispatcher and improve docs by Jelle Fresen · 3 years, 3 months ago
  95. 38e0e05 Add facade for non-interactive preview for desktop by Alexey Tsvetkov · 3 years, 4 months ago
  96. 3745452 Update code snippets for the Animation doc. by Yuichi Araki · 3 years, 3 months ago
  97. 855c047 Report accessibility class name ComposeView instead of ViewGroup by Alexandre Elias · 3 years, 3 months ago
  98. e40d377 Implement bringIntoView by Ralston Da Silva · 3 years, 3 months ago
  99. bc3c57c Merge "Make default rememberSaveable() keys shorter" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  100. f15324e Merge "Remove unused test rules and add documentation" into androidx-main by Treehugger Robot · 3 years, 3 months ago