- b469c2f Deprecate setViewContent by Mihai Popa · 4 years, 9 months ago
- 0afcc14 Merge "Use MonotonicFrameClock as AnimationClockObservable" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
- 70831f2 Merge "Migrate Compose to use SavedStateRegistry from androidx.savedstate" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
- 9b58c89 Remove flaky test by Chuck Jazdzewski · 4 years, 9 months ago
- f850ace Migrate Compose to use SavedStateRegistry from androidx.savedstate by Andrey Kulikov · 4 years, 9 months ago
- da48835 Merge "Change default mutation policy of mutableStateOf() to be structural" into androidx-master-dev by Chuck Jazdzewski · 4 years, 9 months ago
- ed0866f Change default mutation policy of mutableStateOf() to be structural by Chuck Jazdzewski · 4 years, 9 months ago
- c5a3e1e Merge "Fix the call order assumptions in source information" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
- 932f480 Use MonotonicFrameClock as AnimationClockObservable by Jelle Fresen · 4 years, 9 months ago
- e4894d0 Refactor stateDraggable and rename to swipeable by Calin Tataru · 4 years, 9 months ago
- 4ce3ac6 Fix the call order assumptions in source information by Chuck Jazdzewski · 4 years, 9 months ago
- a00a468 Upgrade to Kotlin 1.4.0-rc (real) by Jim Sproch · 4 years, 9 months ago
- a03fd6c Refactors androidx.compose.ui:ui to the androidx.compose.ui package name by Louis Pullen-Freilich · 4 years, 9 months ago
- 1f10a59 Refactors androidx.compose.runtime:runtime to the androidx.compose.runtime package name by Louis Pullen-Freilich · 4 years, 9 months ago
- 3ebca69 Refactors androidx.compose.compiler libraries to the androidx.compose.compiler package name by Louis Pullen-Freilich · 4 years, 9 months ago
- a84c582 Merge "Make ComposeFqNames simpler" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 9 months ago
- 3cc3c0a Make ComposeFqNames simpler by Leland Richardson · 4 years, 9 months ago
- c52e561 Refactors androidx.compose.material:* libraries to the androidx.compose.material package name by Louis Pullen-Freilich · 4 years, 9 months ago
- 1eec3ee Replace Modifier::plus with Modifier::then. by Matvei Malkov · 4 years, 9 months ago
- b85af54 Fix test after util module move by Matvei Malkov · 4 years, 9 months ago
- 1f2bcd8 Refactors androidx.compose.ui:ui-util to the androidx.compose.ui.util package name by Louis Pullen-Freilich · 4 years, 9 months ago
- a7eeb10 Refactors androidx.compose.ui:ui-unit to the androidx.compose.ui.unit package name by Louis Pullen-Freilich · 4 years, 9 months ago
- 4dc4dac Refactors androidx.compose.ui:ui-graphics to the androidx.compose.ui.graphics package name by Louis Pullen-Freilich · 4 years, 9 months ago
- 01a72fe Merge "Avoid producing an invalid recompose lambda when skipping" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
- d023504592 Avoid producing an invalid recompose lambda when skipping by Chuck Jazdzewski · 4 years, 9 months ago
- ab19475 Refactors androidx.compose.ui:ui-text to the androidx.compose.ui.text package name by Louis Pullen-Freilich · 4 years, 9 months ago
- bfd3aea Add diagnostics for invalid composable declarations by Leland Richardson · 4 years, 9 months ago
- 727be3d Remove previously deprecated compose runtime APIs by Leland Richardson · 4 years, 9 months ago
- 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, 9 months ago
- 65e1098 Merge "SubcomposeLayout" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
- 4b2e7e0 Refactors androidx.compose.runtime:runtime-dispatch to the androidx.compose.runtime.dispatch package name by Louis Pullen-Freilich · 4 years, 9 months ago
- eeade15d Merge "Inline `Row` and `Column`" into androidx-master-dev by Chuck Jazdzewski · 4 years, 9 months ago
- 9f35108 Merge "Fix remember tests" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
- ef18c63 Inline `Row` and `Column` by Chuck Jazdzewski · 4 years, 9 months ago
- 7135dbd Fix remember tests by Leland Richardson · 4 years, 9 months ago
- 2ca0701 SubcomposeLayout by Andrey Kulikov · 4 years, 9 months ago
- 6921eaa ui-desktop: different redrawing strategy with DesktopUIDispatcher by Andrey Rudenko · 4 years, 9 months ago
- 34a9837 Merge "Update inspector to use source information" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
- 655ace3 Update inspector to use source information by Chuck Jazdzewski · 4 years, 9 months ago
- 59d9a8f Merge "Add runtime compatibility check to compose compiler" into androidx-master-dev by Leland Richardson · 4 years, 9 months ago
- 19cdb4a Merge "Optimize remember calls by eliding groups when possible" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
- 30e8bf9 Add runtime compatibility check to compose compiler by Leland Richardson · 4 years, 9 months ago
- 02aa60d Optimize remember calls by eliding groups when possible by Leland Richardson · 4 years, 9 months ago
- c016ae91 Fix demos by bringing back BaseTextField instead of CoreTextField. by Matvei Malkov · 4 years, 9 months ago
- e2679d3 Fixes AndroidUiDispatcherTest timing out by Louis Pullen-Freilich · 4 years, 9 months ago
- ca6eca2 Refactors androidx.compose.foundation:foundation-text to the androidx.compose.foundation package name by Louis Pullen-Freilich · 4 years, 9 months ago
- 623e405 Refactors androidx.compose.foundation:foundation-layout to the androidx.compose.foundation.layout package name by Louis Pullen-Freilich · 4 years, 9 months ago
- ddda7be Refactors androidx.compose.foundation:foundation to the androidx.compose.foundation package name by Louis Pullen-Freilich · 4 years, 9 months ago
- 223d260 Merge "Correctly generate groups for composable lambdas with return values" into androidx-master-dev by Leland Richardson · 4 years, 9 months ago
- 34f4597 Correctly generate groups for composable lambdas with return values by Leland Richardson · 4 years, 9 months ago
- 790b311 Rename material.FilledTextField to material.TextField and foundation.TextField to foundation.BaseTextField with experimental marker. by Matvei Malkov · 4 years, 9 months ago
- e61080c Merge "Modifier.drawBackground -> Modifier.background" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
- 5850cfd Merge "Fix LiveLiteral field initialization issue" into androidx-master-dev by Leland Richardson · 4 years, 9 months ago
- bf014c1 Modifier.drawBackground -> Modifier.background by Matvei Malkov · 4 years, 9 months ago
- 05c6ba5 Update Compose to 0.1.0-dev16 by Nick Anthony · 4 years, 9 months ago
- 76b8acb Fix LiveLiteral field initialization issue by Leland Richardson · 4 years, 10 months ago