1. 6697aa9 Stop running flaky test by Aurimas Liutikas · 1 year, 5 months ago
  2. dff85bb Add source to preamble for memory benchmarks by Sean McQuillan · 1 year, 5 months ago
  3. d09645b Implement PinnableContainer for LazyStaggeredGrid by Andrei Shikov · 1 year, 5 months ago
  4. d7d74c8 Implement PinnableContainer for LazyGrid by Andrei Shikov · 1 year, 5 months ago
  5. df338aa Extract lazy pinning APIs by Andrei Shikov · 1 year, 5 months ago
  6. 7847a5c Merge "Introduce ability to inject a CoroutineContext into Compose UI tests." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  7. fd59383 Introduce ability to inject a CoroutineContext into Compose UI tests. by Zach Klippenstein · 1 year, 5 months ago
  8. b8efea4 Merge "Split String to a optimized path" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  9. 9e1aa8a Split String to a optimized path by Sean McQuillan · 1 year, 5 months ago
  10. 0b7148c Merge "Calculate `canScrollForward` in LazyGrid correctly" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  11. 11baeaf Calculate `canScrollForward` in LazyGrid correctly by Andrei Shikov · 1 year, 5 months ago
  12. 47094cd Simplifies OverscrollEffect API to remove pre/post APIs by Louis Pullen-Freilich · 1 year, 5 months ago
  13. 807e9d6 Merge "Disable failing OverscrollBenchmark#overscroll_* benchmarks" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  14. d52398b Merge "Remove extra allocations in staggered grid measure" into androidx-main by Andrei Shikov · 1 year, 5 months ago
  15. 87ae7c9 Merge "Pager animations and snapping improvements" into androidx-main by Levi Albuquerque · 1 year, 5 months ago
  16. 63d8980 Merge "Fix multi selection for clipped overflown text" into androidx-main by Halil Ozercan · 1 year, 5 months ago
  17. 46d75a4 Remove extra allocations in staggered grid measure by Andrei Shikov · 1 year, 5 months ago
  18. e0ad81d Merge "Keep the cursor blinking even when the system disables animations." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  19. b2486f1 Fix multi selection for clipped overflown text by Halil Ozercan · 1 year, 5 months ago
  20. 25c8057 Disable failing OverscrollBenchmark#overscroll_* benchmarks by Aurimas Liutikas · 1 year, 5 months ago
  21. e3e0b4c Keep the cursor blinking even when the system disables animations. by Zach Klippenstein · 1 year, 5 months ago
  22. e3befe7 Merge "Update current API signature after Metalava update" into androidx-main by Aurimas Liutikas · 1 year, 5 months ago
  23. 4db781f Merge "Full span support for the staggered grid" into androidx-main by Andrei Shikov · 1 year, 5 months ago
  24. 8dbf354 Update current API signature after Metalava update by Jinseong Jeon · 1 year, 5 months ago
  25. e75aaf2 Pager animations and snapping improvements by Levi Albuquerque · 1 year, 5 months ago
  26. 167bf04 Full span support for the staggered grid by Andrei Shikov · 1 year, 6 months ago
  27. 5b954f2 Merge changes Ifa262aa0,Id83cb48c into androidx-main by Treehugger Robot · 1 year, 5 months ago
  28. 881ee2e Merge "Kotlin 1.8.0 Rebase" into androidx-main by Jim Sproch · 1 year, 5 months ago
  29. ba09724 Rename modifier classes in preparation for String|AnnotatedString by Sean McQuillan · 1 year, 5 months ago
  30. c33f346 Refactor StaticTextModifier to avoid params alloc by Sean McQuillan · 1 year, 5 months ago
  31. 10f6e41 Merge "Make Marquee animate even when animations are disabled." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  32. dbc3e58 Merge "Adding onHover to ClickableText" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  33. 3c8235a Adding onHover to ClickableText by Grant Toepfer · 1 year, 5 months ago
  34. 4f02a05 Make Marquee animate even when animations are disabled. by Zach Klippenstein · 1 year, 5 months ago
  35. ef5fb01 Kotlin 1.8.0 Rebase by Jim Sproch · 1 year, 6 months ago
  36. d74d1b8 Merge changes Ie5354cc2,I5a0cd09e,Ic41a58bf into androidx-main by Treehugger Robot · 1 year, 5 months ago
  37. cb2fbd0 Merge "Convert transformable to single awaitPointerEventScope and fix single finger pan bug." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  38. d09e82b Memory pressure sample for Text by Sean McQuillan · 1 year, 5 months ago
  39. 097ead4 Convert transformable to single awaitPointerEventScope and fix single finger pan bug. by Matvei Malkov · 1 year, 5 months ago
  40. 383a62d Remove OnGloballyPositioned overhead from TextUsingBenchmark by Sean McQuillan · 1 year, 5 months ago
  41. 3224f11 Disable more flaking TextFieldSelectionTest tests by Aurimas Liutikas · 1 year, 5 months ago
  42. 371b1cf Merge "Disable flaking TextFieldVisualTransformationSelectionBoundsTest tests" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  43. 9166c699 Merge "Disable flaking TextFieldSelectionTest tests" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  44. e76b088 Disable flaking TextFieldSelectionTest tests by Aurimas Liutikas · 1 year, 5 months ago
  45. 0e3d924 Disable flaking TextFieldVisualTransformationSelectionBoundsTest tests by Aurimas Liutikas · 1 year, 5 months ago
  46. 41ad35b Disable flaking TextFieldFocusTest test by Aurimas Liutikas · 1 year, 5 months ago
  47. 4dc967f Merge "Revert "Added a Modifier to query ancestors scroll info"" into androidx-main by Mariano Martin · 1 year, 5 months ago
  48. 55c3cd9 Revert "Added a Modifier to query ancestors scroll info" by Mariano Martin · 1 year, 5 months ago
  49. c068c39 Merge "Revised Modifier.bringIntoViewRequester description and links." into androidx-main by Jon Eckenrode · 1 year, 5 months ago
  50. 05bdcc6 Remove 6 more allocations from TextUsingModifier measure by Sean McQuillan · 1 year, 5 months ago
  51. 0a9ca82 Get desktop to compile in premerge module by Sean McQuillan · 1 year, 5 months ago
  52. 596ad94 Fix restart behavior in TextUsingModifier by Sean McQuillan · 1 year, 5 months ago
  53. b930c4e Remove excess allocs from TextUsingModifier by Sean McQuillan · 1 year, 5 months ago
  54. 5753305 Cache minMaxLines in new TextUsingModifier by Sean McQuillan · 1 year, 5 months ago
  55. 035268f Add some new benchmarks to target TextUsingModifier by Sean McQuillan · 1 year, 5 months ago
  56. 9b45a13 Modifier fixes: by Sean McQuillan · 1 year, 5 months ago
  57. c4a2afa Fix inline content and enable tests by Sean McQuillan · 1 year, 5 months ago
  58. 325cdef Copypasta integrate selection with new modifier by Sean McQuillan · 1 year, 5 months ago
  59. 5920ce3 Merge "Remove one allocation in TextPainter.paint()" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  60. 8042bf5 Remove one allocation in TextPainter.paint() by Sean McQuillan · 1 year, 5 months ago
  61. 4eb222e Merge "Graduate experimental LineBreak and Hyphens APIs to stable" into androidx-main by Sean McQuillan · 1 year, 5 months ago
  62. 0a8aa1e Merge "Clean LazyGrid span cache after resize" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  63. eabb838 Merge "Stop running testImageFixedSizeIsStretched on emulator" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  64. eec61e0 Merge "Stop running TextFieldMagnifierTest on emulator" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  65. 35fdf41 Merge "Disable TextFieldVisualTransformationMagnifierTest on emulators" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  66. 11c4ffd Merge "Fix crash in BeyondBoundsLayout" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  67. a067b04 Stop running testImageFixedSizeIsStretched on emulator by Aurimas Liutikas · 1 year, 5 months ago
  68. 174d29a Stop running TextFieldMagnifierTest on emulator by Aurimas Liutikas · 1 year, 5 months ago
  69. 5bfe44a Merge "PlatformTextInputService. Undeprecate notifyFocusedRect" into androidx-main by Zach Klippenstein · 1 year, 5 months ago
  70. 8e3680f Disable TextFieldVisualTransformationMagnifierTest on emulators by Aurimas Liutikas · 1 year, 5 months ago
  71. 9627384 Fix crash in BeyondBoundsLayout by Ralston Da Silva · 1 year, 5 months ago
  72. 1500964 Graduate experimental LineBreak and Hyphens APIs to stable by Halil Ozercan · 1 year, 5 months ago
  73. 0d2a344 PlatformTextInputService. Undeprecate notifyFocusedRect by Igor Demin · 1 year, 6 months ago
  74. 25a9492e9 Revised Modifier.bringIntoViewRequester description and links. by Jon Eckenrode · 1 year, 5 months ago
  75. e61195d Merge "Update currentPageOffsetFraction to avoid NaN in first read" into androidx-main by Levi Albuquerque · 1 year, 5 months ago
  76. 3df65f8 Clean LazyGrid span cache after resize by Andrei Shikov · 1 year, 5 months ago
  77. 3470620 Update currentPageOffsetFraction to avoid NaN in first read by Levi Albuquerque · 1 year, 5 months ago