[go: nahoru, domu]

  1. 73a18de Merge "Remove experimental annotations from basicMarquee." into androidx-main by Zach Klippenstein · 9 months ago
  2. 9dfbe23 Merge "Change PlatformImeOptions to a class." into androidx-main by Zach Klippenstein · 9 months ago
  3. 3cdf0db Merge "Only do relayout when lazy grid scrolling doesn't require composing/disposing" into androidx-main by Treehugger Robot · 9 months ago
  4. b5a36e2 Only do relayout when lazy grid scrolling doesn't require composing/disposing by Andrey Kulikov · 9 months ago
  5. 4e08c18 Merge "Prevent List.addAll with array arg from allocating a list" into androidx-main by Treehugger Robot · 9 months ago
  6. ea30ac3 Prevent List.addAll with array arg from allocating a list by Andrei Shikov · 9 months ago
  7. 662818d Change PlatformImeOptions to a class. by Zach Klippenstein · 9 months ago
  8. 8f81d46 Assign initial focus automatically. by Ralston Da Silva · 10 months ago
  9. 6d90fff4 Merge "Enable strong skipping mode" into androidx-main by Ben Trengrove · 9 months ago
  10. a99c1a8 Fix for two sticky headers positions after small scrolls by Andrey Kulikov · 9 months ago
  11. a2758d4 Merge "Update lint stubs to be compiled with Kotlinc 1.9.20" into androidx-main by Treehugger Robot · 9 months ago
  12. e0a9476 Update lint stubs to be compiled with Kotlinc 1.9.20 by Louis Pullen-Freilich · 9 months ago
  13. 166027f Merge "Create a factory for the DefaultPagerState" into androidx-main by Levi Albuquerque · 9 months ago
  14. 5530fad Merge "Fix crash on pasting into BasicTextField1" into androidx-main by Treehugger Robot · 9 months ago
  15. c5a35fd Merge "Fix BasicTextField1 capturing only initial value in effect" into androidx-main by Treehugger Robot · 9 months ago
  16. 977f700 Enable strong skipping mode by Ben Trengrove · 11 months ago
  17. 1631196 Fix `ShaderBrush.createShader` state read not redrawing Text by Halil Ozercan · 9 months ago
  18. bd04903 Migrate Compose Foundation to platform-suffixed source file naming by Alan Viverette · 9 months ago
  19. 1ecd77c Create a factory for the DefaultPagerState by Levi Albuquerque · 9 months ago
  20. ea6ca60 Adds RippleConfiguration APIs to material by Louis Pullen-Freilich · 9 months ago
  21. 42669ac Adds IndicationNodeFactory and deprecates Indication#rememberUpdatedInstance by Louis Pullen-Freilich · 11 months ago
  22. 6caed6f4 Merge "Making snapPosition public in Pager." into androidx-main by Treehugger Robot · 9 months ago
  23. f79d668 Making snapPosition public in Pager. by Levi Albuquerque · 11 months ago
  24. 6db6960 Fix for ignored lazy benchmarks by Andrey Kulikov · 9 months ago
  25. 5090d3e Merge "Various low-level optimizations" into androidx-main by Romain Guy · 9 months ago
  26. bee2334 Various low-level optimizations by Romain Guy · 9 months ago
  27. c6f046a Fix BasicTextField1 capturing only initial value in effect by Grant Toepfer · 9 months ago
  28. 56f9726 Fix crash on pasting into BasicTextField1 by Grant Toepfer · 9 months ago
  29. 06c8d3d Merge "Revert "chore(non linear font scaling): add temporary flag to disable non-linear font scaling"" into androidx-main by Tyler Freeman · 9 months ago
  30. 72d507d Merge "Fix for Modifier.animateItemPlacement() and LookaheadScope after small scrolls." into androidx-main by Andrey Kulikov · 9 months ago
  31. d3055d9 Fix for Modifier.animateItemPlacement() and LookaheadScope after small scrolls. by Andrey Kulikov · 9 months ago
  32. 1e1c3ce Merge "Update SnapPositionInLayout." into androidx-main by Levi Albuquerque · 9 months ago
  33. b8687ec2 Merge "Fix issue with wrong coerce when page count is large." into androidx-main by Levi Albuquerque · 9 months ago
  34. cbd8ac3 Fix issue with wrong coerce when page count is large. by Levi Albuquerque · 9 months ago
  35. 77dc793 Update SnapPositionInLayout. by Levi Albuquerque · 9 months ago
  36. 107426e Remove experimental annotations from basicMarquee. by Zach Klippenstein · 9 months ago
  37. f2510b4 Merge "Attempt to fix flaky focus/keyboard tests for BTF and BTF2" into androidx-main by Treehugger Robot · 9 months ago
  38. b4dddc1 Attempt to fix flaky focus/keyboard tests for BTF and BTF2 by Halil Ozercan · 9 months ago
  39. 735fc76 Lazily creates EdgeEffects inside Android overscroll by Louis Pullen-Freilich · 9 months ago
  40. 27b948f Disable flaky tests by Romain Guy · 9 months ago
  41. 89638b4 Fix selection behaviors not showing on select all by Grant Toepfer · 9 months ago
  42. e4669ef Merge "Publish editable state of text fields to a11y." into androidx-main by Treehugger Robot · 9 months ago
  43. 0cb8439 Publish editable state of text fields to a11y. by Zach Klippenstein · 1 year, 5 months ago
  44. 3e9f488 Merge "Center test screenshot area in SelectionHandlesTest" into androidx-main by Treehugger Robot · 9 months ago
  45. 372f6d4 Merge "Fix for canScroll not being updated after relayout-only scroll" into androidx-main by Andrei Shikov · 9 months ago
  46. 4773952 Merge "Support updateCursorAnchorInfo in BasicTextField2." into androidx-main by Zach Klippenstein · 9 months ago
  47. a15d928 Support updateCursorAnchorInfo in BasicTextField2. by Zach Klippenstein · 10 months ago
  48. f37a3b5 Merge "Break apart Compose benchmark runnables to avoid ANRs" into androidx-main by Treehugger Robot · 9 months ago
  49. 511c8b0 Revert "chore(non linear font scaling): add temporary flag to disable non-linear font scaling" by Tyler Freeman · 9 months ago
  50. 5125120 Merge "Fix flaky/broken CoreTextFieldSelectionOnBackTest tests" into androidx-main by Treehugger Robot · 9 months ago
  51. a1dd12a Break apart Compose benchmark runnables to avoid ANRs by Chris Craik · 10 months ago
  52. c604a17 Center test screenshot area in SelectionHandlesTest by Grant Toepfer · 9 months ago
  53. 4efe88e Merge "Fix bug where Constraints size crashes in TextField and Row" into androidx-main by Uchenna Okoye · 9 months ago
  54. ece36c4 Fix flaky/broken CoreTextFieldSelectionOnBackTest tests by Grant Toepfer · 9 months ago
  55. 0ea8ee6 Fix bug where Constraints size crashes in TextField and Row by Faithful Uchenna Okoye · 9 months ago
  56. 4803b9d Merge "Account for velocity direction when computing target anchor" into androidx-main by Shahd AbuDaghash · 9 months ago
  57. 679875f8 Account for velocity direction when computing target anchor by Shahd AbuDaghash · 9 months ago
  58. d02fb06 Stop using alpha/beta/rc when a stable version is available by Aurimas Liutikas · 9 months ago
  59. 043d18d Merge "Temporarily ignore some failing tests." into androidx-main by Treehugger Robot · 9 months ago
  60. c294fb7 Temporarily ignore some failing tests. by Zach Klippenstein · 9 months ago
  61. f5608a9 Fix for canScroll not being updated after relayout-only scroll by Andrey Kulikov · 9 months ago
  62. aa14c34 Move BTF2 InputTransformations into the InputTransformation.kt file. by Zach Klippenstein · 10 months ago
  63. a723932 Merge "Update InputTransformation chaining to be more like Modifier." into androidx-main by Zach Klippenstein · 10 months ago
  64. 68bb280 Merge "Use ObjectIntMap for lazy key-index map" into androidx-main by Treehugger Robot · 10 months ago
  65. 88c0730 Use ObjectIntMap for lazy key-index map by Andrei Shikov · 10 months ago
  66. ef76a14 Fix off by one error when calculating selected region by Grant Toepfer · 10 months ago
  67. fe60e8b Update InputTransformation chaining to be more like Modifier. by Zach Klippenstein · 10 months ago
  68. 18e086e API review for drag and drop by dahunsi · 10 months ago
  69. 6910998 Merge "Addressing API feedback on ViewConfiguration.maximumFlingVelocity" into androidx-main by Levi Albuquerque · 10 months ago
  70. ccb8809 Merge "Allow selection handle gesture to continue while clipped" into androidx-main by Grant Toepfer · 10 months ago
  71. b440167 Merge "Implement equals and hashcode for PageSize.Fixed" into androidx-main by Levi Albuquerque · 10 months ago
  72. deab148 Addressing API feedback on ViewConfiguration.maximumFlingVelocity by Levi Albuquerque · 10 months ago
  73. 1dbd09e Update crash error for getOffsetFractionForPage by Levi Albuquerque · 10 months ago
  74. 941e308 Implement equals and hashcode for PageSize.Fixed by Levi Albuquerque · 10 months ago
  75. 321eb2a Merge "Fix Binary Incompatibility Issue with Window Inset change" into androidx-main by Uchenna Okoye · 10 months ago
  76. 7eb241e Fix Binary Incompatibility Issue with Window Inset change by Faithful Uchenna Okoye · 10 months ago
  77. c9a7da3 Allow selection handle gesture to continue while clipped by Grant Toepfer · 10 months ago
  78. a1c5612 Merge "Add Text team as OWNERS for Text tests" into androidx-main by Treehugger Robot · 10 months ago
  79. dd3891d Merge "Temporary partial rollback of aosp/2775143" into androidx-main by Treehugger Robot · 10 months ago
  80. 29aeab8 Temporary partial rollback of aosp/2775143 by Anastasia Soboleva · 10 months ago
  81. f2da45e Add Text team as OWNERS for Text tests by Jossi Wolf · 10 months ago
  82. 9ca5191 Merge "Allow BasicText layout size to shrink to minWidth" into androidx-main by Sean McQuillan · 10 months ago
  83. 0d9a4f1 Merge "Makes sure basic layouts from foundation.layout are skipping remeasure on reuse" into androidx-main by Treehugger Robot · 10 months ago
  84. e39111b Allow BasicText layout size to shrink to minWidth by Sean McQuillan · 10 months ago
  85. 963fb4b Makes sure basic layouts from foundation.layout are skipping remeasure on reuse by Andrey Kulikov · 10 months ago
  86. ba1a8c0 Remove ScrollPositionUpdater logic from lazy lists by Andrey Kulikov · 10 months ago
  87. c624c9a Merge "Use modifier node to check if coordinator is attached" into androidx-main by Andrei Shikov · 10 months ago
  88. 0e0c100 Fix build after compose version bump by Aurimas Liutikas · 10 months ago
  89. 3a68c55 Use modifier node to check if coordinator is attached by Andrei Shikov · 11 months ago
  90. a3bc85c Merge "Compose bump to 1.6 beta01 Test: ./gradlew updateApi" into androidx-main by Treehugger Robot · 10 months ago
  91. d88cda2 Merge changes I5bd89dd2,I989e549a,I5129a289 into androidx-main by Amaury Medeiros · 10 months ago
  92. 6b66aab Merge "Separates the opting in into a drag and drop session from the receiving from a drag and drop session." into androidx-main by TJ Dahunsi · 10 months ago
  93. 54df0483 Merge "Update expect and actual declarations for 1.9.20" into androidx-main by Andrei Shikov · 10 months ago
  94. 8cc06af Compose bump to 1.6 beta01 Test: ./gradlew updateApi by Juan Rodriguez · 10 months ago
  95. 3ec10095 Separates the opting in into a drag and drop session by dahunsi · 10 months ago
  96. 292208f Fix package name for foundation.gestures tests by Amaury Medeiros · 10 months ago
  97. 7f49d20 Merge "Only do relayout when lazy list scrolling doesn't require composing/disposing" into androidx-main by Andrey Kulikov · 10 months ago
  98. 3c58eb5 Only do relayout when lazy list scrolling doesn't require composing/disposing by Andrey Kulikov · 10 months ago
  99. 8e218dd Merge "Expose `startDragImmediately` in AnchoredDraggable" into androidx-main by Shahd AbuDaghash · 10 months ago
  100. 021178d Expose `startDragImmediately` in AnchoredDraggable by Shahd AbuDaghash · 10 months ago