1. 59288bf Set a11y traversal ordering on Views nested in AndroidComposeViews by Melba Nuzen · 1 year, 4 months ago
  2. 526b937 Don't retain snapshot reference in ComposerImpl by Adam Powell · 1 year, 2 months ago
  3. 8cea4c3 Have `IsContainer` property key retrieve `IsTraversalGroup` by Melba Nuzen · 1 year, 2 months ago
  4. 8a76cf2 Remove unnecessary allocations in lazy layouts, at measurement by Romain Guy · 1 year, 2 months ago
  5. a794df7 Remove allocation in MutableSnapshot by Romain Guy · 1 year, 2 months ago
  6. 5545ff2 Remove more allocations by Romain Guy · 1 year, 2 months ago
  7. 8e8c707 Remove allocations in VelocityTracker, optimize code by Romain Guy · 1 year, 2 months ago
  8. 941c64d Bump compose to beta in the release branch by natnaelbelay · 1 year, 2 months ago
  9. 6a30da7 Merge "Add labels and launcher filters to macrobenchmark targets for easier profiling" into androidx-main by Chris Craik · 1 year, 2 months ago
  10. 9df6e47 Merge "More quick cancellation of compose CoroutineScopes" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  11. 8016360 Merge "Improve CompositionLocalConsumerModifierNode docs" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  12. 8d84857 Add labels and launcher filters to macrobenchmark targets for easier profiling by Chris Craik · 1 year, 2 months ago
  13. 7d3bd1c Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  14. 7a4f6ca Merge "Update Material3 to collections kmp structure" into androidx-main by Mariano Martin · 1 year, 2 months ago
  15. 42b6d05 Improve CompositionLocalConsumerModifierNode docs by Andrew Bailey · 1 year, 3 months ago
  16. 424ee5b More quick cancellation of compose CoroutineScopes by Adam Powell · 1 year, 2 months ago
  17. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 2 months ago
  18. 7d9a571 Merge "Update Snapping containers to use same calculation logic" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  19. 1fbaedc Merge "Fix interruption in lazy placement animations" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  20. 5f04bd0 Update Material3 to collections kmp structure by marian · 1 year, 2 months ago
  21. ed118a7 Merge "Reserve space for supporting text even when input is long" into androidx-main by Max Alfonso-Ying · 1 year, 2 months ago
  22. 89f884b Update Snapping containers to use same calculation logic by Levi Albuquerque · 1 year, 2 months ago
  23. a8df6aa7 Merge "Update Pager to use SnapPositionInLayout APIS" into androidx-main by Levi Albuquerque · 1 year, 2 months ago
  24. 94af98a Fix interruption in lazy placement animations by Andrey Kulikov · 1 year, 2 months ago
  25. 45949d4 Merge "Compose: Remove obsolete files" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  26. aba9a8f6 Merge "Print adapted functional references as lambdas when last argument." into androidx-main by Treehugger Robot · 1 year, 2 months ago
  27. f9fe311 Update Pager to use SnapPositionInLayout APIS by Levi Albuquerque · 1 year, 2 months ago
  28. 37a55f7 Merge "Compose: Add diffs for diagnostic tests" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  29. b0fe5f4 Merge "Compose: Print qualified returns for early returns from lambdas" into androidx-main by Steven Schäfer · 1 year, 2 months ago
  30. 4fa6df9 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 2 months ago
  31. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 2 months ago
  32. 5bbd987 Remove androidx snippets for State by Alejandra Stamato · 1 year, 5 months ago
  33. 5759d29 Merge "Deleting snippets that are migrated to github.com/android/snippets" into androidx-main by Alejandra Stamato · 1 year, 2 months ago
  34. 5fbc662 Merge "Add ashikov to OWNERS of Compose compiler and runtime" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  35. 915ce51 Reserve space for supporting text even when input is long by Max Alfonso-Ying · 1 year, 2 months ago
  36. 223f7ff Fix Maven name for Compose Desktop by Alan Viverette · 1 year, 2 months ago
  37. ba25417 Add ashikov to OWNERS of Compose compiler and runtime by Andrei Shikov · 1 year, 2 months ago
  38. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 2 months ago
  39. ddcd6cb Merge "Remove macrobenchmark workarounds from androidX repo" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  40. dd48cf4 Merge "Quick cancellation of effect scopes" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  41. 9caca7f Merge "[Tabs] Add primary/secondary indicators" into androidx-main by Paul Thomas · 1 year, 2 months ago
  42. 3a31eb4 Merge "Don't apply compositions twice" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  43. 86dac80 Deleting snippets that are migrated to github.com/android/snippets by Rebecca Franks · 1 year, 3 months ago
  44. 34c6f7a Don't apply compositions twice by Romain Guy · 1 year, 2 months ago
  45. b8768ed [Tabs] Add primary/secondary indicators by Paul Thomas · 1 year, 3 months ago
  46. d80729f Remove macrobenchmark workarounds from androidX repo by Marcello Albano · 1 year, 2 months ago
  47. 3f036a0 Print adapted functional references as lambdas when last argument. by Mads Ager · 1 year, 2 months ago
  48. e44d817 Compose: Print qualified returns for early returns from lambdas by Steven Schäfer · 1 year, 4 months ago
  49. 62f1ef4 Quick cancellation of effect scopes by Adam Powell · 1 year, 2 months ago
  50. 9326043 Merge "Disabling flaking testModifiers_doNotCauseUnnecessaryRemeasure test" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  51. 95d878a Merge "Remove empty AndroidManifest.xml files: for realz this time" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  52. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 2 months ago
  53. e78cbb1 Fix bug in FocusInvalidationManager by Ralston Da Silva · 1 year, 2 months ago
  54. 0a00776 Merge "Revert "Remove empty AndroidManifest.xml files"" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  55. 921ab28 Merge "Reduce memory allocations" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  56. 0526935 Reduce memory allocations by Romain Guy · 1 year, 2 months ago
  57. 5117dd4 Merge "ColorProducer()() is the new name for (() -> Color)()" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  58. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 2 months ago
  59. 11a4088 Update Compose Material Catalog version to 2.2.0 by Shalom Gibly · 1 year, 2 months ago
  60. 99a7f65 Merge "Converts Modifier.border() to Modifier.Node." into androidx-main by Jeremy Walker · 1 year, 2 months ago
  61. d9d94e5 Merge "Fix height calculation for label in OutlinedTextField" into androidx-main by Max Alfonso-Ying · 1 year, 2 months ago
  62. 591ae8f ColorProducer()() is the new name for (() -> Color)() by Sean McQuillan · 1 year, 2 months ago
  63. 51efee2 Merge "Handle long labels more gracefully in BottomNavigation" into androidx-main by Max Alfonso-Ying · 1 year, 2 months ago
  64. b490e92 Converts Modifier.border() to Modifier.Node. by Jeremy Walker · 1 year, 3 months ago
  65. 5085793 Disabling flaking testModifiers_doNotCauseUnnecessaryRemeasure test by Aurimas Liutikas · 1 year, 2 months ago
  66. 1f17b1a Update UnrememberedStateDetector lint inspection by Andrew Bailey · 1 year, 4 months ago
  67. cf973d0 Specialize all mutableStateOf calls in AndroidX by Andrew Bailey · 1 year, 3 months ago
  68. 73507b7 Add lint check to specialize mutableStateOf calls by Andrew Bailey · 1 year, 3 months ago
  69. 4b31781 Merge "[M2] Make AnchoredDraggable's offset non-nullable" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  70. 10ead05 [M2] Make AnchoredDraggable's offset non-nullable by Jossi Wolf · 1 year, 2 months ago
  71. c36943a Merge "Fix shape outline caching in Modifier.background" into androidx-main by Louis Pullen-Freilich · 1 year, 2 months ago
  72. bbb1a6f Merge "Remove empty AndroidManifest.xml files" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  73. 2fd8987 Fix shape outline caching in Modifier.background by Alexandre Elias · 1 year, 2 months ago
  74. 927cf7f Merge "Require @Composable annotations on top-level composable delegated properties" into androidx-main by Andrei Shikov · 1 year, 2 months ago
  75. 3a70d3c Merge "Reenable test that now passes on emulator API 33" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  76. 66af6f5 Merge "Remove value classes used for LazyGrid/List indices" into androidx-main by Andrey Kulikov · 1 year, 2 months ago
  77. 944253c Reenable test that now passes on emulator API 33 by Aurimas Liutikas · 1 year, 2 months ago
  78. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 2 months ago
  79. 600736d undisabling some tests only failing on api 26 by Jeff Gaston · 1 year, 2 months ago
  80. fcc71ab Fix height calculation for label in OutlinedTextField by Max Alfonso-Ying · 1 year, 2 months ago
  81. 5cb268f Merge "Mostly autogenerated suppression of test failures" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  82. cc3c175 Merge changes from topic "edm" into androidx-main by Max Alfonso-Ying · 1 year, 2 months ago
  83. 7c3f9be Remove value classes used for LazyGrid/List indices by Andrei Shikov · 1 year, 2 months ago
  84. 444b495 Merge "Disabling some checks in FocusInvalidationManager" into androidx-main by Alexandre Elias · 1 year, 2 months ago
  85. 2cb68b9 Merge changes I54ad3157,Ia8e2f023 into androidx-main by Treehugger Robot · 1 year, 2 months ago
  86. 99b2c16 Mostly autogenerated suppression of test failures by Jeff Gaston · 1 year, 2 months ago
  87. 6baac9a Disabling some checks in FocusInvalidationManager by Ralston Da Silva · 1 year, 2 months ago
  88. 5487427 Fix menu closing on soft keyboard input by Max Alfonso-Ying · 1 year, 2 months ago
  89. 52db803 Cache keys for lazy layouts by Andrey Kulikov · 1 year, 2 months ago
  90. 07ea164 Couple of perf optimizations by Romain Guy · 1 year, 2 months ago
  91. d038eba Optimize LazyLayout item block skipping when key didn't change by Andrey Kulikov · 1 year, 2 months ago
  92. 37f86e3 Merge "Extract AwaitFirstLayoutModifier and apply it to LazyStaggeredGrid" into androidx-main by Andrei Shikov · 1 year, 2 months ago
  93. 993f35b Merge "Samples for new stable Text APIs" into androidx-main by Halil Ozercan · 1 year, 2 months ago
  94. 43d708e Samples for new stable Text APIs by Halil Ozercan · 1 year, 2 months ago
  95. 87f4c64 Extract AwaitFirstLayoutModifier and apply it to LazyStaggeredGrid by Andrei Shikov · 1 year, 2 months ago
  96. 3a77d97 Merge "Limit supporting text width to text field width." into androidx-main by Max Alfonso-Ying · 1 year, 2 months ago
  97. 77931c2 Rename some variables for clarity. by Max Alfonso-Ying · 1 year, 2 months ago
  98. da44ee3 Merge "Make ContextMenuArea inline for android" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  99. 6c225c0 Merge "Add warning for opaque Unit arguments used as keys" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  100. 1c04940 Limit supporting text width to text field width. by Max Alfonso-Ying · 1 year, 2 months ago