- 58ad780 Fix tests in ChainsTest.kt by Oscar Adame Vázquez · 12 months ago
- fea7109 Address GridFlags feedback by Oscar Adame Vázquez · 1 year, 4 months ago
- 9056ac4 Make grid helper API throw with inconsistent weights by Oscar Adame Vázquez · 1 year, 4 months ago
- f354684 Merge "Add a samples module for constraintlayout compose" into androidx-main by Oscar Adame Vázquez · 1 year, 4 months ago
- 30a7b5d Add a samples module for constraintlayout compose by Oscar Adame Vázquez · 1 year, 4 months ago
- 10ffa70 Remove usage of @DoNotInline for manual NewApi outlines (Com thru Cor) by Alan Viverette · 1 year, 4 months ago
- 06165e9 Merge "Fix ConstraintLayout behavior when no content is available" into androidx-main by Oscar Adame Vázquez · 1 year, 5 months ago
- d472788 Fix ConstraintLayout behavior when no content is available by Oscar Adame Vázquez · 1 year, 5 months ago
- f8313eb Apply API feedback for grid in ConstraintLayout by Oscar Adame Vázquez · 1 year, 6 months ago
- 7bb3d6a Migrate constraintlayout to ktfmt by Omar Ismail · 1 year, 6 months ago
- ae2e7e8 Clarify `animateChangesSpec` parameter documentation by Oscar Adame Vázquez · 1 year, 6 months ago
- 243d46d [Compose] Cleanup and API feedback for ConstraintLayout by Oscar Adame Vázquez · 1 year, 6 months ago
- 7b06083 Adds lint check to warn about using structural equality checks for lambdas by Louis Pullen-Freilich · 1 year, 7 months ago
- 14efccb Replacing NestedScroll Sources. by Levi Albuquerque · 1 year, 8 months ago
- 26cb242 Remove PrimitiveInLambda suppressions by George Mount · 2 years, 1 month ago
- bdd54fc Merge "API Council feedback on Pairs and Maps" into androidx-main by George Mount · 2 years, 2 months ago
- a03a604 Rename directories to follow source set layout v2. by Fred Sladkey · 2 years, 2 months ago
- 07c35a3 API Council feedback on Pairs and Maps by George Mount · 2 years, 2 months ago
- 1ffdbfc Removes baselined ListIterator issues by Louis Pullen-Freilich · 2 years, 3 months ago
- 40681b4 Clarify docs for new primitive Pair classes, add usage by Chet Haase · 2 years, 3 months ago
- f496849 Add LayoutScopeMarker to the Transition DSL by Oscar Adame Vázquez · 2 years, 4 months ago
- 8bef26a [Compose] Fix `dragScale` parameter not working in MotionLayout by Oscar Adame Vázquez · 2 years, 4 months ago
- 0d8ef13 [Compose] Introduce optimization strategies for MotionLayout by Oscar Adame Vázquez · 2 years, 4 months ago
- 79417d3 Merge "Revert "Fix `No value passed for parameter ...` error"" into androidx-main by Aurimas Liutikas · 2 years, 4 months ago
- 9e1b94d Revert "Fix `No value passed for parameter ...` error" by Aurimas Liutikas · 2 years, 4 months ago
- ac284c2 Merge "Revert "[Compose] Introduce optimization strategies for MotionLayout"" into androidx-main by Aurimas Liutikas · 2 years, 4 months ago
- 5408f3a Revert "[Compose] Introduce optimization strategies for MotionLayout" by Aurimas Liutikas · 2 years, 4 months ago
- 4b42851 Fix `No value passed for parameter ...` error by Oscar Adame Vázquez · 2 years, 4 months ago
- 821e242 Merge "[Compose] Introduce optimization strategies for MotionLayout" into androidx-main by Oscar Adame Vázquez · 2 years, 4 months ago
- 92a61d7 [Compose] Introduce optimization strategies for MotionLayout by Oscar Adame Vázquez · 2 years, 4 months ago
- de4506d Support AnimateChanges with the Modifier DSL by Oscar Adame Vázquez · 2 years, 4 months ago
- cd6fc71 [Compose] Enable support for "limitBoundsTo" by Oscar Adame Vázquez · 2 years, 4 months ago
- 3ff55bb Remove MotionProgress by Oscar Adame Vázquez · 2 years, 4 months ago
- 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 2 years, 5 months ago
- 3bfe631 Update ConstraintLayout documentation by Oscar Adame Vázquez · 2 years, 5 months ago
- edde6e8 Baselines PrimitiveInLambda suppressions by Louis Pullen-Freilich · 2 years, 5 months ago
- 23ee675 Merge "Fix CustomColors not working with transparent colors" into androidx-main by Treehugger Robot · 2 years, 6 months ago
- 81b2acf Fix CustomColors not working with transparent colors by Oscar Adame Vázquez · 2 years, 6 months ago
- 631621a Add lint rule for autoboxing lambdas by George Mount · 2 years, 6 months ago
- 8912e7a Rename `staggered` property in TransitionScope by Oscar Adame Vázquez · 2 years, 6 months ago
- bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 2 years, 6 months ago
- cf973d0 Specialize all mutableStateOf calls in AndroidX by Andrew Bailey · 2 years, 7 months ago
- 14b818b Convert MotionRenderDebug to kotlin for KMP build by Jim S · 2 years, 7 months ago
- 9542ddc Merge "Fix OnSwipe velocity stop determination" into androidx-main by Treehugger Robot · 2 years, 7 months ago
- 75f48fd Rename primitive mutableStateOf functions by Andrew Bailey · 2 years, 7 months ago
- 4f657c9 Fix OnSwipe velocity stop determination by Oscar Adame Vázquez · 2 years, 7 months ago
- 9587315 Remove Suppress UnavailableSymbol by Oscar Adame Vázquez · 2 years, 7 months ago
- 1c9e0c7 Supprt dev option 'Show layout bounds` in MotionLayout by Oscar Adame Vázquez · 2 years, 7 months ago
- 6a8c94c Remove usages of ExperimentalMotionApi by Oscar Adame Vázquez · 2 years, 7 months ago
- cccfc4e Rework MotionLayout Composables to reduce PublishedApi by Oscar Adame Vázquez · 2 years, 7 months ago
- 986ce5b Remove MotionLayoutState Api by Oscar Adame Vázquez · 2 years, 7 months ago
- 937d27fcd Expand on MotionLayot Composables documentation by Oscar Adame Vázquez · 2 years, 7 months ago
- 0a492c4 Fix MotionLayout Composables parameters by Oscar Adame Vázquez · 2 years, 7 months ago
- 6a622f4 Merge "Remove boxing state reads in Compose libraries" into androidx-main by Andrew Bailey · 2 years, 7 months ago
- 7ba4aa3 Merge "Address Api Review feedback" into androidx-main by Oscar Adame Vázquez · 2 years, 7 months ago
- 66e8c2d Remove boxing state reads in Compose libraries by Andrew Bailey · 2 years, 7 months ago
- 1c8f952 Address Api Review feedback by Oscar Adame Vázquez · 2 years, 7 months ago
- d68fba7 Clean up MotionLayout Composable flags by Oscar Adame Vázquez · 2 years, 7 months ago
- 0a0b773 Merge changes I066b9ee8,Iea2f5100 into androidx-main by Treehugger Robot · 2 years, 7 months ago
- 2affe77 Add test with MotionLayout and changing text by Oscar Adame Vázquez · 2 years, 8 months ago
- 31eb3b3 Merge changes I61e60cc2,I2d6eff07,Id4e9865a into androidx-main by Oscar Adame Vázquez · 2 years, 8 months ago
- 8541bb8 Address API feedback for asDimension by Oscar Adame Vázquez · 2 years, 8 months ago
- f14a06d Address API feedback for State and TransitionParser by Oscar Adame Vázquez · 2 years, 8 months ago
- 10d7f94 Merge "Fix Span order issue when using SpansRespectWidgetOrder flag" into androidx-main by Jian-Syuan (Shane) Wong · 2 years, 8 months ago
- 92d80c6 Fix Span order issue when using SpansRespectWidgetOrder flag by Shane · 2 years, 8 months ago
- 04e9649 Merge "Add KDoc comments for Skip and Span" into androidx-main by Jian-Syuan (Shane) Wong · 2 years, 8 months ago
- cd759c5 Add KDoc comments for Skip and Span by Shane · 2 years, 8 months ago
- 272c37f Merge "Add support for staggered" into androidx-main by Oscar Adame Vázquez · 2 years, 8 months ago
- 737c2a7 Add support for staggered by Oscar Adame Vázquez · 2 years, 8 months ago
- 1561fca Merge "Address Grid Dsl Api Council comments" into androidx-main by Jian-Syuan (Shane) Wong · 2 years, 8 months ago
- 88c4c87 Address Grid Dsl Api Council comments by Shane · 2 years, 8 months ago
- 12c51c4 Update Motion text based test by siyamed · 2 years, 8 months ago
- 8d8d179 Fix Visibility.Gone not working in certain cases by Oscar Adame Vázquez · 2 years, 9 months ago
- 15c6101 Fix Visibility.Invisible not working by Oscar Adame Vázquez · 2 years, 9 months ago
- e1695f4 Merge "Remove FloatRange in Cubic Easing function" into androidx-main by Oscar Adame Vázquez · 2 years, 9 months ago
- fe1c087 Lookahead API improvements by Doris Liu · 2 years, 9 months ago
- 26b7d89 Remove FloatRange in Cubic Easing function by Oscar Adame Vázquez · 2 years, 9 months ago
- fc41ce8 Fix translation attributes in KeyFrames not using Dp by Oscar Adame Vázquez · 2 years, 9 months ago
- cd48f1b Merge "Enable SpansOrderFirst and ReverseSpanDirection flags for Grid Helper in Compose" into androidx-main by Jian-Syuan (Shane) Wong · 2 years, 9 months ago
- 33e6dc5 Merge "Provide a way to obtain animation-independent bounds" into androidx-main by Oscar Adame Vázquez · 2 years, 9 months ago
- b3b933d Enable SpansOrderFirst and ReverseSpanDirection flags for Grid Helper in Compose by Shane · 2 years, 9 months ago
- 45e1ca9 Fix translation properties not applying in correct units by Oscar Adame Vázquez · 2 years, 9 months ago
- bebc001 Provide a way to obtain animation-independent bounds by Oscar Adame Vázquez · 2 years, 9 months ago
- ca7a43e Merge "Enable skips and spans of the Grid Helper in Compose" into androidx-main by Jian-Syuan (Shane) Wong · 2 years, 9 months ago
- e1f2ed3a Fix Chain Wrap mode in Flow by Oscar Adame Vázquez · 2 years, 10 months ago
- 17ffff1 Fix start ConstraintSet not changing after changing transition by Oscar Adame Vázquez · 2 years, 10 months ago
- 89e967d Lower Log level of message during ConstraintLayout measure by Oscar Adame Vázquez · 2 years, 10 months ago
- 740804b Always allow ConstrainScope fields to be set by Oscar Adame Vázquez · 2 years, 10 months ago
- 7dc2d75 Enable skips and spans of the Grid Helper in Compose by Shane · 2 years, 10 months ago
- 65c94df Merge "Enable the Grid helper in Compose using DSL" into androidx-main by Jian-Syuan (Shane) Wong · 2 years, 10 months ago
- e60db9d Enable the Grid helper in Compose using DSL by Shane · 2 years, 10 months ago
- 26fb777 Updates Row and Column by Shane · 2 years, 10 months ago
- d3b195b Remove Motion Api by Oscar Adame Vázquez · 2 years, 10 months ago
- 06f59ae add support for arc up and arc down modes by John Hoford · 2 years, 10 months ago
- e96a590 Fix behavior when using Intrinsics with ConstraintLayout & MotionLayout by Oscar Adame Vázquez · 2 years, 10 months ago
- de345c0 Allow constraining baseline to top/bottom and vice-versa by Oscar Adame Vázquez · 2 years, 10 months ago
- 0ef2d521 Rename motionProperties to customProperties by Oscar Adame Vázquez · 2 years, 10 months ago
- 50fdccb Fix not being able to remeasure when the content changes by Oscar Adame Vázquez · 2 years, 10 months ago
- 8501971 Support creating multiple references in MotionScene by Oscar Adame Vázquez · 2 years, 10 months ago
- 796bd92 Adding some convenience API for ConstraintLayout by Oscar Adame Vázquez · 2 years, 10 months ago