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