1. 6bf9a1a Merge "Saved state support for LazyColumn/Row" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  2. 2966d81 Merge "Introduce LibraryType. Minimal migration of existing code." into androidx-master-dev by Owen Gray · 3 years, 8 months ago
  3. df3c63f Saved state support for LazyColumn/Row by Ryan Mentley · 3 years, 8 months ago
  4. 28a2bd4 Add LazyListState by Ryan Mentley · 3 years, 9 months ago
  5. 399cb6f Merge "Scroll performance optimization for LazyColumnFor/LazyRowFor" into androidx-master-dev by Andrey Kulikov · 3 years, 8 months ago
  6. 2327380 Merge "Improve LazyColumn/Row layout logic" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  7. a7530b8 Introduce LibraryType. Minimal migration of existing code. by Owen Gray · 3 years, 8 months ago
  8. 17cd208 Scroll performance optimization for LazyColumnFor/LazyRowFor by Andrey Kulikov · 3 years, 8 months ago
  9. bc058ca Address API council feedback on compose graphics APIs by Nader Jawad · 3 years, 9 months ago
  10. 408cf48 Merge "Add long click semantics action and handle it in accessibility" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  11. 188c915 Improve LazyColumn/Row layout logic by Andrey Kulikov · 3 years, 9 months ago
  12. 93463e7 Add long click semantics action and handle it in accessibility by yingleiw · 3 years, 9 months ago
  13. 21dd165 Formatting for ktlint 0.39.0 by Jeff Gaston · 3 years, 9 months ago
  14. aa3b21a Merge "Disallow nesting scrollable containers" into androidx-master-dev by Andrey Kulikov · 3 years, 8 months ago
  15. 8f2d535 Disallow nesting scrollable containers by Andrey Kulikov · 3 years, 8 months ago
  16. e7fc896 Desktop: refactor tests by Igor Demin · 3 years, 9 months ago
  17. 29a411c Merge "Sample sources and bytecode jars now generated and published" into androidx-master-dev by Owen Gray · 3 years, 8 months ago
  18. acd6976 Merge changes Ie59501cf,I94893bca,Ibae92e99 into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  19. f746b46 Sample sources and bytecode jars now generated and published by Owen Gray · 4 years ago
  20. c9f86ab Formatting for ktlint 0.39.0 by Jeff Gaston · 3 years, 9 months ago
  21. 0189e8a Deprecate foundation.Box for the layout one by Mihai Popa · 3 years, 9 months ago
  22. 60a90cc Rename Stack to Box by Mihai Popa · 3 years, 9 months ago
  23. 0de3d28 Remove parameters from Box by Matvei Malkov · 3 years, 9 months ago
  24. f752d17 Merge "Adds @ComposableContract to `isSystemInDarkTheme()`" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  25. 9afebcf Merge "[Text cleanup] Make TextRange inline" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  26. f28c2df Merge "Implement LazyGrid prototype." into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  27. 1009941 Implement LazyGrid prototype. by Aleksandr Litovchenko · 3 years, 9 months ago
  28. 093026c [Text cleanup] Make TextRange inline by haoyu · 3 years, 9 months ago
  29. 5706d08 Merge "Replace List with IntArray in Arrangement APIs" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  30. 325c2ec Replace List with IntArray in Arrangement APIs by Mihai Popa · 3 years, 9 months ago
  31. b84c61d Fix reversed selection crash by Anastasia Soboleva · 3 years, 9 months ago
  32. 6a26f9c Merge "Remove ParagraphConstraints" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  33. 263c395 Merge "Implement scroll accessibility" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  34. 85bb949 Merge "Address API council feedback on compose graphics APIs" into androidx-master-dev by Nader Jawad · 3 years, 9 months ago
  35. a7dfd45 Moves androidx.compose:compose-compiler to androidx.compose.compiler:compiler by Louis Pullen-Freilich · 3 years, 9 months ago
  36. 34cd5e7 Merge "Remove inlineContent parameter from Text with String input" into androidx-master-dev by Haoyu Zhang · 3 years, 9 months ago
  37. 9b706c4 Address API council feedback on compose graphics APIs by Nader Jawad · 3 years, 9 months ago
  38. 059581f Remove ParagraphConstraints by haoyu · 3 years, 9 months ago
  39. 5f692fa Implement scroll accessibility by yingleiw · 3 years, 10 months ago
  40. e542bab Merge "Add MutatorMutex helper for state management" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  41. ce807d1 Merge "Enable infinity max wrapContentSize" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  42. c149361 Adds @ComposableContract to `isSystemInDarkTheme()` by Louis Pullen-Freilich · 3 years, 9 months ago
  43. 73aea7b Add MutatorMutex helper for state management by Adam Powell · 3 years, 9 months ago
  44. 74e7410 Enable infinity max wrapContentSize by Mihai Popa · 3 years, 9 months ago
  45. 3944c9c Add hiding annotations on testing globals by Jelle Fresen · 3 years, 9 months ago
  46. 3484e0a Merge "Desktop: refactor rendering and dispatching" into androidx-master-dev by Andrey Kulikov · 3 years, 9 months ago
  47. 1f2a233 Merge "Prevent static imports of layout scopes' contents" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  48. 1da5d81 Merge "Improve the sample of relativePaddingFrom" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  49. 4a60d7a Desktop: refactor rendering and dispatching by Igor Demin · 3 years, 9 months ago
  50. 836d83e Remove inlineContent parameter from Text with String input by haoyu · 3 years, 9 months ago
  51. 68a8572 Improve the sample of relativePaddingFrom by Mihai Popa · 3 years, 9 months ago
  52. 05eb910 Remove internal lateinit variables setting requirement from LazyForState by Andrey Kulikov · 3 years, 9 months ago
  53. c8deeac Prevent static imports of layout scopes' contents by Mihai Popa · 3 years, 9 months ago