1. 5c7feac Address API feedback on PlatformTextInput. by Zach Klippenstein · 9 months ago
  2. 6a3b0d7 Merge "Revert "Add a try-catch block when fetching bounds in content capture."" into androidx-main by Treehugger Robot · 9 months ago
  3. 4875c68 Revert "Add a try-catch block when fetching bounds in content capture." by Natnael Belay · 9 months ago
  4. a92dbe7 Merge "Removing deprecated In and Out focus directions" into androidx-main by Treehugger Robot · 9 months ago
  5. 7d18f0d4 Merge "Improve GraphicsLayerScope property usage tracking" into androidx-main by Andrey Kulikov · 9 months ago
  6. 1926c89 Improve GraphicsLayerScope property usage tracking by Andrey Kulikov · 9 months ago
  7. 78d5dc8 Filter out the deactivated semantic nodes by default and introduce assertIsDeactivated() by Andrey Kulikov · 9 months ago
  8. bbcf23f Merge "Avoid force lookahead remeasuring subtree when not affecting parent measurement" into androidx-main by Doris Liu · 9 months ago
  9. 3841b82 Rewriting Semantics Tests by Ralston Da Silva · 9 months ago
  10. 80fb23c Removing deprecated In and Out focus directions by Ralston Da Silva · 9 months ago
  11. ad6c8bf Improve kdoc for Row and FlowRow when used with Texts by Anastasia Soboleva · 9 months ago
  12. 580af39 Avoid force lookahead remeasuring subtree when not affecting parent measurement by Doris Liu · 9 months ago
  13. 93bbcba Merge "API review for drag and drop Fixes: 302524019 Fixes: 303904810 Test: Added a new test for drag and drop nodes that were removed during a drag and drop session Relnote: "Modifier.dragAndDrawSource has had the onDrawDragShadow lambda renamed to drawDragDecoration DragAndDropInfo has had the size parameter renamed to dragDecorationSize"" into androidx-main by TJ Dahunsi · 9 months ago
  14. 836fd73 API review for drag and drop by dahunsi · 9 months ago
  15. 76760df Merge "Add a try-catch block when fetching bounds in content capture." into androidx-main by Natnael Belay · 9 months ago
  16. 24fefb8 Add a try-catch block when fetching bounds in content capture. by Kai Li · 9 months ago
  17. 6c94fae Fix unexpected exit events on mouse click by Grant Toepfer · 9 months ago
  18. 81663b2d Merge "Remove PlacementScope companion object" into androidx-main by George Mount · 9 months ago
  19. c850fbd Merge "Fix content node in scrolling ANI tests" into androidx-main by Melba Nuzen · 9 months ago
  20. 7340380 Remove PlacementScope companion object by George Mount · 10 months ago
  21. b591493 Fix content node in scrolling ANI tests by Melba Nuzen · 9 months ago
  22. e351177 Merge "Clear invalidations when composition is deactivated" into androidx-main by Treehugger Robot · 9 months ago
  23. d9ca007 Clear invalidations when composition is deactivated by Andrei Shikov · 9 months ago
  24. 55b0a42 Merge changes I9ac44a16,I629e104c into androidx-main by Justin Ghan · 9 months ago
  25. 043b47e Merge "Replace setContent(reusable) with setContentWithReuse" into androidx-main by Andrei Shikov · 9 months ago
  26. 2d6827f1 Replace setContent(reusable) with setContentWithReuse by Andrei Shikov · 9 months ago
  27. 9eb7072 Add slot table when isDebugInspectorInfoEnabled is true. by Jesse Greenwald · 10 months ago
  28. d32a8eb Fix CursorAnchorInfo insertion marker location when cursor is clamped by Justin Ghan · 9 months ago
  29. 86866135 Additional API hiding and comments for aosp/2728495. by Zach Klippenstein · 9 months ago
  30. 9da88cd Merge "Introduce a test-only API for overriding PlatformTextInput handling." into androidx-main by Zach Klippenstein · 9 months ago
  31. 714096e Introduce a test-only API for overriding PlatformTextInput handling. by Zach Klippenstein · 10 months ago
  32. 871f390 Merge "Only set visibleToUser when enabledForAccessibility == true" into androidx-main by Alexandre Elias · 9 months ago
  33. c8ddf5b Only set visibleToUser when enabledForAccessibility == true by Alexandre Elias · 9 months ago
  34. 28ad189 Merge changes from topic "fontscaling-compose-flag" into androidx-main by Tyler Freeman · 9 months ago
  35. 02273f7 Merge "Lint restricting extending Kotlin lambda interfaces in common sources" into androidx-main by Andrei Shikov · 9 months ago
  36. 6ff9d45 Merge "Workaround for SemanticNode access on bg thread" into androidx-main by Treehugger Robot · 9 months ago
  37. 560c5e2 Lint restricting extending Kotlin lambda interfaces in common sources by Andrei Shikov · 11 months ago
  38. 91dac3ae Workaround for SemanticNode access on bg thread by Andrei Shikov · 9 months ago
  39. f999138 Track property usage in GraphicsLayerScope to reduce native calls by Leland Richardson · 9 months ago
  40. cc876e2 chore(non linear font scaling): move ExperimentalComposeApi annotations to ui-util by Tyler Freeman · 10 months ago
  41. 7fa2280 Merge "Ensure parent layer is always invalidated when removing layout modifier node" into androidx-main by Leland Richardson · 10 months ago
  42. 85cc930 Ensure parent layer is always invalidated when removing layout modifier node by Leland Richardson · 10 months ago
  43. 37df1f7 Merge "DragAndDropNode implementation Fixes: 286038936 Test: AndroidDragAndDropTest added for hit testing DragAndDropTarget Relnote: Adds dragAndDropSource Modifier for starting drag and drop sessions, and dragAndDropTarget Modifier for receiving from drag and drop sessions" into androidx-main by TJ Dahunsi · 10 months ago
  44. 8790acf DragAndDropNode implementation by Adetunji Dahunsi · 1 year, 4 months ago
  45. 3b38bd3 Merge "[GH] [Compose] Log message correction for SubcomposeLayout" into androidx-main by Dustin Lam · 10 months ago
  46. 3978223 Merge "Reduce number of a11y events sent during scrolling" into androidx-main by Alexandre Elias · 10 months ago
  47. 2dd3f88 Reduce number of a11y events sent during scrolling by Alexandre Elias · 10 months ago
  48. 7478092 Adds test for compositions/recompositions when using the pointerhovericon modifier. by Jeremy Walker · 10 months ago
  49. 4807a5a [GH] [Compose] Log message correction for SubcomposeLayout by alen-heo · 10 months ago
  50. 82360fe Optimize icons building and Path parsing by Romain Guy · 10 months ago
  51. 4c1adb1 Merge "Reduce allocations in LayoutNodeLayoutDelegate" into androidx-main by George Mount · 10 months ago
  52. 44b17bd Updated Vector caching logic. by Nader Jawad · 10 months ago
  53. 82e69d1 Reland "Added support for CompositionLocal caching of VectorPainter instances." by Nader Jawad · 10 months ago
  54. a03a604 Rename directories to follow source set layout v2. by Fred Sladkey · 10 months ago
  55. e333fb0 Rename of ic parameter by Ian G. Clifton · 10 months ago
  56. 71812ce Reduce allocations in LayoutNodeLayoutDelegate by George Mount · 10 months ago
  57. 8fb8bda Makes pointer hover icon more efficient. by Jeremy Walker · 10 months ago
  58. e912dde Merge "Add `onRestoreFailed()` callback to the focusRestorer() modifier" into androidx-main by Aditya Arora · 10 months ago
  59. 04b41c1 Merge "Prevent TalkBack from focusing AndroidViewHolder" into androidx-main by Alexandre Elias · 10 months ago
  60. e5a5e7d Merge "Migrates/Refactors pointerHoverIcon() to Modifier.Node." into androidx-main by Jeremy Walker · 10 months ago
  61. 06b18f7 Merge "Adds ability to traverse Modifier.Node tree for the same Node kinds." into androidx-main by Jeremy Walker · 10 months ago
  62. ecb5e2b Merge "Exposing MotionEvent X and Y coordinates to VT." into androidx-main by Levi Albuquerque · 10 months ago
  63. d3af3f5 Prevent TalkBack from focusing AndroidViewHolder by Alexandre Elias · 10 months ago
  64. aa02d3c Adds Page up/down keyboard support to Scrollable composables to match view behavior. by Jeremy Walker · 1 year ago
  65. e440e8c Migrates/Refactors pointerHoverIcon() to Modifier.Node. by Jeremy Walker · 1 year, 1 month ago
  66. 658e2bb Adds ability to traverse Modifier.Node tree for the same Node kinds. by Jeremy Walker · 11 months ago
  67. 1822415 Merge "Apply snapshot before drawing" into androidx-main by George Mount · 10 months ago
  68. 21c94de Apply snapshot before drawing by George Mount · 10 months ago
  69. 62aa23a4 Exposing MotionEvent X and Y coordinates to VT. by Levi Albuquerque · 10 months ago
  70. 38f3ccd Merge "Enable content capture in ACVADC." into androidx-main by Kai Li · 10 months ago
  71. 5a3fe68 Add `onRestoreFailed()` callback to the focusRestorer() modifier by Aditya Arora · 1 year, 1 month ago
  72. adfdc4f Merge "Fix for cases when a node with Modifier.pointerInput() is reused with replacing this modifier" into androidx-main by Andrey Kulikov · 10 months ago
  73. 9e84b41 Enable content capture in ACVADC. by Kai Li · 10 months ago
  74. e17f7b5 Merge "Consider screenreader-focusable traversal groups when sorting for a11y" into androidx-main by Melba Nuzen · 10 months ago
  75. ebb18e3 Consider screenreader-focusable traversal groups when sorting for a11y by Melba Nuzen · 10 months ago
  76. 1ffdbfc Removes baselined ListIterator issues by Louis Pullen-Freilich · 10 months ago
  77. cc067e6 Merges TempListUtils with ListUtils by Louis Pullen-Freilich · 10 months ago
  78. dbca972 Merge "Fix unplaced child doesn't get placed" into androidx-main by George Mount · 10 months ago
  79. d99704d Merge "Remove usages of @suppress in compose ui library" into androidx-main by Aurimas Liutikas · 10 months ago
  80. 8afa938 Fix unplaced child doesn't get placed by George Mount · 11 months ago
  81. 1a1b0f4 Fix for cases when a node with Modifier.pointerInput() is reused with replacing this modifier by Andrey Kulikov · 10 months ago
  82. 3d24b3d Remove usages of @suppress in compose ui library by Aurimas Liutikas · 10 months ago
  83. 31c9f7e Additional tests for VT parity fix. by Levi Albuquerque · 11 months ago
  84. 57abf8e Merge changes from topic "shim" into androidx-main by Kai Li · 10 months ago
  85. af3d73b Merge "Remove `traversalAfter` to avoid Samsung Voice Assistant crash" into androidx-main by Melba Nuzen · 10 months ago
  86. ce2c278 Start lookahead invalidation when lookahead root's parent gets force measurement by Doris Liu · 10 months ago
  87. a51758a Remove `traversalAfter` to avoid Samsung Voice Assistant crash by Melba Nuzen · 10 months ago
  88. 2144f6c Merge "Optimize MeasureAndLayoutDelegate.measureOnly()" into androidx-main by Andrey Kulikov · 10 months ago
  89. 12a7756 Merge "Move test resources to correct place" into androidx-main by Treehugger Robot · 10 months ago
  90. a533097 Merge "Introducing maximumFlingVelocity." into androidx-main by Levi Albuquerque · 10 months ago
  91. 0634aa1 Introducing maximumFlingVelocity. by Levi Albuquerque · 11 months ago
  92. 0cb810f Move test resources to correct place by Levi Albuquerque · 10 months ago
  93. 0d972f9 Optimize MeasureAndLayoutDelegate.measureOnly() by Andrey Kulikov · 10 months ago
  94. e88081f Set font size for content capture. by Kai Li · 1 year, 1 month ago
  95. 7bf61e3 Create shims for content capture functionality by Ryan Mentley · 12 months ago
  96. 73d0a32 Merge "Conditionally set AccessibilityNodeInfo.importantForAccessiblity" into androidx-main by Alexandre Elias · 10 months ago
  97. 25e4247 Merge "Revert "Use primitive-specific containers in Accessiblity"" into androidx-main by George Mount · 10 months ago
  98. c48e9ca Revert "Use primitive-specific containers in Accessiblity" by George Mount · 10 months ago
  99. ae78e14 Merge "Use primitive-specific containers in Accessiblity" into androidx-main by George Mount · 10 months ago
  100. 3b00818 Merge "Drag and drop compose integration patch 1: Basic definitions Test: None, WIP. Relnote: Adds initial scaffolding to support platform drag and drop APIs" into androidx-main by TJ Dahunsi · 10 months ago