1. 2b3fea6 Merge "Pinning Collection 1.4.0 to Compose for the 1.7.0 alpha release. Collection wants to release independently of Compose and its not releasing 1.5.0-alpha in the Jan 24th release. " into androidx-main by Treehugger Robot · 5 months ago
  2. 78ed9a7 Merge "Restrict child constraints in Row/Column" into androidx-main by George Mount · 5 months ago
  3. 080674a5 Pinning Collection 1.4.0 to Compose for the 1.7.0 alpha release. Collection wants to release independently of Compose and its not releasing 1.5.0-alpha in the Jan 24th release. by Juan Rodriguez · 5 months ago
  4. ee8fc7b Restrict child constraints in Row/Column by George Mount · 5 months ago
  5. 057c1fd1 Merge "Use LinkAnnotation.Url and introduce TextLinkClickHandler" into androidx-main by Anastasia Soboleva · 5 months ago
  6. 3535f31d Merge "Make large BTF2 demos scrollable." into androidx-main by Treehugger Robot · 5 months ago
  7. 6804024 Make large BTF2 demos scrollable. by Zach Klippenstein · 5 months ago
  8. 06eb69c Merge "Pin dependencies on androidx annotation" into androidx-main by Natnael Belay · 5 months ago
  9. 17632dc Use LinkAnnotation.Url and introduce TextLinkClickHandler by Anastasia Soboleva · 5 months ago
  10. d46799a Merge "Add TextStyleInvalidationTest text on failure" into androidx-main by Zach Klippenstein · 5 months ago
  11. a817dd9 Pin dependencies on androidx annotation by natnaelbelay · 5 months ago
  12. 7c25a6e Merge "Demo showing how to get last character in clipped region" into androidx-main by Treehugger Robot · 5 months ago
  13. e35ddf8 Demo showing how to get last character in clipped region by Sean McQuillan · 5 months ago
  14. d25d140 Merge "Add lazy column benchmark that switches many states at once" into androidx-main by Treehugger Robot · 5 months ago
  15. 4de708e Add lazy column benchmark that switches many states at once by Andrei Shikov · 5 months ago
  16. 4962469 Merge "Fix issue with remeasuring not triggering for invisble pages." into androidx-main by Levi Albuquerque · 5 months ago
  17. d708deb Fix issue with remeasuring not triggering for invisble pages. by Levi Albuquerque · 5 months ago
  18. 57137ea Add TextStyleInvalidationTest text on failure by Sean McQuillan · 5 months ago
  19. 22d93d0 Change readPlainText to be an extension on ClipEntry by Halil Ozercan · 5 months ago
  20. 1c523cd Add DragAndDropPermissionHandler by Halil Ozercan · 5 months ago
  21. 6936827 Merge "ReceiveContent Clipboard#paste integration" into androidx-main by Treehugger Robot · 5 months ago
  22. cb23ac7 ReceiveContent Clipboard#paste integration by Halil Ozercan · 5 months ago
  23. ee46573 Merge "Fix flaky everyRestartInput_createsNewInputConnection" into androidx-main by Treehugger Robot · 5 months ago
  24. 8500699 Merge "Fix issue with focus in links" into androidx-main by Anastasia Soboleva · 5 months ago
  25. 85cc849 Merge "[Clean-up] Removing unecessary code and moving SnapLayoutInfoProvider to snapping package." into androidx-main by Levi Albuquerque · 5 months ago
  26. 0453cf3 Fix issue with focus in links by Anastasia Soboleva · 5 months ago
  27. fd102a9 Fix flaky everyRestartInput_createsNewInputConnection by Halil Ozercan · 5 months ago
  28. c8b328d Fix flaky BTF2 cursor touch area size test by Halil Ozercan · 5 months ago
  29. 349cb06 Merge "Notify semantics changes when setting the translation result." into androidx-main by Kai Li · 5 months ago
  30. be2e879 Merge "Move TextFieldDecorator to the `input` package." into androidx-main by Treehugger Robot · 5 months ago
  31. 5e00a44 Merge "Clean up some BTF2 internal and test file locations." into androidx-main by Treehugger Robot · 5 months ago
  32. 7f976f7 Move TextFieldDecorator to the `input` package. by Zach Klippenstein · 5 months ago
  33. dac390e Clean up some BTF2 internal and test file locations. by Zach Klippenstein · 5 months ago
  34. 2a39c3b Merge "Fix a flaky test on Android 21" into androidx-main by Treehugger Robot · 5 months ago
  35. 13012e3 Merge changes I100683fe,I3f3338cd into androidx-main by Shahd AbuDaghash · 5 months ago
  36. c44df1c Merge "Validate OffsetMapping for a small range of values in composition" into androidx-main by Sean McQuillan · 5 months ago
  37. bc68fef Merge "Reduce allocations during layout" into androidx-main by Romain Guy · 5 months ago
  38. 0e98df1 Validate OffsetMapping for a small range of values in composition by Sean McQuillan · 5 months ago
  39. 01142dd Introduce Overscroll in AnchoredDraggable by Shahd AbuDaghash · 6 months ago
  40. 378fb37c [Clean-up] Removing unecessary code and moving SnapLayoutInfoProvider to snapping package. by Levi Albuquerque · 5 months ago
  41. 119144a Fix a flaky test on Android 21 by Andrey Kulikov · 5 months ago
  42. 7726243 Merge "Add check for layout with large dimensions." into androidx-main by Treehugger Robot · 5 months ago
  43. 8733839 Merge "Removes AbstractClickablePointerInputNode, flattens pointer input logic" into androidx-main by Treehugger Robot · 5 months ago
  44. 8f613b3 Merge "Attempt to fix flaky BTF2 cursor touch area size test" into androidx-main by Treehugger Robot · 5 months ago
  45. 73d99a3 Reduce allocations during layout by Romain Guy · 5 months ago
  46. 2e1799e Removes AbstractClickablePointerInputNode, flattens pointer input logic by Louis Pullen-Freilich · 5 months ago
  47. 84368fb Merge "Add DeviceConfigurationOverride to foundation:foundation-layout tests" into androidx-main by Alex Vanyo · 5 months ago
  48. 51fce08 Merge "Implement buffer-based output transformations for BTF2." into androidx-main by Zach Klippenstein · 5 months ago
  49. f042e37 Add check for layout with large dimensions. by George Mount · 5 months ago
  50. 20fa054 [Benchmarks] Create micro-benchmarks for Pager by Levi Albuquerque · 6 months ago
  51. 7101921 Attempt to fix flaky BTF2 cursor touch area size test by Halil Ozercan · 5 months ago
  52. 44cd188 Implement buffer-based output transformations for BTF2. by Zach Klippenstein · 10 months ago
  53. 3f98d87 Add DeviceConfigurationOverride to foundation:foundation-layout tests by Alex Vanyo · 8 months ago
  54. 27d8b7e Merge changes from topic "metalava-ab-11295842" into androidx-main by Jinseong Jeon · 5 months ago
  55. c8b2628 Merge "Try to reduce flakiness in text paste tests by faking clipboard." into androidx-main by Zach Klippenstein · 5 months ago
  56. 51b5968 Update API signature after Metalava build ID 11295842 by Jinseong Jeon · 5 months ago
  57. 929b403 Update API signature after Metalava build ID 11294003 by Jinseong Jeon · 5 months ago
  58. e82f0bf Merge changes I10483fc1,I89acd367,I39fd3602 into androidx-main by Halil Ozercan · 5 months ago
  59. 68ec968 ReceiveContent Keyboard Integration by Halil Ozercan · 5 months ago
  60. 12a51ac Merge "Fix issue with Pager scrolling when pageCount=Int.MAX_VALUE" into androidx-main by Levi Albuquerque · 5 months ago
  61. 4db1d1a Notify semantics changes when setting the translation result. by Kai Li · 6 months ago
  62. b23f16c Merge "Upgrade to AGP 8.3.0-beta01" into androidx-main by Aurimas Liutikas · 5 months ago
  63. 36de1fe Upgrade to AGP 8.3.0-beta01 by Aurimas Liutikas · 7 months ago
  64. 951f5b2 Add ReceiveContent modifier by Halil Ozercan · 5 months ago
  65. 0f071d7 Migrates AnchoredDraggable to Modifier.Node by Shahd AbuDaghash · 7 months ago
  66. 80b242d Fix animateToWithDecay logic when offset is at targetOffset by Shahd AbuDaghash · 6 months ago
  67. 655fd84 ClipboardManager add support for ClipData by Halil Ozercan · 7 months ago
  68. c134a5b Fix crash when link used in translated string by Anastasia Soboleva · 5 months ago
  69. ba0c49e Try to reduce flakiness in text paste tests by faking clipboard. by Zach Klippenstein · 5 months ago
  70. f5bf902 Adds Test for changing the recomposer in an active Activity. by Jeremy Walker · 6 months ago
  71. 108fa4f Merge "Add more context to BanUncheckedReflection lint error message" into androidx-main by Tiem Song · 5 months ago
  72. 7e943e4 Add more context to BanUncheckedReflection lint error message by Tiem Song · 6 months ago
  73. 465728f Fix issue with Pager scrolling when pageCount=Int.MAX_VALUE by Levi Albuquerque · 5 months ago
  74. 2ba5df4 Fix issue with pages in snapping back in Pager at the end of the Pager. by Levi Albuquerque · 6 months ago
  75. a36db4c Merge "Refactors selectable / toggleable / triStateToggleable to use clickable node" into androidx-main by Louis Pullen-Freilich · 6 months ago
  76. 8f53b7c Merge "BTF2 Selection and Cursor handles accept a minimum touch size" into androidx-main by Halil Ozercan · 6 months ago
  77. 9675f44 BTF2 Selection and Cursor handles accept a minimum touch size by Halil Ozercan · 6 months ago
  78. fdee2de Merge "Improve `derivedStateOf` efficiency of `getHandleSelectionState`" into androidx-main by Treehugger Robot · 6 months ago
  79. ef1dc82 Improve `derivedStateOf` efficiency of `getHandleSelectionState` by Halil Ozercan · 6 months ago
  80. 806752e Merge "Update API signature after Metalava build ID 11268661" into androidx-main by Jinseong Jeon · 6 months ago
  81. 035447b Merge "Promote SnapPosition to stable." into androidx-main by Levi Albuquerque · 6 months ago
  82. a57e822 pinning to Core 12, Core 11 was not released. by Juan Rodriguez · 6 months ago
  83. 1c98a8e Merge "Add comment to build.gradle files" into androidx-main by Treehugger Robot · 6 months ago
  84. 18bc86f Promote SnapPosition to stable. by Levi Albuquerque · 6 months ago
  85. 7c74f60 Merge "Add retry to Window.captureToImage" into androidx-main by Anastasia Soboleva · 6 months ago
  86. 9b8c528 Merge "[Pager] Making PagerScope PageInfo stable." into androidx-main by Levi Albuquerque · 6 months ago
  87. 05793ae Add retry to Window.captureToImage by Anastasia Soboleva · 6 months ago
  88. 40f44a3 Merge "Attempt to fix BasicTextField2UndoTest flakes" into androidx-main by Halil Ozercan · 6 months ago
  89. 67a3d6b Merge "Remove root view focus check when executing keyboard commands" into androidx-main by Halil Ozercan · 6 months ago
  90. 8e4b045 Attempt to fix BasicTextField2UndoTest flakes by Halil Ozercan · 6 months ago
  91. cddb3cf [Pager] Making PagerScope PageInfo stable. by Levi Albuquerque · 6 months ago
  92. a1b9654 Check pre-conditions of TextField gesture tests by Grant Toepfer · 6 months ago
  93. ee0da74 Add comment to build.gradle files by Tiem Song · 6 months ago
  94. 7c99a7d Update API signature after Metalava build ID 11268661 by Jinseong Jeon · 6 months ago
  95. cda8f0e Remove root view focus check when executing keyboard commands by Halil Ozercan · 6 months ago
  96. 11255f54d Re-enable a test in BasicTextField2Test by Halil Ozercan · 6 months ago
  97. fc07a57 Merge "Stop setting values directly on a state of grids and staggered grids" into androidx-main by Treehugger Robot · 6 months ago
  98. 58a3407 Merge "Rename beyondBoundsPageCount to outOfBoundsPageCount" into androidx-main by Shahd AbuDaghash · 6 months ago
  99. 8146c4f Fix ValidatingOffsetMapping to skip some cases by Halil Ozercan · 6 months ago
  100. 9b88eeb Update API files with improved Kotlin nulls by Julia McClellan · 6 months ago