1. e669867 Merge "Replace NestedScrollSource enum with an inline class" into androidx-main by Treehugger Robot · 3 years ago
  2. 67dcb7f Merge "Convert PlaceholderVerticalAlign to inline class" into androidx-main by Haoyu Zhang · 3 years ago
  3. 70b469f Merge "Improve error message thrown when LazyColumn keys are not unique." into androidx-main by Andrey Kulikov · 3 years ago
  4. cebafc0 Convert PlaceholderVerticalAlign to inline class by Haoyu Zhang · 3 years, 1 month ago
  5. 848040d Merge "Desktop. Move Dialog/Menubar/Tray to androidx.compose.ui.window.v1" into androidx-main by Jim Sproch · 3 years ago
  6. 5d7f40c Improve error message thrown when LazyColumn keys are not unique. by Andrey Kulikov · 3 years ago
  7. 86c1b16 Merge "Fix source package in layout inspector API" into androidx-main by Treehugger Robot · 3 years ago
  8. 0136357 Replace NestedScrollSource enum with an inline class by Ralston Da Silva · 3 years, 1 month ago
  9. 8fc71ab Merge "Rename clearFocus(forcedClear) to clearFocus(force)" into androidx-main by Treehugger Robot · 3 years ago
  10. 6c0a944 Merge "Bring item into View" into androidx-main by Treehugger Robot · 3 years ago
  11. 125dfa6 Merge "Lint fixes for AGP 7.1 alpha01 upgrade" into androidx-main by Louis Pullen-Freilich · 3 years ago
  12. 444569e Fix source package in layout inspector API by Chuck Jazdzewski · 3 years ago
  13. 940d63d Merge "Fix lowering density when using Icon component (or other any component that uses DrawCache)" into androidx-main by Nader Jawad · 3 years ago
  14. a068198 Lint fixes for AGP 7.1 alpha01 upgrade by Louis Pullen-Freilich · 3 years ago
  15. 2afdc13 Allow invalidations during the draw path by Mihai Popa · 3 years ago
  16. 1b3ccb3 Fix lowering density when using Icon component by Igor Demin · 3 years ago
  17. 9dc9c18 Merge "Revert "Allow invalidations during the draw path"" into androidx-main by Aurimas Liutikas · 3 years ago
  18. b52910e Revert "Allow invalidations during the draw path" by Aurimas Liutikas · 3 years ago
  19. 42303ba Bring item into View by Ralston Da Silva · 3 years ago
  20. dc81449 Rename clearFocus(forcedClear) to clearFocus(force) by Ralston Da Silva · 3 years ago
  21. aae98df Merge "Fix for placing order change not invalidating zSortedChildren list" into androidx-main by Treehugger Robot · 3 years ago
  22. 959ebf0 Merge "Allow invalidations during the draw path" into androidx-main by Mihai Popa · 3 years ago
  23. 4aa63ec Fix for placing order change not invalidating zSortedChildren list by Andrey Kulikov · 3 years ago
  24. fcbc8ff Merge "Fix for LazyColumn/Row items displayed partially after the scroll" into androidx-main by Andrey Kulikov · 3 years ago
  25. debd8a5 Merge changes I6734fda2,I59f0dd69 into androidx-main by Jens Ole Lauridsen · 3 years ago
  26. 4fefaf1 Merge "Remove @ExperimentalComposeUiApi from PopupProperties. Bug:187871964 Test: Manually." into androidx-main by Treehugger Robot · 3 years ago
  27. a3b5661 Fix for LazyColumn/Row items displayed partially after the scroll by Andrey Kulikov · 3 years ago
  28. 7184768 Allow invalidations during the draw path by Mihai Popa · 3 years ago
  29. 2115dc7 Desktop: Fix FilterQuality by Igor Demin · 3 years ago
  30. a3cb441 Merge "Updated graphics APIs to be inline classes instead of enums" into androidx-main by Nader Jawad · 3 years ago
  31. 65a3546 Updated graphics APIs to be inline classes instead of enums by Nader Jawad · 3 years ago
  32. de5f839 Merge changes Id5b9b4f7,I4ca59777 into androidx-main by Jim Sproch · 3 years ago
  33. 0418fb4 Merge "Update lint baselines" into androidx-main by Alan Viverette · 3 years ago
  34. ad8df9e Merge "Change PointerType to be inline class instead of enum" into androidx-main by George Mount · 3 years ago
  35. e7d54b5 Fix MPP build by Igor Demin · 3 years ago
  36. 8aa4e75 Desktop. Move Dialog/Menubar/Tray to androidx.compose.ui.window.v1 by Igor Demin · 3 years, 1 month ago
  37. 3d154a9 Implement URI handler for desktop. Test: manual by Nikolay Igotti · 3 years ago
  38. 41510db Remove @ExperimentalComposeUiApi from PopupProperties. by Qingqing Deng · 3 years, 1 month ago
  39. 16fe859 Merge "Renaming focusModifier to focusTarget" into androidx-main by Treehugger Robot · 3 years ago
  40. f413c45 Change PointerType to be inline class instead of enum by George Mount · 3 years ago
  41. 7443850 checking that ui_release.kotlin_module is >=250 bytes by Jeff Gaston · 3 years ago
  42. c86e3c1 Merge "Use list for content description and text." into androidx-main by Treehugger Robot · 3 years ago
  43. 802403a Update lint baselines by Alan Viverette · 3 years ago
  44. 170f3a2 Merge "Fix MPP build after reverting "Configuration testApi does not exist"" into androidx-main by Treehugger Robot · 3 years ago
  45. e8f93a0 Use list for content description and text. by Filip Pavlis · 3 years, 1 month ago
  46. 3f4c988 Merge "Make detectDragGestures, detectVerticalGestures and detectHorizontaGestures to consume position change automatically." into androidx-main by Matvei Malkov · 3 years ago
  47. 7266d28 Merge "Desktop: fix warning" into androidx-main by Treehugger Robot · 3 years ago
  48. df377b1 Merge "Fixed positioning of ContextMenu when using MenuBar." into androidx-main by Treehugger Robot · 3 years ago
  49. 1d13339 Merge "Updated WindowDraggableArea." into androidx-main by Treehugger Robot · 3 years ago
  50. f993cc4 Merge "Use latest androidx.test:core in compose:ui:ui" into androidx-main by Jelle Fresen · 3 years ago
  51. 1d3cf7b Merge "Desktop: use skija's BreakIterator for characters" into androidx-main by Andrey Kulikov · 3 years ago
  52. 172b4f1 Desktop: fix warning by Igor Demin · 3 years ago
  53. 55f6fba Fix MPP build after reverting "Configuration testApi does not exist" by Igor Demin · 3 years ago
  54. 9feb839 Desktop: use skija's BreakIterator for characters by Andrey Rudenko · 3 years, 1 month ago
  55. 6bf2d20 Merge "Change TextUnitType enum to inline class" into androidx-main by Treehugger Robot · 3 years ago
  56. cc16df2 Merge changes I73c40c49,Ie6ff6301 into androidx-main by Jens Ole Lauridsen · 3 years ago
  57. 57ed9b3 Change TextUnitType enum to inline class by Haoyu Zhang · 3 years, 1 month ago
  58. bbab17f Add views_to_skip to each ComposableRoot by Jens Ole Lauridsen · 3 years ago
  59. 8225c4f Add id that can be used to hide a view from the inspector by Jens Ole Lauridsen · 3 years, 1 month ago
  60. 98b7ef7 Merge "Revert "Accept lambda invoke methods with inline parameters"" into androidx-main by Aurimas Liutikas · 3 years ago
  61. 3a5f4b4 Handle multiple entries for a line number in the line table by Jens Ole Lauridsen · 3 years ago
  62. e897a5e Accept lambda invoke methods with inline parameters by Jens Ole Lauridsen · 3 years ago
  63. 9a3c781 Revert "Accept lambda invoke methods with inline parameters" by Jeff Gaston · 3 years ago
  64. 0a235c5 Merge "Accept lambda invoke methods with inline parameters" into androidx-main by Jens Ole Lauridsen · 3 years ago
  65. b6d8055 Renaming focusModifier to focusTarget by Ralston Da Silva · 3 years, 1 month ago
  66. b1b6e7a Make detectDragGestures, detectVerticalGestures and detectHorizontaGestures to consume position change automatically. by Matvei Malkov · 3 years ago
  67. 90b32ed Desktop: SkijaLayer - refactoring by Igor Demin · 3 years, 1 month ago
  68. b4b1cdc Merge "Fix for density/layoutDirection changes not invalidating measure/draw/outline" into androidx-main by Andrey Kulikov · 3 years ago
  69. 600ddda Merge "Remove inline from Modifier.onSizeChanged() and Modifier.onGloballyPositioned()" into androidx-main by Andrey Kulikov · 3 years ago
  70. debc512 Merge "Fix for LayoutNode.zSortedChildrenInvalidated never being reset" into androidx-main by Andrey Kulikov · 3 years ago
  71. eaf654b Use latest androidx.test:core in compose:ui:ui by Jelle Fresen · 3 years, 1 month ago
  72. fa7c1b4a Merge "Upgrade to Kotlin 1.5.0, KSP to 1.5.0-1.0.0-alpha09 Test: bos" into androidx-main by Aurimas Liutikas · 3 years ago
  73. 48aeb44 Accept lambda invoke methods with inline parameters by Jens Ole Lauridsen · 3 years, 1 month ago
  74. 79500aa Merge "According to Android Studio this is no longer needed" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  75. 14ddfc7 Merge "EditorInfoCompat initial selection" into androidx-main by Siyamed Sinir · 3 years, 1 month ago
  76. e80baea Fix for LayoutNode.zSortedChildrenInvalidated never being reset by Andrey Kulikov · 3 years, 1 month ago
  77. 017b9a2 Merge "Move to skiko 0.2.33" into androidx-main by Jim Sproch · 3 years, 1 month ago
  78. 1b7d92d According to Android Studio this is no longer needed by Aurimas Liutikas · 3 years, 1 month ago
  79. e238bad Upgrade to Kotlin 1.5.0, KSP to 1.5.0-1.0.0-alpha09 Test: bos by Jim Sproch · 3 years, 2 months ago
  80. 79815ff Alignment lines in modifier + fix remeasurements by Mihai Popa · 3 years, 1 month ago
  81. 35e7222 Remove inline from Modifier.onSizeChanged() and Modifier.onGloballyPositioned() by Andrey Kulikov · 3 years, 1 month ago
  82. 51a67e5 Fix for density/layoutDirection changes not invalidating measure/draw/outline by Andrey Kulikov · 3 years, 1 month ago
  83. 2aa361f ComposeView + ViewOverlay compatibility by Adam Powell · 3 years, 1 month ago
  84. 918baab Merge "Cleaning up .ignore files" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  85. bf3f1f1 Merge "Fixes failing ModifierDeclarationDetectorTest" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  86. 90a3929 Merge "Change Modifier.onGloballyPositioned to report the modifier coordinates" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  87. 5e1580b Merge "LineHeight support in desktop paragraph" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  88. 9a83228 Fixed positioning of ContextMenu when using MenuBar. by Roman Sedaikin · 3 years, 1 month ago
  89. 064af37 Update ui-text androidx.core dependency to a more stable version by Siyamed Sinir · 3 years, 1 month ago
  90. 1724188 EditorInfoCompat initial selection by Siyamed Sinir · 3 years, 1 month ago
  91. a294948 Merge "TextInputServiceAndroid debug logs" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  92. 9e62c38 TextInputServiceAndroid debug logs by Siyamed Sinir · 3 years, 1 month ago
  93. f4b8520 Merge "Adjust the lambdaSelectorName sent with a Lambda" into androidx-main by Jens Ole Lauridsen · 3 years, 1 month ago
  94. eef6d91 Change Modifier.onGloballyPositioned to report the modifier coordinates by Andrey Kulikov · 3 years, 1 month ago
  95. f0b8534 Move to skiko 0.2.33 by Roman Sedaikin · 3 years, 1 month ago
  96. 844d1a7 Merge "Implement equals/hashCode for DrawModifiers" into androidx-main by Andrey Kulikov · 3 years, 1 month ago
  97. da4674b LineHeight support in desktop paragraph by Andrey Rudenko · 3 years, 1 month ago
  98. 3a3adc0 Cleaning up .ignore files by Ralston Da Silva · 3 years, 1 month ago
  99. 9eecd1a Merge "Replacing KeyboardType enum with an inline class" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  100. 8ecdac3e Merge "Changing FocusState to an Interface" into androidx-main by Treehugger Robot · 3 years, 1 month ago