1. 03b3b94 Merge "Pin compose dependency to 1.6.0-alpha08" into androidx-main by Conrad Chen · 8 months ago
  2. d341652 Merge "Move BTF2 InputTransformations into the InputTransformation.kt file." into androidx-main by Treehugger Robot · 8 months ago
  3. f2ffacb Pin compose dependency to 1.6.0-alpha08 by drchen · 8 months ago
  4. 3e2292e Update ChangeList.toDebugString to be available in debugger by Andrei Shikov · 8 months ago
  5. 81a4764 Merge "[Gradle] Pin Material3 deps to alpha08" into androidx-main by Mariano Martin · 8 months ago
  6. 75e0416 Merge "Fix edge cases for open classes with @Composable lambda properties" into androidx-main by Treehugger Robot · 8 months ago
  7. ca16022 Fix edge cases for open classes with @Composable lambda properties by Andrei Shikov · 8 months ago
  8. 3a32fc5 [Gradle] Pin Material3 deps to alpha08 by marian · 8 months ago
  9. 4bdaf0b Merge "[M3] Report SwipeToDismiss Anchors from Lookahead pass" into androidx-main by Jossi Wolf · 8 months ago
  10. 2d5bdb1 Merge "Precompose on detached SubcomposeLayout should do nothing" into androidx-main by Andrey Kulikov · 8 months ago
  11. d317eb2 Merge changes I4adf1056,I74020756 into androidx-main by Andrei Shikov · 8 months ago
  12. d72fe62 Precompose on detached SubcomposeLayout should do nothing by Andrey Kulikov · 8 months ago
  13. 031477e Merge "Make sure deactivated nodes are not remeasured/re-placed" into androidx-main by Andrey Kulikov · 8 months ago
  14. 3a12aee Add stability config to plugin options by Ben Trengrove · 8 months ago
  15. 8f6a110 Merge "Fix error that prevented `SuggestionChip` from accepting a nullable `BorderStroke`." into androidx-main by Connie Shi · 8 months ago
  16. 2019685 Merge "Lookup composition local only once on read" into androidx-main by Treehugger Robot · 8 months ago
  17. 0fc1311 Merge "[TimePicker] Remove hardcoded token value in timepicker" into androidx-main by Treehugger Robot · 8 months ago
  18. 9700413 Merge "Fix source information for intrinsic remember" into androidx-main by Treehugger Robot · 8 months ago
  19. 62fb215 Merge "Add LayoutCoordinates methods for working with screen-relative offsets." into androidx-main by Treehugger Robot · 8 months ago
  20. 0e1390f Merge "[GH] Move playground projects into a separate folder" into androidx-main by Yigit Boyar · 8 months ago
  21. aa14c34 Move BTF2 InputTransformations into the InputTransformation.kt file. by Zach Klippenstein · 8 months ago
  22. a112ea6 Add LayoutCoordinates methods for working with screen-relative offsets. by Zach Klippenstein · 1 year, 1 month ago
  23. a723932 Merge "Update InputTransformation chaining to be more like Modifier." into androidx-main by Zach Klippenstein · 8 months ago
  24. c4d236c Fix error that prevented `SuggestionChip` from accepting a nullable `BorderStroke`. by Connie Shi · 8 months ago
  25. 7fead0d [TimePicker] Remove hardcoded token value in timepicker by marian · 8 months ago
  26. df58236 Make sure deactivated nodes are not remeasured/re-placed by Andrey Kulikov · 8 months ago
  27. 378f0b9 Use remember for lambda memoization with intrinsic remember by Andrei Shikov · 9 months ago
  28. 96e2d4dc Account for Uncertain param state in intrinsic remember by Andrei Shikov · 9 months ago
  29. 48b493f Fix source information for intrinsic remember by Andrei Shikov · 9 months ago
  30. 0f289c7 Lookup composition local only once on read by Andrei Shikov · 8 months ago
  31. 2a67fa6 [Material3][PullToRefresh] Add and update PullToRefresh samples by Jose Figueroa · 9 months ago
  32. d8a24298 Merge "Autogenerated suppression of test failures" into androidx-main by Treehugger Robot · 8 months ago
  33. 68bb280 Merge "Use ObjectIntMap for lazy key-index map" into androidx-main by Treehugger Robot · 8 months ago
  34. 8e2e8a6 [M3] Report SwipeToDismiss Anchors from Lookahead pass by Jossi Wolf · 9 months ago
  35. a6af51a Autogenerated suppression of test failures by Jeff Gaston · 9 months ago
  36. 88c0730 Use ObjectIntMap for lazy key-index map by Andrei Shikov · 8 months ago
  37. 9e88dc7 Merge "Fix off by one error when calculating selected region" into androidx-main by Treehugger Robot · 8 months ago
  38. 6af3f41 Merge "Adds demo of a view loading Compose dynamically with a WindowManager." into androidx-main by Treehugger Robot · 9 months ago
  39. 797b807 Adds demo of a view loading Compose dynamically with a WindowManager. by Jeremy Walker · 10 months ago
  40. ed47352 Adds links to Traversable demos. by Jeremy Walker · 9 months ago
  41. ef76a14 Fix off by one error when calculating selected region by Grant Toepfer · 9 months ago
  42. c05053a Merge "Add in new benchmark for Compose accessibility" into androidx-main by Melba Nuzen · 9 months ago
  43. 391e466 Merge "Bumping compose-runtime-tracing to beta01" into androidx-main by Jakub Gielzak · 9 months ago
  44. df6e1c9 Merge "Fix crash during overridden composable types lookup" into androidx-main by Treehugger Robot · 9 months ago
  45. 2495d2c Fix crash during overridden composable types lookup by Andrei Shikov · 9 months ago
  46. 54ec7bb Merge "Add StabilityInferred annotation through K2 registrar" into androidx-main by Andrei Shikov · 9 months ago
  47. fe60e8b Update InputTransformation chaining to be more like Modifier. by Zach Klippenstein · 9 months ago
  48. be5a60c compose bump to 1.7.0-alpha01 by Juan Rodriguez · 9 months ago
  49. 18e086e API review for drag and drop by dahunsi · 9 months ago
  50. 6910998 Merge "Addressing API feedback on ViewConfiguration.maximumFlingVelocity" into androidx-main by Levi Albuquerque · 9 months ago
  51. b2ecad2 Bumping compose-runtime-tracing to beta01 by Jakub Gielzak · 9 months ago
  52. ccb8809 Merge "Allow selection handle gesture to continue while clipped" into androidx-main by Grant Toepfer · 9 months ago
  53. b440167 Merge "Implement equals and hashcode for PageSize.Fixed" into androidx-main by Levi Albuquerque · 9 months ago
  54. 1db9dee Merge "Update crash error for getOffsetFractionForPage" into androidx-main by Levi Albuquerque · 9 months ago
  55. deab148 Addressing API feedback on ViewConfiguration.maximumFlingVelocity by Levi Albuquerque · 9 months ago
  56. 21fe93e Fix typo in docs for rememberObserver interface by Natnael Belay · 9 months ago
  57. 1dbd09e Update crash error for getOffsetFractionForPage by Levi Albuquerque · 9 months ago
  58. 941e308 Implement equals and hashcode for PageSize.Fixed by Levi Albuquerque · 9 months ago
  59. 870d4a8 Merge "Create new `material3-common` module." into androidx-main by Connie Shi · 9 months ago
  60. ec9814b Add in new benchmark for Compose accessibility by Melba Nuzen · 10 months ago
  61. 321eb2a Merge "Fix Binary Incompatibility Issue with Window Inset change" into androidx-main by Uchenna Okoye · 9 months ago
  62. 7eb241e Fix Binary Incompatibility Issue with Window Inset change by Faithful Uchenna Okoye · 9 months ago
  63. c9a7da3 Allow selection handle gesture to continue while clipped by Grant Toepfer · 9 months ago
  64. 79f2b87 Merge "[Material3][PullToRefresh] Implement custom state behavior for Pull-to-Refresh" into androidx-main by José Figueroa Santos · 9 months ago
  65. a1c5612 Merge "Add Text team as OWNERS for Text tests" into androidx-main by Treehugger Robot · 9 months ago
  66. dd3891d Merge "Temporary partial rollback of aosp/2775143" into androidx-main by Treehugger Robot · 9 months ago
  67. 29aeab8 Temporary partial rollback of aosp/2775143 by Anastasia Soboleva · 9 months ago
  68. 5fc6bc4 Merge "Focus EDM popup when opened when TalkBack is on" into androidx-main by Max Alfonso-Ying · 9 months ago
  69. 80a41e5 Merge "[SegmentedButton] Using incorrect color in Segmented button" into androidx-main by Mariano Martin · 9 months ago
  70. f2da45e Add Text team as OWNERS for Text tests by Jossi Wolf · 9 months ago
  71. 4000ed3 Merge "Prevent catching the switch while animating on quick clicks" into androidx-main by Shahd AbuDaghash · 9 months ago
  72. e1dd500 Bump compose compiler to 1.5.4 for 1.9.20 release. by Jim S · 9 months ago
  73. d659561 [Material3][PullToRefresh] Implement custom state behavior for Pull-to-Refresh by Jose Figueroa · 10 months ago
  74. b325e3f Merge "[Material3][SwipeToDismiss] Mark DismissDirection and DismissValue as experimental" into androidx-main by José Figueroa Santos · 9 months ago
  75. 6d0af84 Focus EDM popup when opened when TalkBack is on by Max Alfonso-Ying · 9 months ago
  76. 092f82e Merge "Rename ExitTransition.Hold to address API feedback" into androidx-main by Doris Liu · 9 months ago
  77. 5c993cf [Material3][SwipeToDismiss] Mark DismissDirection and DismissValue as experimental by Jose Figueroa · 9 months ago
  78. 79a8c17 Merge "Removed unused lifecycle dependency" into androidx-main by Conrad Chen · 9 months ago
  79. bd6239e Removed unused lifecycle dependency by drchen · 9 months ago
  80. 0484e11 Merge "[BottomSheet] Ignoring imePadding test for ModalBottomSheet" into androidx-main by Kevin Truong · 9 months ago
  81. dd5a9b8 Create new `material3-common` module. by Connie Shi · 9 months ago
  82. c30c580 [BottomSheet] Ignoring imePadding test for ModalBottomSheet by Kevin Truong · 9 months ago
  83. ff19f65 Merge "Add Compose compiler flags to exclude source/trace information" into androidx-main by Treehugger Robot · 9 months ago
  84. a5a1353 [SegmentedButton] Using incorrect color in Segmented button by marian · 9 months ago
  85. ef0111f Add StabilityInferred annotation through K2 registrar by Andrei Shikov · 10 months ago
  86. 910cf38 Merge "Mark dispatch receiver as used when capturing params" into androidx-main by Andrei Shikov · 9 months ago
  87. cbb855d Merge "Update to Kotlin 1.9.20" into androidx-main by Andrei Shikov · 9 months ago
  88. 5ae3556 Mark dispatch receiver as used when capturing params by Andrei Shikov · 9 months ago
  89. f82b10a Prevent catching the switch while animating on quick clicks by Shahd AbuDaghash · 9 months ago
  90. e661eb4 Merge "Rename the posture field of WindowAdaptiveInfo to windowPosture" into androidx-main by Conrad Chen · 9 months ago
  91. ff9f85f Rename ExitTransition.Hold to address API feedback by Doris Liu · 9 months ago
  92. b4902f3 Update to Kotlin 1.9.20 by Andrei Shikov · 11 months ago
  93. c4bd083 [Material3][SwipeToDismiss] Mark SwipeToDismiss as experimental, and rename component as SwipeToDismissBox by Jose Figueroa · 9 months ago
  94. 2e416ca Merge "Make ThreePaneScaffold and relevant APIs be internal" into androidx-main by Conrad Chen · 9 months ago
  95. a187bf5 Merge "[Material3][Tabs] Add additional kdocs to stable tab rows pointing to new tab rows with correct spec." into androidx-main by José Figueroa Santos · 9 months ago
  96. 9ca5191 Merge "Allow BasicText layout size to shrink to minWidth" into androidx-main by Sean McQuillan · 9 months ago
  97. 0d9a4f1 Merge "Makes sure basic layouts from foundation.layout are skipping remeasure on reuse" into androidx-main by Treehugger Robot · 9 months ago
  98. e39111b Allow BasicText layout size to shrink to minWidth by Sean McQuillan · 9 months ago
  99. cf1a268 Merge "Remove ScrollPositionUpdater logic from lazy lists" into androidx-main by Treehugger Robot · 9 months ago
  100. a8c60b9 Merge "Use referential policy for composition local scope state in context" into androidx-main by Treehugger Robot · 9 months ago