1. 4b6cff9 Add SoftwareKeyboardController. by Sean McQuillan · 3 years, 4 months ago
  2. c28ae31 Update verifyDependencyVersions to understand multiplatform dependency by Nick Anthony · 3 years, 4 months ago
  3. df134e0 Update Compose to 1.0.0-beta01 by Nick Anthony · 3 years, 4 months ago
  4. 363e1d8 Fix broken text selection by Andrey Kulikov · 3 years, 4 months ago
  5. 7f75445 Merge "Document intentional deprecated overloads" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  6. 09264d4 Merge "Small foundation API adjustments." into androidx-main by Treehugger Robot · 3 years, 4 months ago
  7. 263e7d9 Merge "Update activity, fragment, and lifecycle to stable" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  8. 59365f6 Merge "Do not decompose instances from android or java runtime" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  9. 7b38da3 Merge "Remove @ExperimentalLayout usages and rename it" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  10. 5fa80e3 Small foundation API adjustments. by Matvei Malkov · 3 years, 4 months ago
  11. b7b238f Remove @ExperimentalLayout usages and rename it by Mihai Popa · 3 years, 4 months ago
  12. c58cb38 Make dp assertions internal. by Filip Pavlis · 3 years, 4 months ago
  13. 0a46da7 Merge "Hide all packedValue properties from inline classes" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  14. a98db50 Merge "Remove SoftwareKeyboardController" into androidx-main by Sean McQuillan · 3 years, 4 months ago
  15. b3f625b Merge "Remove public typealiases" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  16. ed9a6a7 Merge "MeasureBlocks -> MeasurePolicy; update Layout APIs" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  17. d46aa1d Remove SoftwareKeyboardController by Sean McQuillan · 3 years, 4 months ago
  18. 8611b14 Merge "Marking SuspendingPointerInputFilterTest#testRestartPointerInput as @LargeTest" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  19. 70e45bb Merge changes Ibf0fe285,I51db34d7 into androidx-main by Treehugger Robot · 3 years, 4 months ago
  20. b8f79b8 Merge "Improve kdoc for ComposeTestRule and variants" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  21. eaf086e Merge "API Review for TextFieldValue" into androidx-main by Siyamed Sinir · 3 years, 4 months ago
  22. 4958475 MeasureBlocks -> MeasurePolicy; update Layout APIs by Mihai Popa · 3 years, 4 months ago
  23. bb0f816 Merge "Polish the deprecated MultiMeasureLayout API" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  24. f62e515 Merge "Add AccessibilityManager to CompositionLocals and owner" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  25. 76de2e6 Merge "InteractionState -> [Mutable]InteractionSource rework" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  26. 37a15eb Assemble the quad coordinates in clockwise order. by Jens Ole Lauridsen · 3 years, 4 months ago
  27. 01c60d9 Merge "native hierarchy interop: Better name for factory lambda" into androidx-main by Jim Sproch · 3 years, 4 months ago
  28. de32c01 Hide all packedValue properties from inline classes by Andrey Kulikov · 3 years, 4 months ago
  29. 2ae4491 InteractionState -> [Mutable]InteractionSource rework by Louis Pullen-Freilich · 3 years, 4 months ago
  30. b692bb5 Merge "Change pointer input dependency on screen position." into androidx-main by Andrey Kulikov · 3 years, 4 months ago
  31. 649eead Add AccessibilityManager to CompositionLocals and owner by yingleiw · 3 years, 4 months ago
  32. c2bc460 The dimensions of transformed text seem to have changed by Jens Ole Lauridsen · 3 years, 4 months ago
  33. 1405c6c Merge "Fix gestures advancement." into androidx-main by Filip Pavlis · 3 years, 4 months ago
  34. ec10a77 API Review for TextFieldValue by Siyamed Sinir · 3 years, 4 months ago
  35. 60b7773 Merge "Make AtomicReference internal to the runtime" into androidx-main by Chuck Jazdzewski · 3 years, 4 months ago
  36. 0dcc4a8 Do not decompose instances from android or java runtime by Jens Ole Lauridsen · 3 years, 4 months ago
  37. 643d9e1 Merge "Moves desktop selection logic to common code" into androidx-main by Andrey Kulikov · 3 years, 4 months ago
  38. f1cab88 Change pointer input dependency on screen position. by George Mount · 3 years, 4 months ago
  39. 3701230 Merge "Refactor TextInputService to provide TextInputSession to represent sessions." into androidx-main by Sean McQuillan · 3 years, 4 months ago
  40. c4ae7c8 native hierarchy interop: Better name for factory lambda by Jim Sproch · 3 years, 4 months ago
  41. 1f4af7f Merge "Mark some inline classes' constructors internal" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  42. adeed1f Merge "Mark Offset inline class constructor internal" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  43. 07e0987 Document intentional deprecated overloads by Adam Powell · 3 years, 4 months ago
  44. e190817 Merge "Keep the test suite alive on uncaught exceptions" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  45. c894a47 Remove public typealiases by Alexandre Elias · 3 years, 4 months ago
  46. 5ab80a4 Merge "Set size of AndroidViewsHandler" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  47. ac8d61e Merge "Fix documentation for setMenuBar (param name misspelled)" into androidx-main by Andrea Falcone · 3 years, 4 months ago
  48. 028c82c Merge "Mark a couple of compose junit tests as @LargeTest" into androidx-main by Aurimas Liutikas · 3 years, 4 months ago
  49. c6dc4e6 Refactor TextInputService to provide TextInputSession to represent sessions. by Sean McQuillan · 3 years, 4 months ago
  50. 6e4bb78 Merge "Expose measuredSize of Placeable" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  51. 4518ae0 Improve kdoc for ComposeTestRule and variants by Jelle Fresen · 3 years, 4 months ago
  52. 013f7e9 Marking SuspendingPointerInputFilterTest#testRestartPointerInput as @LargeTest by Aurimas Liutikas · 3 years, 4 months ago
  53. 11a7168 Update activity, fragment, and lifecycle to stable by Jeremy Woods · 3 years, 4 months ago
  54. 7a2bf9c Make AtomicReference internal to the runtime by Chuck Jazdzewski · 3 years, 4 months ago
  55. ab76726 Polish the deprecated MultiMeasureLayout API by Mihai Popa · 3 years, 4 months ago
  56. 8b4981e Moves desktop selection logic to common code by Andrey Rudenko · 3 years, 4 months ago
  57. c9e672d Merge "Make EditProcessor public" into androidx-main by Siyamed Sinir · 3 years, 4 months ago
  58. de86afe Set size of AndroidViewsHandler by Mihai Popa · 3 years, 4 months ago
  59. 2e81e6b Merge "Add a11y support for Tabs and RadioGroups" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  60. 5a6e937 Keep the test suite alive on uncaught exceptions by Jelle Fresen · 3 years, 4 months ago
  61. e937fb4 Fix documentation for setMenuBar (param name misspelled) by Andrea Falcone · 3 years, 4 months ago
  62. 4a8d946 Expose measuredSize of Placeable by Mihai Popa · 3 years, 4 months ago
  63. 595641a Mark Offset inline class constructor internal by Andrey Kulikov · 3 years, 4 months ago
  64. cd1c4ca Merge "Remove deprecated runtime:runtime-dispatch module" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  65. 5b774f8 Add a11y support for Tabs and RadioGroups by Anastasia Soboleva · 3 years, 4 months ago
  66. 677ca06 Merge "Desktop: fix GraphicsLayerTest.clip" into androidx-main by Andrey Kulikov · 3 years, 4 months ago
  67. 4b13d89 Mark some inline classes' constructors internal by Andrey Kulikov · 3 years, 4 months ago
  68. 3c8156e Fix gestures advancement. by Filip Pavlis · 3 years, 4 months ago
  69. dc1308e Move actual files to have platform suffix by Jim Sproch · 3 years, 4 months ago
  70. 36e3149 Desktop: fix GraphicsLayerTest.clip by Igor Demin · 3 years, 4 months ago
  71. 7810d10 Merge changes from topics "separate_activity", "stable_activity" into androidx-main by Jeremy Woods · 3 years, 4 months ago
  72. e97c68b Merge "Fix AndroidView factory being ran multiple times" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  73. 429f689 Merge "Make compositionLocalOf default value function required" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  74. 9ae020d Merge "Avoid assert for root missing if not needed" into androidx-main by Filip Pavlis · 3 years, 4 months ago
  75. 825fc2f Make EditProcessor public by Siyamed Sinir · 3 years, 4 months ago
  76. d3191ce Merge "Make TextFieldValue constructor public" into androidx-main by Siyamed Sinir · 3 years, 4 months ago
  77. a3361b3 Merge "Use Int as a scroll position in Modifier.verticalScroll()/horizontalScroll()" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  78. f6953f1 Temporarily remove dependency on activity-compose by Jeremy Woods · 3 years, 4 months ago
  79. 361d6f7 Merge "Auto-detect focus for text actions." into androidx-main by Treehugger Robot · 3 years, 4 months ago
  80. 1f98d8c Merge "Remove some deprecated methods from ui modules" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  81. c5ccee4 Make TextFieldValue constructor public by Siyamed Sinir · 3 years, 4 months ago
  82. b2587fe Merge "Remove intergroup dependency for textInputServiceFactory" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  83. 4040e90 Merge "Move runBlockingWithManualClock to test-utils" into androidx-main by Jelle Fresen · 3 years, 4 months ago
  84. 60a8016 Merge "Fix: font weight might not work under API 28" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  85. 8b247b9 Merge "Delete or rename deprecated resource loaders" into androidx-main by aelias · 3 years, 4 months ago
  86. ba89703 Make compositionLocalOf default value function required by Chuck Jazdzewski · 3 years, 4 months ago
  87. 0b5d789 Depend on activity 1.2.0 in compose by Jeremy Woods · 3 years, 4 months ago
  88. cad7751 Merge "Move TextDelegate to foundation" into androidx-main by Siyamed Sinir · 3 years, 4 months ago
  89. 05f14fa Remove deprecated runtime:runtime-dispatch module by Jelle Fresen · 3 years, 4 months ago
  90. 18a014a Avoid assert for root missing if not needed by Filip Pavlis · 3 years, 4 months ago
  91. 0a5e350 Fix AndroidView factory being ran multiple times by Mihai Popa · 3 years, 4 months ago
  92. 359d9f5 Remove intergroup dependency for textInputServiceFactory by Siyamed Sinir · 3 years, 4 months ago
  93. 590e89e Merge "Minor fix on internal API" into androidx-main by Siyamed Sinir · 3 years, 4 months ago
  94. 75473dd Move TextDelegate to foundation by Siyamed Sinir · 3 years, 4 months ago
  95. a038234 Auto-detect focus for text actions. by Filip Pavlis · 3 years, 4 months ago
  96. e47f0cb Move runBlockingWithManualClock to test-utils by Jelle Fresen · 3 years, 4 months ago
  97. b5eac84 Remove some deprecated methods from ui modules by Andrey Kulikov · 3 years, 4 months ago
  98. 78fca42 Use Int as a scroll position in Modifier.verticalScroll()/horizontalScroll() by Andrey Kulikov · 3 years, 4 months ago
  99. 532eb80 Merge "Remove MonotonicFrameClockTestRule" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  100. a414d08 Make FlingBehavior to be a suspend based function as opposed to animation oriented concept. by Matvei Malkov · 3 years, 4 months ago