1. 90956a0 Merge "Deprecate onCommit, onDispose, onActive" into androidx-main by Leland Richardson · 3 years, 5 months ago
  2. af68d41 Merge "Add clearAndSetSemantics behavior on same layout node" into androidx-main by aelias · 3 years, 5 months ago
  3. 66b9205c Deprecate onCommit, onDispose, onActive by Leland Richardson · 3 years, 5 months ago
  4. 08c4ba3 Merge "Deprecate non-suspend scrollBy and scrollTo" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  5. f5223f6 Merge "Fixes ripple animations not fading out if they are cancelled while fading in" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  6. 42026a4 Merge "Deprecate Transition v1" into androidx-main by Doris Liu · 3 years, 5 months ago
  7. 5c35a28 Merge "Support initial State" into androidx-main by Doris Liu · 3 years, 5 months ago
  8. e686931 Fixes ripple animations not fading out if they are cancelled while fading in by Louis Pullen-Freilich · 3 years, 5 months ago
  9. c4567ed Deprecate Transition v1 by Doris Liu · 3 years, 5 months ago
  10. 2116b4a Merge "Rework WithConstraints as BoxWithConstraints" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  11. 41a265d Support initial State by Doris Liu · 3 years, 5 months ago
  12. 4a7bdad Rework WithConstraints as BoxWithConstraints by Mihai Popa · 3 years, 5 months ago
  13. 50f38a4 Merge "Use ComposeTestRule without launching Activity" into androidx-main by Jelle Fresen · 3 years, 5 months ago
  14. 5962c3d Merge "Promotes some Material APIs out of @Experimental" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  15. 82afa43 Merge "Deprecate non-suspend smoothScrollBy" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  16. e91f204 Promotes some Material APIs out of @Experimental by Louis Pullen-Freilich · 3 years, 5 months ago
  17. f5776cd Merge "Explicitly uses rememberRipple() in Button and FloatingActionButton" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  18. 4ac8498 Deprecate non-suspend scrollBy and scrollTo by Ryan Mentley · 3 years, 5 months ago
  19. bc9c8bb Deprecate non-suspend smoothScrollBy by Ryan Mentley · 3 years, 7 months ago
  20. ce81b84 Use ComposeTestRule without launching Activity by Jelle Fresen · 3 years, 5 months ago
  21. d678023 Add clearAndSetSemantics behavior on same layout node by Alexandre Elias · 3 years, 5 months ago
  22. c918a7e Explicitly uses rememberRipple() in Button and FloatingActionButton by Louis Pullen-Freilich · 3 years, 5 months ago
  23. 1ad57c4 Rename animateAsState (yet again) by Doris Liu · 3 years, 5 months ago
  24. 5af93df Merge "Add contentDescription parameter to Image and Icon" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  25. 0b81d82 Merge "Changes Material stateful parameter interfaces to have @Composable functions that return State<T>" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  26. 0b8299e Add contentDescription parameter to Image and Icon by Anastasia Soboleva · 3 years, 5 months ago
  27. ccd5081 Changes Material stateful parameter interfaces to have @Composable functions that return State<T> by Louis Pullen-Freilich · 3 years, 5 months ago
  28. 05551c0 Merge "Promote Snackbar related APIs to public from Experimental" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  29. fcca472 Merge changes I16996083,I7837308a into androidx-main by Anastasia Soboleva · 3 years, 5 months ago
  30. 81a66b0 Merge "Deprecate displaySize on test rule." into androidx-main by Filip Pavlis · 3 years, 5 months ago
  31. e0c52d3 Add decorationBox to the CoreTextField by Anastasia Soboleva · 3 years, 6 months ago
  32. cded435 Make minimum width and height in text fields overridable by Anastasia Soboleva · 3 years, 5 months ago
  33. 5ae5a49a Merge "Move draggable to suspend input" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  34. a543757 Move draggable to suspend input by Matvei Malkov · 3 years, 6 months ago
  35. f7724ea Deprecate displaySize on test rule. by Filip Pavlis · 3 years, 5 months ago
  36. aeb6ebb Merge "Add meaningful message when SwipeableState is not attached to the component." into androidx-main by Treehugger Robot · 3 years, 5 months ago
  37. 2fa39e7 Promote Snackbar related APIs to public from Experimental by Matvei Malkov · 3 years, 5 months ago
  38. 87ccfac Merge "Use Box in Surface" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  39. 37f9f3f Merge "Deprecate invalidate, compositionReference. Introduce currentRecomposeScope, rememberCompositionReference" into androidx-main by Leland Richardson · 3 years, 5 months ago
  40. c931ec8 Add meaningful message when SwipeableState is not attached to the component. by Matvei Malkov · 3 years, 5 months ago
  41. e3a2f68 Use Box in Surface by Mihai Popa · 3 years, 6 months ago
  42. f9d7f2e Merge "Fix drawer closing on click and blocking the rest of the ui." into androidx-main by Treehugger Robot · 3 years, 5 months ago
  43. ca567c9 Merge "Changes PopupPositionProvider to use window-relative coordinates" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  44. ecd05c4 Fix drawer closing on click and blocking the rest of the ui. by Matvei Malkov · 3 years, 5 months ago
  45. 029c8a1 Merge "Remove use of Uptime and Duration from pointer input" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  46. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 5 months ago
  47. c38a647 Merge "Remove `AnimatedFloat` usage from public API" into androidx-main by Doris Liu · 3 years, 5 months ago
  48. d1c5b8ba Deprecate invalidate, compositionReference. Introduce currentRecomposeScope, rememberCompositionReference by Leland Richardson · 3 years, 5 months ago
  49. b577194 Changes PopupPositionProvider to use window-relative coordinates by Louis Pullen-Freilich · 3 years, 5 months ago
  50. 8c41a23 Remove use of Uptime and Duration from pointer input by George Mount · 3 years, 5 months ago
  51. ff13d17 Merge "Migrate legacy synchronization usage." into androidx-main by Filip Pavlis · 3 years, 5 months ago
  52. 83eb5c8 Remove `AnimatedFloat` usage from public API by Doris Liu · 3 years, 5 months ago
  53. da4354b Merge "Parse intrinsic tint for vector XML" into androidx-main by Nader Jawad · 3 years, 5 months ago
  54. ccdfdd1 Parse intrinsic tint for vector XML by Nader Jawad · 3 years, 5 months ago
  55. c5b0ee8 Merge "Rework tap-based foundation modifiers" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  56. b6ee2a8 Migrates RippleAnimation to use suspending animation by Louis Pullen-Freilich · 3 years, 5 months ago
  57. f5e1bb9 Merge "Changes Typography, Shapes, and TabPosition to no longer be data classes" into androidx-main by Louis Pullen-Freilich · 3 years, 5 months ago
  58. 3eaeebc Merge "Moves useIR configuration to AndroidXUiPlugin" into androidx-main by Louis Pullen-Freilich · 3 years, 5 months ago
  59. f82ff94 Rework tap-based foundation modifiers by Matvei Malkov · 3 years, 6 months ago
  60. 3a2baa1 Migrate legacy synchronization usage. by Filip Pavlis · 3 years, 6 months ago
  61. b7b8df5 Merge "Migrate first batch of transitionDefinition-based usage to transition v2" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  62. 918cd4a Migrate first batch of transitionDefinition-based usage to transition v2 by Doris Liu · 3 years, 5 months ago
  63. c2830bf Moves useIR configuration to AndroidXUiPlugin by Louis Pullen-Freilich · 3 years, 5 months ago
  64. 1651541 Changes Typography, Shapes, and TabPosition to no longer be data classes by Louis Pullen-Freilich · 3 years, 5 months ago
  65. 35401c2 Merge "Make Easing a fun interface" into androidx-main by Doris Liu · 3 years, 5 months ago
  66. 7f9a156 Merge changes Ib976b534,I803fc5f2 into androidx-main by Andrey Kulikov · 3 years, 5 months ago
  67. ded0367 Make Easing a fun interface by Doris Liu · 3 years, 5 months ago
  68. 8f5f1df Merge "Remove androidx.compose.ui.util annotations" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  69. 05c18b2 Deprecate ScrollableColumn/Row by Andrey Kulikov · 3 years, 6 months ago
  70. bb05cd7 Add items(count: Int) overload for LazyColumn/LazyRow/LazyVerticalGrid by Andrey Kulikov · 3 years, 6 months ago
  71. 3ac4b80 Move frame clock test methods to test-utils by Jelle Fresen · 3 years, 6 months ago
  72. 7e117ac Merge "Improve LayoutCoordinates API" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  73. 1a9be70 Merge changes Id5478905,I315df592,I875e4b89 into androidx-main by Treehugger Robot · 3 years, 5 months ago
  74. a4da1bb Remove androidx.compose.ui.util annotations by George Mount · 3 years, 6 months ago
  75. 77ca2a2 Improve LayoutCoordinates API by George Mount · 3 years, 6 months ago
  76. 2555ad8 Merge "Mark FocusRequester.createRefs() as experimental API" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  77. 2353bf6 Add graphicsLayer to Icon by Jens Ole Lauridsen · 3 years, 6 months ago
  78. f712fe5 Deletes previously deprecated APIs in Material by Louis Pullen-Freilich · 3 years, 6 months ago
  79. d2d8e73 Merge "SemanticsProperties API renames and comments" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  80. 576510c Mark FocusRequester.createRefs() as experimental API by Ralston Da Silva · 3 years, 6 months ago
  81. c51fcd1 SemanticsProperties API renames and comments by Alexandre Elias · 3 years, 6 months ago
  82. e9a8670 Leverage TestCoroutineDispatcher in testing by Filip Pavlis · 3 years, 7 months ago