1. 36ed619 API restrict one more test in MultiWidgetSelectionDelegateTest by Halil Ozercan · 1 year, 5 months ago
  2. cb6f74e Merge "Fix/Suppress failing selection tests on API 21" into androidx-main by Halil Ozercan · 1 year, 5 months ago
  3. e2cd926 Fix/Suppress failing selection tests on API 21 by Halil Ozercan · 1 year, 5 months ago
  4. 4f77d2f Stop running imeAnimationWhenShowingIme test on API 21 by Aurimas Liutikas · 1 year, 5 months ago
  5. a257e22 Copy EditProcessor, EditingBuffer and EditCommand to foundation demo app. by Halil Ozercan · 1 year, 5 months ago
  6. d1dcb38 Adding support for multiple text input systems. by Zach Klippenstein · 1 year, 6 months ago
  7. e6db4f9 Merge "Make SetText action update buffer when in session & use SemanticsActions for test functions." into androidx-main by Zach Klippenstein · 1 year, 5 months ago
  8. 80a36a8 Merge "Rename third param to SetSelection action." into androidx-main by Treehugger Robot · 1 year, 5 months ago
  9. 9e006f2 Make SetText action update buffer when in session & use SemanticsActions for test functions. by Zach Klippenstein · 1 year, 5 months ago
  10. 4320f5e Merge "Add tolerance for testing page offset fraction to avoid rounding errors" into androidx-main by Levi Albuquerque · 1 year, 5 months ago
  11. df06881 Merge "Fix scroll back logic in LazyStaggeredGrid" into androidx-main by Andrei Shikov · 1 year, 5 months ago
  12. 12306be Add tolerance for testing page offset fraction to avoid rounding errors by Levi Albuquerque · 1 year, 5 months ago
  13. 039134f Fixed failing tests due to gesture navigation on Scrollable/LazyList by Levi Albuquerque · 1 year, 5 months ago
  14. 65920d3 Upgrade to AGP 8.0.0-beta03 by Aurimas Liutikas · 1 year, 5 months ago
  15. 9b79622 Fix scroll back logic in LazyStaggeredGrid by Andrei Shikov · 1 year, 5 months ago
  16. f8984b7 Rename third param to SetSelection action. by Zach Klippenstein · 1 year, 5 months ago
  17. 3871d37 Merge "Support reverse layout and RTL in LazyStaggeredGrid" into androidx-main by Andrei Shikov · 1 year, 5 months ago
  18. f253b89 Support reverse layout and RTL in LazyStaggeredGrid by Andrei Shikov · 1 year, 5 months ago
  19. f009c2b Move lifecycle project deps to prebuilts in compose by Jeremy Woods · 1 year, 5 months ago
  20. 473b098 Move compose to activity 1.7.0-beta02 prebuilts by Jeremy Woods · 1 year, 5 months ago
  21. 4a2564e Correctly mark minSdkVersion for BorderTest by Aurimas Liutikas · 1 year, 5 months ago
  22. 2637e29 Merge changes from topic "revert-2388492-androidx-agp-8.1.0-alpha02-DPZMDUDEDS" into androidx-main by Aurimas Liutikas · 1 year, 5 months ago
  23. 65323cc Revert "AGP 8.1.0-alpha03" by Aurimas Liutikas · 1 year, 5 months ago
  24. 75930d9 Merge "Adapt LazyList internal APIs to accommodate for future Pager work." into androidx-main by Levi Albuquerque · 1 year, 5 months ago
  25. f78c241 Merge "Disable compose foundation tests failing on API 33 emulator" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  26. 037b11a Disable compose foundation tests failing on API 33 emulator by Aurimas Liutikas · 1 year, 5 months ago
  27. 8c7b1ae Stop running failing testWrapContentSize_rtl on API 33 by Aurimas Liutikas · 1 year, 5 months ago
  28. affad97 Revert "Revert "Define ModifierNodeElements as full classes"" by Andrew Bailey · 1 year, 6 months ago
  29. ea27c2e Adapt LazyList internal APIs to accommodate for future Pager work. by Levi Albuquerque · 1 year, 6 months ago
  30. 881c125 Refer to findPrecedingBreak / findFollowingBreak when adjusting selection. by zzeng · 1 year, 6 months ago
  31. 0774d09 Merge "Revert "Define ModifierNodeElements as full classes"" into androidx-main by Aurimas Liutikas · 1 year, 6 months ago
  32. 3b5e712 Revert "Define ModifierNodeElements as full classes" by Aurimas Liutikas · 1 year, 6 months ago
  33. 6ec0f5f Merge "Define ModifierNodeElements as full classes" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  34. 5e133af Define ModifierNodeElements as full classes by Andrew Bailey · 1 year, 6 months ago
  35. dd5c1ef Update release version by natnaelbelay · 1 year, 6 months ago
  36. dfe8409 Merge "AGP 8.1.0-alpha03" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  37. 39a2502 Merge "Lookup pinned items in Lazy by key instead of index" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  38. a41154d Merge "Upgrade to metalava from ab/9578585" into androidx-main by Aurimas Liutikas · 1 year, 6 months ago
  39. 84ef398 Upgrade to metalava from ab/9578585 by Aurimas Liutikas · 1 year, 6 months ago
  40. 6f7fe81 Lookup pinned items in Lazy by key instead of index by Andrei Shikov · 1 year, 6 months ago
  41. c68b0e5 Merge "Fix flaky grid prefetch tests" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  42. 69f17cd Fix flaky grid prefetch tests by Andrey Kulikov · 1 year, 6 months ago
  43. b919ed5 AGP 8.1.0-alpha03 by Jeff Gaston · 1 year, 7 months ago
  44. 3fe2226 Merge "Add the Copy KeyCommand to support direct copy actions" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  45. b6372f3 Merge "Fix crash when ctrl+backspace on empty TextField" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  46. 07be554 Add the Copy KeyCommand to support direct copy actions by Grant Toepfer · 1 year, 6 months ago
  47. 0fe446f Merge "Update metalava from ab/9576127" into androidx-main by Aurimas Liutikas · 1 year, 6 months ago
  48. fc58ea8 Fix crash when ctrl+backspace on empty TextField by Grant Toepfer · 1 year, 6 months ago
  49. d587914 Merge "FlowLayout Samples" into androidx-main by Uchenna Okoye · 1 year, 6 months ago
  50. c930b59 Update metalava from ab/9576127 by Aurimas Liutikas · 1 year, 6 months ago
  51. 2646bbc FlowLayout Samples by Faithful Uchenna Okoye · 1 year, 6 months ago
  52. 9a8af03 Merge "Fix for pager state initial values pre-composition read" into androidx-main by Levi Albuquerque · 1 year, 6 months ago
  53. 6d90566 Fix for pager state initial values pre-composition read by Levi Albuquerque · 1 year, 6 months ago
  54. 70d9ffc Fix flaky lazy list tests by Andrey Kulikov · 1 year, 6 months ago
  55. be52113 Disable flaking pinnedItemIsStillPinnedWhenReorderedAndNotVisibleAnymore by Aurimas Liutikas · 1 year, 6 months ago
  56. a181f10 Fix failing input mode related tests on API 34 by Ralston Da Silva · 1 year, 7 months ago
  57. 730d3a0 Allow resetting state of Modifier.Node when Layout is reused by Leland Richardson · 1 year, 7 months ago
  58. fb6cf78 Merge "Fixes duplicate modifier instances being added in paddingFromBaseline" into androidx-main by Louis Pullen-Freilich · 1 year, 6 months ago
  59. 3b6bc9fd Add BlendMode support to `DrawScope.drawText` by Halil Ozercan · 1 year, 9 months ago
  60. ae9df8d Merge "Add back TextMultiStyleBenchmark and TextBasicBenchmark" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  61. 63cac30 Add back TextMultiStyleBenchmark and TextBasicBenchmark by Sean McQuillan · 1 year, 6 months ago
  62. 032d772 Merge "Use rememberSavable in EmojiCompatDemo so that the content is saved when rotating devices." into androidx-main by Treehugger Robot · 1 year, 6 months ago
  63. 188751a Merge "Add (correct) draw to Empirical bench" into androidx-main by Sean McQuillan · 1 year, 6 months ago
  64. 3c429b5 Merge "Remove many Compose Text Benchmarks from CI" into androidx-main by Sean McQuillan · 1 year, 6 months ago
  65. d83f44a Fixes duplicate modifier instances being added in paddingFromBaseline by Louis Pullen-Freilich · 1 year, 8 months ago
  66. ef02531 Add (correct) draw to Empirical bench by Sean McQuillan · 1 year, 6 months ago
  67. fa5111b Remove many Compose Text Benchmarks from CI by Sean McQuillan · 1 year, 6 months ago
  68. 8eb74b4 bumping compose version to beta 1.4.0-beta01 by Juan Rodriguez · 1 year, 6 months ago
  69. e12327a Merge "Revert "Fix failing input mode related tests on API 34"" into androidx-main by Aurimas Liutikas · 1 year, 6 months ago
  70. 4cbe175 Revert "Fix failing input mode related tests on API 34" by Aurimas Liutikas · 1 year, 6 months ago
  71. ca05b85 Merge "Fix LazyColumnTest.removeItemsTest" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  72. 02692ba Merge "Fix LazyScrollAccessibilityTests" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  73. 23dc32b Merge "Fix failing input mode related tests on API 34" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  74. 4c11b5d Merge "Fixes some broken tests on FTL emulator / virtual device" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  75. 357d834 Fix LazyColumnTest.removeItemsTest by Andrey Kulikov · 1 year, 6 months ago
  76. 811b32b Fix LazyScrollAccessibilityTests by Andrey Kulikov · 1 year, 6 months ago
  77. 482188b Fix failing input mode related tests on API 34 by Ralston Da Silva · 1 year, 7 months ago
  78. e8a187d Fixes some broken tests on FTL emulator / virtual device by Louis Pullen-Freilich · 1 year, 6 months ago
  79. fd009d1 Fix LazyLayoutStateRestorationTest.stateRestoredWhenUsedWithCustomKeysAfterReordering by Andrey Kulikov · 1 year, 6 months ago
  80. ef46953 Use rememberSavable in EmojiCompatDemo so that the content is saved when by zzeng · 1 year, 6 months ago
  81. ce7366d Merge "Promote internal Lazy pinnable APIs to public experimental" into androidx-main by Andrei Shikov · 1 year, 6 months ago
  82. b108a7a Promote internal Lazy pinnable APIs to public experimental by Andrei Shikov · 1 year, 6 months ago
  83. 2fb3084 Merge "Add `mainAxisItemSpacing` property to lazy containers "info"" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  84. 3459d40 Merge "Disable flaking TextFieldVisualTransformationSelectionBoundsTest tests" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  85. 251b106 Disable flaking TextFieldVisualTransformationSelectionBoundsTest tests by Aurimas Liutikas · 1 year, 6 months ago
  86. 1589da8 Disable CoreTextFieldKeyboardScrollableInteractionTest on emulators by Aurimas Liutikas · 1 year, 6 months ago
  87. 519ee1c Merge "Made Paragraph-spans 0-alloc for Material defaults" into androidx-main by Sean McQuillan · 1 year, 6 months ago
  88. 8917bff Merge "Add ScrollState.viewportSize in order to support scrollbars." into androidx-main by Louis Pullen-Freilich · 1 year, 6 months ago
  89. 6d3d3fe Add `mainAxisItemSpacing` property to lazy containers "info" by Alexander Maryanovsky · 1 year, 6 months ago
  90. da358347 Merge changes I0fc10ca9,I1254b92e into androidx-main by Treehugger Robot · 1 year, 6 months ago
  91. b024df5 Made Paragraph-spans 0-alloc for Material defaults by Sean McQuillan · 1 year, 6 months ago
  92. b1a5dbf Merge "Deprecate Rect.toAndroidRect" into androidx-main by Alex Vanyo · 1 year, 6 months ago
  93. e887a26 Merge "Update PagerScrollingTest to reduce runtime" into androidx-main by Levi Albuquerque · 1 year, 6 months ago
  94. 9a0edc4 Merge "Fixes stretch overscroll getting stuck for small deltas" into androidx-main by Louis Pullen-Freilich · 1 year, 6 months ago
  95. b3b3baa Update PagerScrollingTest to reduce runtime by Levi Albuquerque · 1 year, 6 months ago
  96. 1f9d9c4 Fixes stretch overscroll getting stuck for small deltas by Louis Pullen-Freilich · 1 year, 6 months ago
  97. f40a967 Merge "Fix selection of text that has maxLines configured." into androidx-main by Halil Ozercan · 1 year, 6 months ago
  98. 05baec3 Align rounding method used in SystemGestureExclusion by Alex Vanyo · 1 year, 6 months ago
  99. b6a3872 Deprecate Rect.toAndroidRect by Alex Vanyo · 1 year, 6 months ago
  100. 1e5517a Merge "Don't run tests with maxSdkVersion = 33 on pre-release Android U" into androidx-main by Aurimas Liutikas · 1 year, 6 months ago