1. 0a3a813 Convert lazy scroll semantics modifier to a modifier node. by Zach Klippenstein · 3 months ago
  2. af5b92e Merge changes Iebfa7af5,I107d5d08 into androidx-main by Anastasia Soboleva · 3 months ago
  3. 236e673 Merge "restrictedConstraints API Review" into androidx-main by Sean McQuillan · 3 months ago
  4. a7cfd51 Merge "Update ViewRootForTest to add information about draw." into androidx-main by Treehugger Robot · 3 months ago
  5. 94d2436 Merge "Move reused code for selection handles to common" into androidx-main by Andrei Shikov · 3 months ago
  6. 16540e4 Remove experimantal LocalTextLinkStyle by Anastasia Soboleva · 3 months ago
  7. ad54533 Remove TextLinkClickHandler from the BasicText by Anastasia Soboleva · 3 months ago
  8. e64b341 Merge "Experimental R8 support in microbenchmarks" into androidx-main by Chris Craik · 3 months ago
  9. da71f0c Update ViewRootForTest to add information about draw. by Levi Albuquerque · 4 months ago
  10. b3f8875 Wrap lazy layout measure in a separate snapshot by Andrei Shikov · 3 months ago
  11. 70fd02c restrictedConstraints API Review by George Mount · 3 months ago
  12. e711e9c Merge "Update SelectionManager immediately when selection changes" into androidx-main by Grant Toepfer · 3 months ago
  13. 4e6fa50 Update SelectionManager immediately when selection changes by Grant Toepfer · 3 months ago
  14. 5f756c4 Merge changes from topics "metalava-ab-11549494", "metalava-ab-11549526" into androidx-main by Treehugger Robot · 3 months ago
  15. a24e768 Merge "Correct nullability of Continuation type bound" into androidx-main by Treehugger Robot · 3 months ago
  16. 29a4526 Correct nullability of abstract property by Paul Duffin · 3 months ago
  17. 5ebbf3c Merge changes I558c0423,I9e494528 into androidx-main by Levi Albuquerque · 3 months ago
  18. 3fd67a1 Correct nullability of Continuation type bound by Paul Duffin · 3 months ago
  19. 5342414 Merge changes from topic "revert-2988649-revert-2930845-DMIZVAQUBO-NXYKRYCNWW" into androidx-main by Jossi Wolf · 3 months ago
  20. c819352 Update DragGestureNode to abstract touch slop skipping. by Levi Albuquerque · 3 months ago
  21. 647b4de Merge "Fix Pager's snapping for RTL" into androidx-main by Treehugger Robot · 3 months ago
  22. cecc57f Experimental R8 support in microbenchmarks by Chris Craik · 3 months ago
  23. 5e50e9c Merge "Convert non-lazy scroll semantics modifier to a modifier node." into androidx-main by Zach Klippenstein · 3 months ago
  24. 283f99f Merge "Split compose foundation lazy tests into a separate project" into androidx-main by Aurimas Liutikas · 3 months ago
  25. ebb8da9 Convert non-lazy scroll semantics modifier to a modifier node. by Zach Klippenstein · 3 months ago
  26. 79a5888 Merge "Fixed bug having to do with Row/Column not having the right intrinsic settings" into androidx-main by Uchenna Okoye · 3 months ago
  27. f3bc0d8 Fix Pager's snapping for RTL by Levi Albuquerque · 3 months ago
  28. 7a223e8 Merge "Add new scroll APIs to check scroll directions" into androidx-main by Levi Albuquerque · 3 months ago
  29. 10359a0 Update AbstractDraggableNode definition. by Levi Albuquerque · 3 months ago
  30. 3a4b082 Add new scroll APIs to check scroll directions by wull2032 · 4 months ago
  31. cc2e13d Fixed bug having to do with Row/Column not having the right intrinsic settings by Faithful Uchenna Okoye · 3 months ago
  32. 072b066 Merge "Add explicit type for prefetchScope to avoid "Unresolved local class" error" into androidx-main by Andrey Kulikov · 3 months ago
  33. 5f7ccb6 Merge "Remove the mention of codePoint from new TextField APIs" into androidx-main by Halil Ozercan · 3 months ago
  34. a657bd0 Split compose foundation lazy tests into a separate project by Aurimas Liutikas · 3 months ago
  35. fbe368f Merge "Make TextDelegate internal." into androidx-main by Sean McQuillan · 3 months ago
  36. f6fd6e6 Remove the mention of codePoint from new TextField APIs by Halil Ozercan · 4 months ago
  37. 5c10815 Revert "Revert "Changes AnchoredDraggable to operate based on sm..." by Jossi Wolf · 3 months ago
  38. b3bcb59 Revert^2 "Add debug anchor visualization sample" by Jossi Wolf · 3 months ago
  39. 64ed30d Revert "Add debug anchor visualization sample" by Jossi Wolf · 3 months ago
  40. 806ffc3 Revert "Changes AnchoredDraggable to operate based on small slid..." by Jossi Wolf · 3 months ago
  41. fb615d6 Merge "Add press interactions to BasicTextField2" into androidx-main by Halil Ozercan · 3 months ago
  42. 403ae82 Merge changes Ibe6e88f1,Idddb5fe8 into androidx-main by Treehugger Robot · 3 months ago
  43. ea1c7b8 Changes AnchoredDraggable to operate based on small sliding window by Jossi Wolf · 4 months ago
  44. b9a0770 Add debug anchor visualization sample by Jossi Wolf · 5 months ago
  45. 452e10d Add press interactions to BasicTextField2 by Halil Ozercan · 3 months ago
  46. 31bc8ad Make TextDelegate internal. by Sean McQuillan · 3 months ago
  47. 55e7ba7 Merge "Fix integer overflow in delete commands" into androidx-main by Treehugger Robot · 3 months ago
  48. 06dcbb7 [GH] [Compose][Foundation] Update `TapGestureDetector` documentation by Gaëtan Muller · 3 months ago
  49. a5c2926b Merge "Stabilize BasicTextField(state)" into androidx-main by Halil Ozercan · 3 months ago
  50. c53b967a Fix integer overflow in delete commands by Halil Ozercan · 3 months ago
  51. 9a9b575 Merge "Invalidate Text layout cache even if the node is detached" into androidx-main by Andrei Shikov · 3 months ago
  52. fddc87b Merge "Fix issue with rounding Nan in Pager fling" into androidx-main by Treehugger Robot · 3 months ago
  53. 96dbba9 Merge "Update baseline files to use correct element id for property" into androidx-main by Treehugger Robot · 3 months ago
  54. 0247fce Stabilize BasicTextField(state) by Halil Ozercan · 4 months ago
  55. 728ff4e Merge "Introduce PlatformTextInput interceptor composable function." into androidx-main by Zach Klippenstein · 3 months ago
  56. 24205d8 Update baseline files to use correct element id for property by Paul Duffin · 3 months ago
  57. 41a3fb6 Merge "Fix cancelling nested scroll across Pager axis" into androidx-main by Treehugger Robot · 3 months ago
  58. d201a42 Fix issue with rounding Nan in Pager fling by Levi Albuquerque · 3 months ago
  59. 9083dbe Fix cancelling nested scroll across Pager axis by Ivan Matkov · 3 months ago
  60. 15a46c2 Invalidate Text layout cache even if the node is detached by Andrei Shikov · 3 months ago
  61. 5de2269 Add explicit type for prefetchScope to avoid "Unresolved local class" error by luluwu · 3 months ago
  62. 5ef99a1 Introduce PlatformTextInput interceptor composable function. by Zach Klippenstein · 4 months ago
  63. ae9475f Refresh .ignore files prior to updating Metalava by Paul Duffin · 3 months ago
  64. 3709b41 Move performScroll outside of dispatchScroll by Levi Albuquerque · 4 months ago
  65. 647af5f Move reused code for selection handles to common by Ivan Matkov · 3 months ago