1. c4bc704 Merge "Bottom sheet scaffold component" into androidx-master-dev by Calin Tataru · 4 years ago
  2. 3484e0a Merge "Desktop: refactor rendering and dispatching" into androidx-master-dev by Andrey Kulikov · 4 years ago
  3. bedeebb Merge "Modal bottom sheet component" into androidx-master-dev by Calin Tataru · 4 years ago
  4. 1f2a233 Merge "Prevent static imports of layout scopes' contents" into androidx-master-dev by Treehugger Robot · 4 years ago
  5. 1da5d81 Merge "Improve the sample of relativePaddingFrom" into androidx-master-dev by Treehugger Robot · 4 years ago
  6. 1eb9368 Merge "Backdrop polishing" into androidx-master-dev by Calin Tataru · 4 years ago
  7. 78c11a7 Merge "[Text Selection] Remove SelectionContainer from the Top." into androidx-master-dev by Treehugger Robot · 4 years ago
  8. 9ca11d4 [Text Selection] Remove SelectionContainer from the Top. by Qingqing Deng · 4 years, 1 month ago
  9. 3d1833b Backdrop polishing by Calin Tataru · 4 years ago
  10. 4ebbce5 Bottom sheet scaffold component by Calin Tataru · 4 years ago
  11. e20b859 Modal bottom sheet component by Calin Tataru · 4 years ago
  12. 4a60d7a Desktop: refactor rendering and dispatching by Igor Demin · 4 years, 1 month ago
  13. 2d48a0f Merge "Animate when the anchors change in Modifier.swipeable" into androidx-master-dev by Calin Tataru · 4 years ago
  14. 00e4d1d Merge "Remove internal lateinit variables setting requirement from LazyForState" into androidx-master-dev by Andrey Kulikov · 4 years ago
  15. 819b725 Animate when the anchors change in Modifier.swipeable by Calin Tataru · 4 years ago
  16. 0152d94 Merge "Fix a set of build warnings about migrating to updated checkApi flag system." into androidx-master-dev by Treehugger Robot · 4 years ago
  17. dfd1e72 Renames BottomNavigationItem's onSelect parameter to onClick for consistency with other components such as Tab by Louis Pullen-Freilich · 4 years ago
  18. 68a8572 Improve the sample of relativePaddingFrom by Mihai Popa · 4 years ago
  19. 3ad53786 Merge "Fix crash and items of LazyColumn being incorrectly drawn" into androidx-master-dev by Treehugger Robot · 4 years ago
  20. 279c9e1 Fix a set of build warnings about migrating to updated checkApi flag system. by Owen Gray · 4 years ago
  21. 308929c Fix crash and items of LazyColumn being incorrectly drawn by Andrey Kulikov · 4 years ago
  22. 12ede6a Merge "Disable scrim if color is transparent in Backdrop" into androidx-master-dev by Calin Tataru · 4 years ago
  23. 80e55b8 Disable scrim if color is transparent in Backdrop by Calin Tataru · 4 years ago
  24. 04f29e7 Adds InteractionState parameters to Tab and BottomNavigationItem by Louis Pullen-Freilich · 4 years ago
  25. c2f8dc2 Updates the ripple for BottomNavigationItem and Tab to use the selectedContentColor as its color by Louis Pullen-Freilich · 4 years ago
  26. 05eb910 Remove internal lateinit variables setting requirement from LazyForState by Andrey Kulikov · 4 years ago
  27. 70b0746 Removes disabledBackgroundColor and disabledContentColor params from buttons by Louis Pullen-Freilich · 4 years ago
  28. c8deeac Prevent static imports of layout scopes' contents by Mihai Popa · 4 years ago
  29. 87bdc09 Do not apply alpha to background color by Anastasia Soboleva · 4 years ago
  30. cec6fa5 Merge "Do not ignore onEnd callback if animation is interrupted" into androidx-master-dev by Calin Tataru · 4 years ago
  31. ecf392f Merge "Deprecate global testing functions." into androidx-master-dev by Treehugger Robot · 4 years ago
  32. efcd7a3 Do not ignore onEnd callback if animation is interrupted by Calin Tataru · 4 years ago
  33. f9e6621 Deprecate global testing functions. by Filip Pavlis · 4 years ago
  34. 2a4260e Rename InnerPadding to PaddingValues by Mihai Popa · 4 years ago
  35. b6efbf9 Merge "Fix crash with R8 enabled" into androidx-master-dev by Treehugger Robot · 4 years ago
  36. 51070d1 Merge "Deprecate DpConstraints" into androidx-master-dev by Treehugger Robot · 4 years ago
  37. 3f716a1 Fix crash with R8 enabled by Andrey Kulikov · 4 years ago
  38. 96befd8 Deprecate DpConstraints by Mihai Popa · 4 years ago
  39. 3945b55 Remove suffix from widthIn and heightIn modifiers by Mihai Popa · 4 years ago
  40. 87010ba Merge "TextField appearance fix: error state and indicator color" into androidx-master-dev by Anastasia Soboleva · 4 years ago
  41. 3877757 Merge "ui-desktop: paragraph enhancements" into androidx-master-dev by Treehugger Robot · 4 years ago
  42. 9bb9666 ui-desktop: paragraph enhancements by Andrey Rudenko · 4 years, 1 month ago
  43. 3944633 Remove scroll forward/backward semantics actions by yingleiw · 4 years, 1 month ago
  44. 9598e20 Merge "Improve layout tree consistency checker" into androidx-master-dev by Treehugger Robot · 4 years ago
  45. 74cb777 TextField appearance fix: error state and indicator color by Anastasia Soboleva · 4 years ago
  46. 370e921 Merge "Fix Switch when bigger size specified" into androidx-master-dev by Treehugger Robot · 4 years ago
  47. 9b50cf9 Fix Switch when bigger size specified by Matvei Malkov · 4 years ago
  48. cfbe836 Merge "Migrate ui tests + rest from global functions." into androidx-master-dev by Treehugger Robot · 4 years ago
  49. 1e430e5 Merge "Revamp resistance API in Modifier.swipeable" into androidx-master-dev by Treehugger Robot · 4 years ago
  50. f1d4c9d Merge changes I2421a4d6,Icf487384 into androidx-master-dev by Treehugger Robot · 4 years ago
  51. 375534f Migrate ui tests + rest from global functions. by Filip Pavlis · 4 years ago
  52. 3d1fbc4 Revamp resistance API in Modifier.swipeable by Calin Tataru · 4 years, 1 month ago
  53. 536977e Merge "Merge duplicate classes in test and test/android" into androidx-master-dev by Treehugger Robot · 4 years ago
  54. d5f8df8 Merge "Migrate material tests from global functions." into androidx-master-dev by Treehugger Robot · 4 years ago
  55. 1442872 Migrate material tests from global functions. by Filip Pavlis · 4 years ago
  56. 259d87d Merge duplicate classes in test and test/android by Jelle Fresen · 4 years ago
  57. 3d2d039 Migrate foundation tests from global functions. by Filip Pavlis · 4 years ago
  58. fc0abdca Merge "Use onCommit in Modifier.swipeable to initialise the state" into androidx-master-dev by Calin Tataru · 4 years ago
  59. d0e8f05 Rename gravity to align[ment] in layouts by Mihai Popa · 4 years ago
  60. ea65942 Use onCommit in Modifier.swipeable to initialise the state by Calin Tataru · 4 years, 1 month ago
  61. f599e2c Merge "Introduce alternative for global test methods." into androidx-master-dev by Filip Pavlis · 4 years ago
  62. 2948414 Introduce alternative for global test methods. by Filip Pavlis · 4 years ago
  63. cb27d48 Merge "[Text Cleanup] Remove unused DEFAULT_COMPOSITION_COLOR" into androidx-master-dev by Treehugger Robot · 4 years ago
  64. e82108b Merge "Support RenderNode on M-O devices." into androidx-master-dev by George Mount · 4 years ago
  65. 3e0527d Merge "Move layer creation to attach point." into androidx-master-dev by Treehugger Robot · 4 years ago
  66. ae42b19 Merge "Hide CrossAxisAlignment; move RowColumnImpl.kt API" into androidx-master-dev by Treehugger Robot · 4 years ago
  67. 3c024bb Outermost gravity wins in Stack by Mihai Popa · 4 years ago
  68. a4c810f8 Merge "Add alignment parameter to Stack" into androidx-master-dev by Treehugger Robot · 4 years ago
  69. 47330e9 Move layer creation to attach point. by George Mount · 4 years, 1 month ago
  70. 0b17fd9 Merge "Removes equals() and hashCode() implementation from Colors" into androidx-master-dev by Louis Pullen-Freilich · 4 years ago
  71. b727b35 Support RenderNode on M-O devices. by George Mount · 4 years, 1 month ago
  72. 4537e3c Merge "Applying AndroidX lint configuration to apps too" into androidx-master-dev by Jeff Gaston · 4 years ago
  73. 09368e6 Removes equals() and hashCode() implementation from Colors by Louis Pullen-Freilich · 4 years ago
  74. 1897744 Merge "Use ambient density in Layout" into androidx-master-dev by Treehugger Robot · 4 years ago
  75. 5493998 Hide CrossAxisAlignment; move RowColumnImpl.kt API by Mihai Popa · 4 years, 1 month ago
  76. d3533c0 Add alignment parameter to Stack by Mihai Popa · 4 years, 1 month ago
  77. c48afd1 Merge "Fixed exception thrown when using Image with ContentScale and smaller constraints" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  78. ed23d01 Fixed exception thrown when using Image by Nader Jawad · 4 years, 1 month ago
  79. 0595c04 Merge "Remove all values from invalidated observe scopes" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  80. 3c2c3ca Applying AndroidX lint configuration to apps too by Jeff Gaston · 4 years, 1 month ago
  81. c297be1 Use ambient density in Layout by Mihai Popa · 4 years, 1 month ago
  82. 320f078 Merge "Adds animated, stateful elevation support for Button and FloatingActionButton" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 1 month ago
  83. f21c2d5 [Text Cleanup] Remove unused DEFAULT_COMPOSITION_COLOR by haoyu · 4 years, 1 month ago
  84. dd0931f Add new lint check to detect practices that could inhibit ART optimization by Oussama Ben Abdelbaki · 4 years, 1 month ago
  85. 7059ac6 Merge "Fix GestureScope position calculations" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  86. 089ed4d Merge "ui-test for desktopMain" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  87. 33c83a3 Fix GestureScope position calculations by Jelle Fresen · 4 years, 1 month ago
  88. b6e41fe Fix typo in InlineTextContentSample by haoyu · 4 years, 1 month ago
  89. 9ab760f Merge "Fix Matrix not properly converted second time" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  90. f25f84e Merge "Reproduce cross-module inline function default argument issue." into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  91. 06f711d Reproduce cross-module inline function default argument issue. by Mads Ager · 4 years, 1 month ago
  92. 90c02d4 Fix Matrix not properly converted second time by Yuichi Araki · 4 years, 1 month ago
  93. fdb836b API lint check for the GetterOnBuilder is enabled for androidx by Sergey · 4 years, 4 months ago
  94. e24ad71 Remove all values from invalidated observe scopes by Chuck Jazdzewski · 4 years, 1 month ago
  95. 803f067 launchInComposition now launches dispatched by Adam Powell · 4 years, 1 month ago
  96. 5fd84e7 Merge "Set MonotonicFrameClock for composition scopes" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  97. 44c4909 Set MonotonicFrameClock for composition scopes by Adam Powell · 4 years, 1 month ago
  98. 1d814f4 ui-test for desktopMain by Andrey Rudenko · 4 years, 2 months ago
  99. 6704467 Fix Matrix conversion between Compose and platform by Yuichi Araki · 4 years, 1 month ago
  100. 2a4a16f Merge "Fix spaces in special names from breaking the LiveLiteral transform" into androidx-master-dev by Leland Richardson · 4 years, 1 month ago