1. 4b6cff9 Add SoftwareKeyboardController. by Sean McQuillan · 3 years, 5 months ago
  2. df134e0 Update Compose to 1.0.0-beta01 by Nick Anthony · 3 years, 5 months ago
  3. af36206 Remove inline from Button overloads by Andrey Kulikov · 3 years, 5 months ago
  4. 64d351d Merge "Fixes ColorPickerDemo after suspending gesture migration" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  5. 7b38da3 Merge "Remove @ExperimentalLayout usages and rename it" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  6. cca0fb8 Merge "Placeholder/Label visibility now depedend on transformed text rather than plain input text" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  7. e0e1f42 Fixes ColorPickerDemo after suspending gesture migration by Louis Pullen-Freilich · 3 years, 5 months ago
  8. b7b238f Remove @ExperimentalLayout usages and rename it by Mihai Popa · 3 years, 5 months ago
  9. 37014c1 Placeholder/Label visibility now depedend on transformed text rather than plain input text by Anastasia Soboleva · 3 years, 5 months ago
  10. c58cb38 Make dp assertions internal. by Filip Pavlis · 3 years, 5 months ago
  11. a98db50 Merge "Remove SoftwareKeyboardController" into androidx-main by Sean McQuillan · 3 years, 5 months ago
  12. d46aa1d Remove SoftwareKeyboardController by Sean McQuillan · 3 years, 5 months ago
  13. a234d18 Improve selection control APIs to support "passive embedding" by Alexandre Elias · 3 years, 5 months ago
  14. f62e515 Merge "Add AccessibilityManager to CompositionLocals and owner" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  15. 2ae4491 InteractionState -> [Mutable]InteractionSource rework by Louis Pullen-Freilich · 3 years, 5 months ago
  16. b692bb5 Merge "Change pointer input dependency on screen position." into androidx-main by Andrey Kulikov · 3 years, 5 months ago
  17. 477ab7b Merge "Support enabled parameter is slider and convert it to use SliderColor interface instead." into androidx-main by Matvei Malkov · 3 years, 5 months ago
  18. 649eead Add AccessibilityManager to CompositionLocals and owner by yingleiw · 3 years, 5 months ago
  19. f1cab88 Change pointer input dependency on screen position. by George Mount · 3 years, 6 months ago
  20. 3701230 Merge "Refactor TextInputService to provide TextInputSession to represent sessions." into androidx-main by Sean McQuillan · 3 years, 5 months ago
  21. 89251b3 Support enabled parameter is slider and convert it to use SliderColor interface instead. by Matvei Malkov · 3 years, 5 months ago
  22. c6dc4e6 Refactor TextInputService to provide TextInputSession to represent sessions. by Sean McQuillan · 3 years, 5 months ago
  23. e274758 Merge "Removes @ExperimentalRippleApi and changes RippleAlpha to be a class with properties" into androidx-main by Louis Pullen-Freilich · 3 years, 5 months ago
  24. 7eeb9b6 Merge "Add TextFieldColors interface and TextFieldDefaults object." into androidx-main by Anastasia Soboleva · 3 years, 5 months ago
  25. c03050a Merge "Remove AnimationEndReason from swipeable and its users and remove AnimationEndReason.Interrupted" into androidx-main by Matvei Malkov · 3 years, 5 months ago
  26. 2e81e6b Merge "Add a11y support for Tabs and RadioGroups" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  27. bac224c Remove AnimationEndReason from swipeable and its users and remove AnimationEndReason.Interrupted by Matvei Malkov · 3 years, 5 months ago
  28. c6dafa7 Removes @ExperimentalRippleApi and changes RippleAlpha to be a class with properties by Louis Pullen-Freilich · 3 years, 5 months ago
  29. 80b5d30 Add TextFieldColors interface and TextFieldDefaults object. by Anastasia Soboleva · 3 years, 5 months ago
  30. 5b774f8 Add a11y support for Tabs and RadioGroups by Anastasia Soboleva · 3 years, 5 months ago
  31. d9b093e Add LazyListState.animateScrollToItem by Ryan Mentley · 3 years, 5 months ago
  32. dc1308e Move actual files to have platform suffix by Jim Sproch · 3 years, 5 months ago
  33. 4ad5a95 Unify the naming of snap and animated scroll functions by Andrey Kulikov · 3 years, 5 months ago
  34. 19d5576 Merge "Simplifies Indication APIs" into androidx-main by Louis Pullen-Freilich · 3 years, 5 months ago
  35. a3361b3 Merge "Use Int as a scroll position in Modifier.verticalScroll()/horizontalScroll()" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  36. a28205c Merge "Remove TargetAnimation API" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  37. d5231f4 Merge "Enforce @ReadOnlyComposables only call @ReadOnlyComposables" into androidx-main by Leland Richardson · 3 years, 5 months ago
  38. 3a90b71 Enforce @ReadOnlyComposables only call @ReadOnlyComposables by Leland Richardson · 3 years, 5 months ago
  39. 8b247b9 Merge "Delete or rename deprecated resource loaders" into androidx-main by aelias · 3 years, 5 months ago
  40. 1b90334 Remove TargetAnimation API by Doris Liu · 3 years, 5 months ago
  41. 4ed6a9c Simplifies Indication APIs by Louis Pullen-Freilich · 3 years, 5 months ago
  42. 78fca42 Use Int as a scroll position in Modifier.verticalScroll()/horizontalScroll() by Andrey Kulikov · 3 years, 5 months ago
  43. b1670cd Remove animation package from foundation and trasfer default spline based curves to aniamtion module. by Matvei Malkov · 3 years, 5 months ago
  44. a414d08 Make FlingBehavior to be a suspend based function as opposed to animation oriented concept. by Matvei Malkov · 3 years, 5 months ago
  45. 11edaf4 Merge "Regenerate screenshots." into androidx-main by Filip Pavlis · 3 years, 5 months ago
  46. 375a906 Merge "size -> requiredSize, preferredSize -> size" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  47. d0f1029 Remove unnecessary opt-ins of ExperimentalComposeApi by Leland Richardson · 3 years, 5 months ago
  48. 5f80de6 size -> requiredSize, preferredSize -> size by Mihai Popa �� 3 years, 5 months ago
  49. 33138ee Merge "Rename defaultMinSizeConstraints to defaultMinSize" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  50. a448c68 Merge "Remove unused Experimental/InternalTextApi’s" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  51. 364b8c9 Remove unused Experimental/InternalTextApi’s by Siyamed Sinir · 3 years, 5 months ago
  52. 3198d71 Merge "Returns AlertDialog and Menu for Desktop." into androidx-main by Louis Pullen-Freilich · 3 years, 5 months ago
  53. 1e37e8d Merge changes Ie9c9b7c6,Iff4a8876 into androidx-main by Treehugger Robot · 3 years, 5 months ago
  54. 9867245 Rename defaultMinSizeConstraints to defaultMinSize by Mihai Popa · 3 years, 5 months ago
  55. 486f5e0 Regenerate screenshots. by Filip Pavlis · 3 years, 5 months ago
  56. 000fe98 Returns AlertDialog and Menu for Desktop. by Roman Sedaikin · 3 years, 5 months ago
  57. 0e50690 Merge "Checkbox: Removed transparent line between box/border when selected" into androidx-main by Jose Alba Aguado · 3 years, 5 months ago
  58. 33efbf2 Checkbox: Removed transparent line between box/border when selected by Jose Alba Aguado · 3 years, 5 months ago
  59. 693e3cc Delete all unnecessary ui.gesture API expect 4 gesture filters. Also move some API to where it belongs. by Matvei Malkov · 3 years, 5 months ago
  60. 9f6f9cf Delete or rename deprecated resource loaders by Alexandre Elias · 3 years, 5 months ago
  61. 3e445ba Migrate Modifier.swipeable and all its users to suspend motion. by Matvei Malkov · 3 years, 5 months ago
  62. 0f99bf1 Various API refinements for Compose Runtime by Leland Richardson · 3 years, 5 months ago
  63. 9a2619b Rework Modifier.scrollable to simplify the API and migrate to suspend motion. by Matvei Malkov · 3 years, 5 months ago
  64. 7899f7f Refine draggable API to allow for suspend motion intergration. by Matvei Malkov · 3 years, 5 months ago
  65. e3b9cd3 Merge "Move zoomable, Slider, SnackbarHost to suspend animation" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  66. cf86592 Merge changes I383420ba,I8a074549 into androidx-main by Doris Liu · 3 years, 5 months ago
  67. 42c913a Move zoomable, Slider, SnackbarHost to suspend animation by Doris Liu · 3 years, 5 months ago
  68. a5f9be4 Merge "Deletes deprecated Material, Foundation, and Ambient* related APIs" into androidx-main by Louis Pullen-Freilich · 3 years, 5 months ago
  69. 58bcedb Remove manual clocks from material androidTest by Jelle Fresen · 3 years, 5 months ago
  70. 5534f4a Deletes deprecated Material, Foundation, and Ambient* related APIs by Louis Pullen-Freilich · 3 years, 5 months ago
  71. 92bd8ad Updates material-icons-extended with the latest icons added to Material.io/icons by Louis Pullen-Freilich · 3 years, 5 months ago
  72. 4c98a31 Merge "Miscellaneous Material API changes" into androidx-main by Louis Pullen-Freilich · 3 years, 5 months ago
  73. 8afedf8 Merge "Fixes MaterialRippleThemeTest#customRippleTheme_dragged" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  74. 2a7b112 Merge "Make BasicTextField to accept Brush instead of Color for cursor" into androidx-main by Matvei Malkov · 3 years, 5 months ago
  75. fb86045 Miscellaneous Material API changes by Louis Pullen-Freilich · 3 years, 5 months ago
  76. f7fb496 Fixes MaterialRippleThemeTest#customRippleTheme_dragged by Louis Pullen-Freilich · 3 years, 5 months ago
  77. 9ba211b Make BasicTextField to accept Brush instead of Color for cursor by Matvei Malkov · 3 years, 5 months ago