1. 53d512be Merge "Move Compose, Wear-Compose, ProfileInstaller, & Customview-poolingcontainer to Beta" into androidx-main by Nick Anthony · 2 years, 1 month ago
  2. b59383d Merge "Ignore flaky quickAnimation test" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  3. d007914 Merge "2D Focus Search in a LazyList" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  4. 380668e Move Compose, Wear-Compose, ProfileInstaller, & Customview-poolingcontainer to Beta by Nick Anthony · 2 years, 1 month ago
  5. 20bcbc4 Ignore flaky quickAnimation test by George Mount · 2 years, 1 month ago
  6. 09923a7 Merge "Invert delta in MouseInjectionScope.scroll for vertical scroll" into androidx-main by Jelle Fresen · 2 years, 1 month ago
  7. 43d92d0 2D Focus Search in a LazyList by Ralston Da Silva · 2 years, 1 month ago
  8. 03e7f18 Merge "Add default values for the optional members of LazyLayoutItemProvider" into androidx-main by Andrey Kulikov · 2 years, 1 month ago
  9. a262147 Merge "Fix focused text fields not hiding the keyboard when removed from composition." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  10. f745992 Invert delta in MouseInjectionScope.scroll for vertical scroll by Igor Demin · 2 years, 1 month ago
  11. 1ab8d62 Fix focused text fields not hiding the keyboard when removed from composition. by Zach Klippenstein · 2 years, 1 month ago
  12. 3c78645 Merge "Use window insets animation end value when animation is short" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  13. 9586857 Merge "Adding LazyList pinning modifier" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  14. 9d97167 Merge "BeyondBoundsLayout modifier local for LazyList" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  15. afea081 Use window insets animation end value when animation is short by George Mount · 2 years, 1 month ago
  16. 03936b0 Merge "WindowInsets sizes now respect consumed insets." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  17. 5f890aa Merge "Improve BringIntoViewResponder dispatching behavior for concurrent requests." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  18. 009c801 Adding LazyList pinning modifier by Ralston Da Silva · 2 years, 1 month ago
  19. ddca181 Merge "BasicContextMenuRepresentation. Remove OptIn for experimental annotation" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  20. 86f7296 BeyondBoundsLayout modifier local for LazyList by Ralston Da Silva · 2 years, 2 months ago
  21. 41e80e7 Merge "ComposeView.consumeWindowInsets now affects insets animations" into androidx-main by George Mount · 2 years, 1 month ago
  22. 5841443 WindowInsets sizes now respect consumed insets. by George Mount · 2 years, 1 month ago
  23. 09191167 Merge "LineHeightBehavior API Review updates" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  24. 001b9f4 Merge changes I74ec5542,I5ef526e6 into androidx-main by Treehugger Robot · 2 years, 1 month ago
  25. ac03698 Merge "Improve LazyLayoutItemProvider.getContent api" into androidx-main by Andrey Kulikov · 2 years, 1 month ago
  26. 116ac81 Merge changes I0638c931,Id409c7af into androidx-main by Andrey Kulikov · 2 years, 1 month ago
  27. 5095a55 LineHeightBehavior API Review updates by Siyamed Sinir · 2 years, 1 month ago
  28. f7ea47f Merge "Support ellipsis with limited height" into androidx-main by Anastasia Soboleva · 2 years, 1 month ago
  29. a03ed2091 Add default values for the optional members of LazyLayoutItemProvider by Andrey Kulikov · 2 years, 1 month ago
  30. 8b87d0b Improve LazyLayoutItemProvider.getContent api by Andrey Kulikov · 2 years, 1 month ago
  31. 5c80547 Rename LazyLayoutItemsProvider to LazyLayoutItemProvider by Andrey Kulikov · 2 years, 1 month ago
  32. 8f20746 Rename LazyLayoutItemsProvider.itemsCount to itemCount by Andrey Kulikov · 2 years, 1 month ago
  33. 87754d7 Merge "Add more docs for LazyGridItemSpanScope" into androidx-main by Andrey Kulikov · 2 years, 1 month ago
  34. cb8f4b9 Support ellipsis with limited height by Anastasia Soboleva · 2 years, 2 months ago
  35. df64dcb Merge "Addressing API Council Feedback" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  36. 4e2388d Text field test cleanup. by Zach Klippenstein · 2 years, 1 month ago
  37. 4b7466c Addressing API Council Feedback by Ralston Da Silva · 2 years, 1 month ago
  38. c1cf16a Improve BringIntoViewResponder dispatching behavior for concurrent requests. by Zach Klippenstein · 2 years, 1 month ago
  39. 36d296e ComposeView.consumeWindowInsets now affects insets animations by George Mount · 2 years, 1 month ago
  40. ddbb547 Add more docs for LazyGridItemSpanScope by Andrey Kulikov · 2 years, 1 month ago
  41. 06becff Add Brush to TextStyle and SpanStyle. by Halil Ozercan · 2 years, 2 months ago
  42. b5804b0 BasicContextMenuRepresentation. Remove OptIn for experimental annotation by Igor Demin · 2 years, 1 month ago
  43. c73f2da Allow controlling WindowInsets by George Mount · 2 years, 2 months ago
  44. 6257a75 Merge "Ignore bringIntoView requests that are already satisfied by an in-progress request." into androidx-main by Zach Klippenstein · 2 years, 1 month ago
  45. 04501ae Ignore bringIntoView requests that are already satisfied by an in-progress request. by Zach Klippenstein · 2 years, 2 months ago
  46. 4b23d9b Introduce LineHeightTrim by Siyamed Sinir · 2 years, 2 months ago
  47. d0853b6 Line height behavior and vertical alignment by Siyamed Sinir · 2 years, 2 months ago
  48. da5769c Move TextStyle.canReuseLayout to ui-text by Siyamed Sinir · 2 years, 2 months ago
  49. 3676a9c Merge "Default includeFontPadding=true" into androidx-main by Siyamed Sinir · 2 years, 2 months ago
  50. 6206d87 Merge "Mark flaky compose test" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  51. 0238b2f Merge "Make BringIntoViewRequester use OnPlacedModifier instead of OnGloballyPositionedModifier." into androidx-main by Zach Klippenstein · 2 years, 2 months ago
  52. 85fc924 Default includeFontPadding=true by Siyamed Sinir · 2 years, 2 months ago
  53. c3d5584 Mark flaky compose test by David Saff · 2 years, 2 months ago
  54. 16f4cf4 Make BringIntoViewRequester use OnPlacedModifier instead of OnGloballyPositionedModifier. by Zach Klippenstein · 2 years, 3 months ago