1. 10b5e9f Move processViewInfo back to onLayout by Diego Perez · 3 years, 8 months ago
  2. 38a668d Update demos to use coroutine based gesture & animation by Doris Liu · 3 years, 8 months ago
  3. d26e7d4 Merge "Enable Macrobenchmarks in CI." into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  4. 284368f Enable Macrobenchmarks in CI. by Rahul Ravikumar · 3 years, 8 months ago
  5. e9e3744 Merge "Correctly handle contentPadding in LazyColumn/LazyRow" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  6. e9d548f Merge "Remove reflect from Compose Runtime dependencies." into androidx-master-dev by Jim Sproch · 3 years, 8 months ago
  7. bc93a58 Correctly handle contentPadding in LazyColumn/LazyRow by Andrey Kulikov · 3 years, 8 months ago
  8. 0886121 Merge "Add semantics action Dismiss and apply it to drawer" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  9. 0eee8ff Merge "Automatically insert graphics layers for items of LazyColumn/Row" into androidx-master-dev by Andrey Kulikov · 3 years, 8 months ago
  10. d1afe44 Merge "Add maxLinesHeight modifier to fix scrolling issue when maxLines is not infinite." into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  11. 824025a Merge "Fixed deprecated DrawModifier ReplaceWith annotations" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  12. 058329c Merge "Add source information to libraries" into androidx-master-dev by Chuck Jazdzewski · 3 years, 8 months ago
  13. 6db0f4e Automatically insert graphics layers for items of LazyColumn/Row by Andrey Kulikov · 3 years, 8 months ago
  14. b0a8f38 Fixed deprecated DrawModifier ReplaceWith annotations by Nader Jawad · 3 years, 8 months ago
  15. dc06623 Add maxLinesHeight modifier to fix scrolling issue when maxLines is not infinite. by Anastasia Soboleva · 3 years, 8 months ago
  16. c30530e Fix import in LayoutOffsetTest by Andrey Kulikov · 3 years, 8 months ago
  17. 4716b63 Merge "Use placeWithLayer in Modifier.offset() overload with lambdas" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  18. 4776433c Add source information to libraries by Chuck Jazdzewski · 3 years, 8 months ago
  19. c6cb331 Merge "Adds baseline alignment for AlertDialog" into androidx-master-dev by Louis Pullen-Freilich · 3 years, 8 months ago
  20. f89910b Merge changes Id6044c71,I0bd29706 into androidx-master-dev by Nader Jawad · 3 years, 8 months ago
  21. 12f8a90 Merge "Fix for Desktop shortcuts" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  22. 1bdaec1 Merge "Only detect animations in ComposeViewAdapter#onLayout" into androidx-master-dev by Amaury Medeiros · 3 years, 8 months ago
  23. f06e323 Merge "Desktop: support default monitor's refresh rate in DefaultMonotonicFrameClock" into androidx-master-dev by Jim Sproch · 3 years, 8 months ago
  24. ce6285f Only detect animations in ComposeViewAdapter#onLayout by Amaury Medeiros · 3 years, 8 months ago
  25. 535ceeb Fix for Desktop shortcuts by Andrey Rudenko · 3 years, 8 months ago
  26. 87eeed0 Use placeWithLayer in Modifier.offset() overload with lambdas by Andrey Kulikov · 3 years, 8 months ago
  27. e73d514 Merge "Fixes ContentAlpha sample to no longer mention that not applying a content alpha will result in 100% opacity" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  28. d5b4109 Remove reflect from Compose Runtime dependencies. by Jim Sproch · 3 years, 8 months ago
  29. 219a2af Desktop: support default monitor's refresh rate in DefaultMonotonicFrameClock by Igor Demin · 3 years, 8 months ago
  30. 2475d1f Merge "Correct references to composer in key calls" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  31. 47511c3 Add semantics action Dismiss and apply it to drawer by yingleiw · 3 years, 9 months ago
  32. 549d760 Move DrawModifier to androidx.compose.ui.draw package by Nader Jawad · 3 years, 8 months ago
  33. 91e7c3d Rename Modifier.drawLayer to Modifier.graphicsLayer by Nader Jawad · 3 years, 8 months ago
  34. 83b1cab Correct references to composer in key calls by Chuck Jazdzewski · 3 years, 8 months ago
  35. 9303a29 Mark clearFocus_byClickingOutsideFocusableComponent as @FlakyTest by Aurimas Liutikas · 3 years, 8 months ago
  36. f7a4713 Fixes ContentAlpha sample to no longer mention that not applying a content alpha will result in 100% opacity by Louis Pullen-Freilich · 3 years, 8 months ago
  37. 567e0e0 Merge "Proper implementation of DesktopParagraph#getCursorRect for empty paragraphs" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  38. c69515a Merge "Reenable ktlint paren-spacing now that it doesn't crash" into androidx-master-dev by Jeff Gaston · 3 years, 8 months ago
  39. e2858f2 Merge "Metrics name cleanup" into androidx-master-dev by Chris Craik · 3 years, 8 months ago
  40. 1a38dac Merge "Remove <T> from SubcomposeLayout" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  41. 90c7994 Merge "Fixes for ComposePanel." into androidx-master-dev by Jim Sproch · 3 years, 8 months ago
  42. a8af4bd Merge "Introduce placeable.placeWithLayer" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  43. 854c7996 Proper implementation of DesktopParagraph#getCursorRect for empty paragraphs by Andrey Rudenko · 3 years, 8 months ago
  44. 1102527 Introduce placeable.placeWithLayer by Andrey Kulikov · 3 years, 8 months ago
  45. 4f09ccd Reenable ktlint paren-spacing now that it doesn't crash by Jeff Gaston · 3 years, 8 months ago
  46. f5171ea Fixes for ComposePanel. by Roman Sedaikin · 3 years, 8 months ago
  47. c2bd32c Remove <T> from SubcomposeLayout by Andrey Kulikov · 3 years, 8 months ago
  48. fd6de77 Better letterSpacing support in DesktopParagraph by Andrey Rudenko · 3 years, 8 months ago
  49. f40d2a0 Merge "Fix selection not being updated in edit processor" into androidx-master-dev by Siyamed Sinir · 3 years, 8 months ago
  50. 3918201 Merge "Fix a boundary condition in the slot table" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  51. 81aa865 Merge "Clear selection when SelectionContainer is disposed" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  52. c584b44 Fix a boundary condition in the slot table by Chuck Jazdzewski · 3 years, 8 months ago
  53. 59dcdf1 Fix selection not being updated in edit processor by Siyamed Sinir · 3 years, 8 months ago
  54. 3b61c30 Merge "Update metalava to the latest version." into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  55. dcb6d72 Merge "Fix compound key calculation for nodes" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  56. ee896bc Clear selection when SelectionContainer is disposed by haoyu · 3 years, 8 months ago
  57. ea99c3a Metrics name cleanup by Chris Craik · 3 years, 8 months ago
  58. 0393ab2 Merge "Adds AmbientTextSelectionColors to allow customizing the colors used for text selection" into androidx-master-dev by Louis Pullen-Freilich · 3 years, 8 months ago
  59. 0eb54c6 Update metalava to the latest version. by Aurimas Liutikas · 3 years, 8 months ago
  60. aa25724 Merge "Cleanup TextFieldValue usage" into androidx-master-dev by Siyamed Sinir · 3 years, 8 months ago
  61. a727f5b Merge "Prevent extra recomposition in TextField String overload" into androidx-master-dev by Siyamed Sinir · 3 years, 8 months ago
  62. 21b6328 Merge "Added convenience APIs for layer transforms" into androidx-master-dev by Nader Jawad · 3 years, 8 months ago
  63. ec7385b Fix compound key calculation for nodes by Chuck Jazdzewski · 3 years, 8 months ago
  64. 663ecc0 Cleanup TextFieldValue usage by Siyamed Sinir · 3 years, 8 months ago
  65. 7077c27 Prevent extra recomposition in TextField String overload by Siyamed Sinir · 3 years, 8 months ago
  66. eef1d14 Adds baseline alignment for AlertDialog by Louis Pullen-Freilich · 3 years, 8 months ago
  67. 9a933d6 Remove @ExperimentalCollectionApi by George Mount · 3 years, 8 months ago
  68. 024f150 Merge "Make all PointerInputData values non-null." into androidx-master-dev by George Mount · 3 years, 8 months ago
  69. 381bbbf Merge "Add an API to check if the window is in focus" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  70. bd2b6e01 Merge "Refactoring of Desktop Paragraph to use ComputedStyle internally" into androidx-master-dev by Andrey Kulikov · 3 years, 8 months ago
  71. 73153a2 Merge "Fix EditProcessor selection update" into androidx-master-dev by Siyamed Sinir · 3 years, 8 months ago
  72. 4ff049c Merge "Support for Kotlin 1.4.20" into androidx-master-dev by Jim Sproch · 3 years, 8 months ago
  73. 7638216 Merge "Remove SynchronizedTreeCollector, introduce IdleAwaiter" into androidx-master-dev by Jelle Fresen · 3 years, 8 months ago
  74. b89a33a Added convenience APIs for layer transforms by Nader Jawad · 3 years, 8 months ago
  75. b247c3b Make all PointerInputData values non-null. by George Mount · 3 years, 8 months ago
  76. e096810 Merge "Desktop Shortcuts fixes" into androidx-master-dev by Andrey Kulikov · 3 years, 8 months ago
  77. 93195d4 Adds AmbientTextSelectionColors to allow customizing the colors used for text selection by Louis Pullen-Freilich · 3 years, 8 months ago
  78. c4d70ca Merge "Updates Compose lint checks to run on test sources" into androidx-master-dev by Louis Pullen-Freilich · 3 years, 8 months ago
  79. d7a3b83 Merge "Ignore demo with suspending infinite animation" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  80. 178f119 Merge "Request focus when TextField is long pressed" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  81. 3693b18 Ignore demo with suspending infinite animation by Jelle Fresen · 3 years, 8 months ago
  82. ea7bce4 Support for Kotlin 1.4.20 by Jim Sproch · 3 years, 9 months ago
  83. d320f0f Fix EditProcessor selection update by Siyamed Sinir · 3 years, 8 months ago
  84. bcdb6a6 Merge "Do not recursively call into applier in list helper" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  85. 7f26f8b Merge "Update composable param transformer to use invoke from Function class" into androidx-master-dev by Leland Richardson · 3 years, 8 months ago
  86. 60f427f Merge "Add existence checks to verify files exist" into androidx-master-dev by Jim Sproch · 3 years, 8 months ago
  87. 0fad0ed Merge "Make AndroidSnapshotTests run faster" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  88. 71684ed Merge changes If26f210b,I37c94593 into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  89. 33d3218 Merge "Box: alignment -> contentAlignment; improve docs" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  90. ec21f83 Make AndroidSnapshotTests run faster by Aurimas Liutikas · 3 years, 8 months ago
  91. ccdb868 Box: alignment -> contentAlignment; improve docs by Mihai Popa · 3 years, 8 months ago
  92. 9e6fffd Add existence checks to verify files exist by Jim Sproch · 3 years, 8 months ago
  93. 475bece Ignore ComposeCallLoweringTests due to presubmit flakiness by Leland Richardson · 3 years, 8 months ago
  94. bd06412d Request focus when TextField is long pressed by haoyu · 3 years, 8 months ago
  95. 889f30f Merge "Fixed graphical artifacts on border API" into androidx-master-dev by Nader Jawad · 3 years, 8 months ago
  96. 8c8847d Merge "Desktop: XML Vector image support" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  97. 8fd5a8f Fixed graphical artifacts on border API by Nader Jawad · 3 years, 8 months ago
  98. d282e99 Remove SynchronizedTreeCollector, introduce IdleAwaiter by Jelle Fresen · 3 years, 8 months ago
  99. 56ee163 Desktop: XML Vector image support by Igor Demin · 3 years, 10 months ago
  100. ae2ae53 Merge "Migrate existing jarjar plugin users to shadow plugin" into androidx-master-dev by Jeff Gaston · 3 years, 8 months ago