1. 0afcc14 Merge "Use MonotonicFrameClock as AnimationClockObservable" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  2. 70831f2 Merge "Migrate Compose to use SavedStateRegistry from androidx.savedstate" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  3. 9b58c89 Remove flaky test by Chuck Jazdzewski · 4 years, 2 months ago
  4. f850ace Migrate Compose to use SavedStateRegistry from androidx.savedstate by Andrey Kulikov · 4 years, 2 months ago
  5. da48835 Merge "Change default mutation policy of mutableStateOf() to be structural" into androidx-master-dev by Chuck Jazdzewski · 4 years, 2 months ago
  6. ed0866f Change default mutation policy of mutableStateOf() to be structural by Chuck Jazdzewski · 4 years, 2 months ago
  7. c5a3e1e Merge "Fix the call order assumptions in source information" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  8. 932f480 Use MonotonicFrameClock as AnimationClockObservable by Jelle Fresen · 4 years, 2 months ago
  9. e4894d0 Refactor stateDraggable and rename to swipeable by Calin Tataru · 4 years, 2 months ago
  10. 4ce3ac6 Fix the call order assumptions in source information by Chuck Jazdzewski · 4 years, 2 months ago
  11. a00a468 Upgrade to Kotlin 1.4.0-rc (real) by Jim Sproch · 4 years, 2 months ago
  12. a03fd6c Refactors androidx.compose.ui:ui to the androidx.compose.ui package name by Louis Pullen-Freilich · 4 years, 2 months ago
  13. 1f10a59 Refactors androidx.compose.runtime:runtime to the androidx.compose.runtime package name by Louis Pullen-Freilich · 4 years, 2 months ago
  14. 3ebca69 Refactors androidx.compose.compiler libraries to the androidx.compose.compiler package name by Louis Pullen-Freilich · 4 years, 2 months ago
  15. a84c582 Merge "Make ComposeFqNames simpler" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 2 months ago
  16. 3cc3c0a Make ComposeFqNames simpler by Leland Richardson · 4 years, 2 months ago
  17. c52e561 Refactors androidx.compose.material:* libraries to the androidx.compose.material package name by Louis Pullen-Freilich · 4 years, 2 months ago
  18. 1eec3ee Replace Modifier::plus with Modifier::then. by Matvei Malkov · 4 years, 2 months ago
  19. b85af54 Fix test after util module move by Matvei Malkov · 4 years, 2 months ago
  20. 1f2bcd8 Refactors androidx.compose.ui:ui-util to the androidx.compose.ui.util package name by Louis Pullen-Freilich · 4 years, 2 months ago
  21. a7eeb10 Refactors androidx.compose.ui:ui-unit to the androidx.compose.ui.unit package name by Louis Pullen-Freilich · 4 years, 2 months ago
  22. 4dc4dac Refactors androidx.compose.ui:ui-graphics to the androidx.compose.ui.graphics package name by Louis Pullen-Freilich · 4 years, 2 months ago
  23. 01a72fe Merge "Avoid producing an invalid recompose lambda when skipping" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  24. d023504592 Avoid producing an invalid recompose lambda when skipping by Chuck Jazdzewski · 4 years, 2 months ago
  25. ab19475 Refactors androidx.compose.ui:ui-text to the androidx.compose.ui.text package name by Louis Pullen-Freilich · 4 years, 2 months ago
  26. bfd3aea Add diagnostics for invalid composable declarations by Leland Richardson · 4 years, 2 months ago
  27. 727be3d Remove previously deprecated compose runtime APIs by Leland Richardson · 4 years, 2 months ago
  28. 49c9b11 Merge "Refactors androidx.compose.runtime:runtime-dispatch to the androidx.compose.runtime.dispatch package name" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  29. 65e1098 Merge "SubcomposeLayout" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  30. 4b2e7e0 Refactors androidx.compose.runtime:runtime-dispatch to the androidx.compose.runtime.dispatch package name by Louis Pullen-Freilich · 4 years, 2 months ago
  31. eeade15d Merge "Inline `Row` and `Column`" into androidx-master-dev by Chuck Jazdzewski · 4 years, 2 months ago
  32. 9f35108 Merge "Fix remember tests" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  33. ef18c63 Inline `Row` and `Column` by Chuck Jazdzewski · 4 years, 3 months ago
  34. 7135dbd Fix remember tests by Leland Richardson · 4 years, 2 months ago
  35. 2ca0701 SubcomposeLayout by Andrey Kulikov · 4 years, 2 months ago
  36. 6921eaa ui-desktop: different redrawing strategy with DesktopUIDispatcher by Andrey Rudenko · 4 years, 3 months ago
  37. 34a9837 Merge "Update inspector to use source information" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  38. 655ace3 Update inspector to use source information by Chuck Jazdzewski · 4 years, 2 months ago
  39. 59d9a8f Merge "Add runtime compatibility check to compose compiler" into androidx-master-dev by Leland Richardson · 4 years, 2 months ago
  40. 19cdb4a Merge "Optimize remember calls by eliding groups when possible" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  41. 30e8bf9 Add runtime compatibility check to compose compiler by Leland Richardson · 4 years, 2 months ago
  42. 02aa60d Optimize remember calls by eliding groups when possible by Leland Richardson · 4 years, 2 months ago
  43. c016ae91 Fix demos by bringing back BaseTextField instead of CoreTextField. by Matvei Malkov · 4 years, 2 months ago
  44. e2679d3 Fixes AndroidUiDispatcherTest timing out by Louis Pullen-Freilich · 4 years, 2 months ago
  45. ca6eca2 Refactors androidx.compose.foundation:foundation-text to the androidx.compose.foundation package name by Louis Pullen-Freilich · 4 years, 2 months ago
  46. 623e405 Refactors androidx.compose.foundation:foundation-layout to the androidx.compose.foundation.layout package name by Louis Pullen-Freilich · 4 years, 2 months ago
  47. ddda7be Refactors androidx.compose.foundation:foundation to the androidx.compose.foundation package name by Louis Pullen-Freilich · 4 years, 2 months ago
  48. 223d260 Merge "Correctly generate groups for composable lambdas with return values" into androidx-master-dev by Leland Richardson · 4 years, 2 months ago
  49. 34f4597 Correctly generate groups for composable lambdas with return values by Leland Richardson · 4 years, 2 months ago
  50. 790b311 Rename material.FilledTextField to material.TextField and foundation.TextField to foundation.BaseTextField with experimental marker. by Matvei Malkov · 4 years, 2 months ago
  51. e61080c Merge "Modifier.drawBackground -> Modifier.background" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  52. 5850cfd Merge "Fix LiveLiteral field initialization issue" into androidx-master-dev by Leland Richardson · 4 years, 2 months ago
  53. bf014c1 Modifier.drawBackground -> Modifier.background by Matvei Malkov · 4 years, 2 months ago
  54. 05c6ba5 Update Compose to 0.1.0-dev16 by Nick Anthony · 4 years, 2 months ago
  55. 76b8acb Fix LiveLiteral field initialization issue by Leland Richardson · 4 years, 2 months ago
  56. 2ee9227 Rework how source information is collected by Chuck Jazdzewski · 4 years, 2 months ago
  57. eb605fd Merge "Renames androidx.compose.core group to androidx.compose.ui" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  58. a15f90f Merge "Kotlin Rebase ComposeUI 1.4" into androidx-master-dev by Jim Sproch · 4 years, 2 months ago
  59. c36e221 Merge "Fix SiblingBenchmark tests" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  60. 923ed4c Renames androidx.compose.core group to androidx.compose.ui by Louis Pullen-Freilich · 4 years, 2 months ago
  61. a88c07a Kotlin Rebase ComposeUI 1.4 by Jim Sproch · 4 years, 3 months ago
  62. f36ba56 Reverts back to ui-test and ui-tooling libraries by Louis Pullen-Freilich · 4 years, 2 months ago
  63. a4d73a5 Rename runOnIdleCompose to runOnIdle. by Filip Pavlis · 4 years, 2 months ago
  64. c1a5000 ui-foundation to MPP by Nikolay Igotti · 4 years, 2 months ago
  65. e8ed6ba Fix SiblingBenchmark tests by Leland Richardson · 4 years, 2 months ago
  66. fd01fbb Merge "Migrates internal / unpublished modules to androidx.compose" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 2 months ago
  67. 69fa086 Mark allocation test as flaky by Chuck Jazdzewski · 4 years, 2 months ago
  68. 3d03099 Migrates internal / unpublished modules to androidx.compose by Louis Pullen-Freilich · 4 years, 2 months ago
  69. 7763592 Merge "Store default value of live literal in a field" into androidx-master-dev by Leland Richardson · 4 years, 2 months ago
  70. 3d7bca9 Merge "Use MutableVector in LayoutNode" into androidx-master-dev by George Mount · 4 years, 2 months ago
  71. 9669e6a Store default value of live literal in a field by Leland Richardson · 4 years, 2 months ago
  72. dfc9ad7 Use MutableVector in LayoutNode by George Mount · 4 years, 2 months ago
  73. f0b5098 Moves androidx.compose:compose-runtime to androidx.compose.runtime:runtime by Louis Pullen-Freilich · 4 years, 3 months ago
  74. e0e64c0 Merge "Moves androidx.ui:ui-core to androidx.compose.core:core" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 2 months ago
  75. 0ae0a89 Merge "CompositionLifecycleObserver docs and defaults" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  76. 7e6ecdb Moves androidx.ui:ui-core to androidx.compose.core:core by Louis Pullen-Freilich · 4 years, 2 months ago
  77. 7a0bfd6 CompositionLifecycleObserver docs and defaults by Adam Powell · 4 years, 2 months ago
  78. db76e86 Moves androidx.ui:ui-layout to androidx.compose.foundation:foundation-layout by Louis Pullen-Freilich · 4 years, 2 months ago
  79. 5e711a1 Merge "Moves core text libraries to androidx.compose.core:*" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 2 months ago
  80. 2da35cb Fix SuspendingEffectsTest breakage by Adam Powell · 4 years, 2 months ago
  81. 0495ca00 Moves core text libraries to androidx.compose.core:* by Louis Pullen-Freilich · 4 years, 3 months ago
  82. a361ea7 Merge "Composition disposal improvements" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  83. b73815d Merge "Moves some small core libraries to androidx.compose.core:*" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  84. 6c615bc Merge "Add rememberCoroutineScope API" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  85. 8dec9b7 Composition disposal improvements by Adam Powell · 4 years, 3 months ago
  86. c1541cd Merge "Add asMutableList() to MutableVector" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  87. 28185a6 Moves some small core libraries to androidx.compose.core:* by Louis Pullen-Freilich · 4 years, 3 months ago
  88. c9cbf46 Add asMutableList() to MutableVector by George Mount · 4 years, 3 months ago
  89. 952489c Add rememberCoroutineScope API by Adam Powell · 4 years, 3 months ago
  90. 6bb9a47 Moves androidx.ui:ui-test to androidx.compose.test:test-core by Louis Pullen-Freilich · 4 years, 3 months ago
  91. ef24ef8 Merge "Moves androidx.ui:ui-animation to androidx.compose.animation:animation" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 3 months ago
  92. 46ade7d Moves androidx.ui:ui-animation to androidx.compose.animation:animation by Louis Pullen-Freilich · 4 years, 3 months ago
  93. ce0900f Moves androidx.ui:ui-tooling to androidx.compose.tooling:tooling by Louis Pullen-Freilich · 4 years, 3 months ago
  94. 65c43bd Merge "Moves androidx.ui:ui-foundation to androidx.compose.foundation:foundation" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  95. cec33d9 Moves androidx.ui:ui-foundation to androidx.compose.foundation:foundation by Louis Pullen-Freilich · 4 years, 3 months ago
  96. bee45e8 Verifies parent project paths exist as part of CI by Louis Pullen-Freilich · 4 years, 3 months ago
  97. 8379b24 Merge "Moves ui-material, ui-material-icons-core, and ui-material-icons-extended to androidx.compose.material" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 3 months ago
  98. 5d18263 Moves ui-material, ui-material-icons-core, and ui-material-icons-extended to androidx.compose.material by Louis Pullen-Freilich · 4 years, 3 months ago
  99. 793de65 Disambiguate EnumConstructorCall arguments for live literals by Leland Richardson · 4 years, 3 months ago
  100. 34cdbac Merge "Live Literal Codegen" into androidx-master-dev by Leland Richardson · 4 years, 3 months ago