- bc93a58 Correctly handle contentPadding in LazyColumn/LazyRow by Andrey Kulikov · 4 years, 5 months ago
- 0eee8ff Merge "Automatically insert graphics layers for items of LazyColumn/Row" into androidx-master-dev by Andrey Kulikov · 4 years, 5 months ago
- d1afe44 Merge "Add maxLinesHeight modifier to fix scrolling issue when maxLines is not infinite." into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- 6db0f4e Automatically insert graphics layers for items of LazyColumn/Row by Andrey Kulikov · 4 years, 5 months ago
- dc06623 Add maxLinesHeight modifier to fix scrolling issue when maxLines is not infinite. by Anastasia Soboleva · 4 years, 5 months ago
- c30530e Fix import in LayoutOffsetTest by Andrey Kulikov · 4 years, 5 months ago
- 4716b63 Merge "Use placeWithLayer in Modifier.offset() overload with lambdas" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- 87eeed0 Use placeWithLayer in Modifier.offset() overload with lambdas by Andrey Kulikov · 4 years, 5 months ago
- 549d760 Move DrawModifier to androidx.compose.ui.draw package by Nader Jawad · 4 years, 5 months ago
- 91e7c3d Rename Modifier.drawLayer to Modifier.graphicsLayer by Nader Jawad · 4 years, 5 months ago
- 1a38dac Merge "Remove <T> from SubcomposeLayout" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- c2bd32c Remove <T> from SubcomposeLayout by Andrey Kulikov · 4 years, 5 months ago
- f40d2a0 Merge "Fix selection not being updated in edit processor" into androidx-master-dev by Siyamed Sinir · 4 years, 5 months ago
- 59dcdf1 Fix selection not being updated in edit processor by Siyamed Sinir · 4 years, 5 months ago
- 3b61c30 Merge "Update metalava to the latest version." into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- 0393ab2 Merge "Adds AmbientTextSelectionColors to allow customizing the colors used for text selection" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 5 months ago
- 0eb54c6 Update metalava to the latest version. by Aurimas Liutikas · 4 years, 5 months ago
- aa25724 Merge "Cleanup TextFieldValue usage" into androidx-master-dev by Siyamed Sinir · 4 years, 5 months ago
- a727f5b Merge "Prevent extra recomposition in TextField String overload" into androidx-master-dev by Siyamed Sinir · 4 years, 5 months ago
- 663ecc0 Cleanup TextFieldValue usage by Siyamed Sinir · 4 years, 5 months ago
- 7077c27 Prevent extra recomposition in TextField String overload by Siyamed Sinir · 4 years, 5 months ago
- 024f150 Merge "Make all PointerInputData values non-null." into androidx-master-dev by George Mount · 4 years, 5 months ago
- 381bbbf Merge "Add an API to check if the window is in focus" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- b247c3b Make all PointerInputData values non-null. by George Mount · 4 years, 5 months ago
- 93195d4 Adds AmbientTextSelectionColors to allow customizing the colors used for text selection by Louis Pullen-Freilich · 4 years, 5 months ago
- 178f119 Merge "Request focus when TextField is long pressed" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- 71684ed Merge changes If26f210b,I37c94593 into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- 33d3218 Merge "Box: alignment -> contentAlignment; improve docs" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- ccdb868 Box: alignment -> contentAlignment; improve docs by Mihai Popa · 4 years, 5 months ago
- bd06412d Request focus when TextField is long pressed by haoyu · 4 years, 5 months ago
- 889f30f Merge "Fixed graphical artifacts on border API" into androidx-master-dev by Nader Jawad · 4 years, 5 months ago
- 8fd5a8f Fixed graphical artifacts on border API by Nader Jawad · 4 years, 5 months ago
- 45bccc8 Merge "Desktop: fix Scrollbar crash when we drag slider to the position outside scrollbar's bounds" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- 318ae68 Merge "Use lambda parameters in offset modifiers" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- 22fe675 Use lambda parameters in offset modifiers by Mihai Popa · 4 years, 5 months ago
- 724ebfe Merge "Update references to other layouts in Row/Column" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- adbf9b1 Rename AbsoluteArrangement to Arrangement.Absolute by Mihai Popa · 4 years, 5 months ago
- 54dc436 Make Arrangements @Stable by Mihai Popa · 4 years, 5 months ago
- 67e4aa2 Desktop: fix Scrollbar crash when we drag slider to the position outside scrollbar's bounds by Igor Demin · 4 years, 5 months ago
- a842ce2 Update references to other layouts in Row/Column by Mihai Popa · 4 years, 5 months ago
- 0e3ce5d Add an API to check if the window is in focus by Ralston Da Silva · 4 years, 5 months ago
- 11cf199 Merge "Fix paddingFromBaseline crash" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- 6836584 Merge "Reset input when composition or text changes" into androidx-master-dev by Siyamed Sinir · 4 years, 5 months ago
- e895725 Fix paddingFromBaseline crash by Mihai Popa · 4 years, 5 months ago
- fe038a6 Reset input when composition or text changes by Siyamed Sinir · 4 years, 5 months ago
- 10eba89 Merge "Desktop: run setContent in tests on the UI thread" into androidx-master-dev by Jim Sproch · 4 years, 5 months ago
- a857f09 Merge changes I15e9f41e,I36295597,If10b00fc into androidx-master-dev by Andrey Kulikov · 4 years, 5 months ago
- d3e0f02 Desktop: run setContent in tests on the UI thread by Igor Demin · 4 years, 5 months ago
- 086b74e Merge "Added touch slop detection utility" into androidx-master-dev by George Mount · 4 years, 5 months ago
- 06aa274 Merge "Adds lint check for composable lambda parameters in composable functions" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- 5520c56 Make TextFieldValue.composition readonly by Siyamed Sinir · 4 years, 5 months ago
- 07f9a7e9 Added touch slop detection utility by George Mount · 4 years, 5 months ago
- 8aff08f TextField RTL minSize by Siyamed Sinir · 4 years, 5 months ago
- dc68dd50 Adds lint check for composable lambda parameters in composable functions by Louis Pullen-Freilich · 4 years, 5 months ago
- 6fc89c8 Merge "TextField RTL Layout Fix" into androidx-master-dev by Siyamed Sinir · 4 years, 5 months ago
- 1362497 Abstract away OwnerLayer implementations from DrawLayerModifier and snapshot observation by Andrey Kulikov · 4 years, 5 months ago
- d82950b Extract snapshot observation from owner implementations to OwnerSnapshotObserver by Andrey Kulikov · 4 years, 5 months ago
- 5577fc5 Revert "Revert "Make TestAnimationClock & friends experimental"" by Jelle Fresen · 4 years, 5 months ago
- ddb4788 TextField RTL Layout Fix by Siyamed Sinir · 4 years, 5 months ago
- 209df68 Renames Ambients to follow API guidelines by Louis Pullen-Freilich · 4 years, 5 months ago
- 9626676 Move TextField modifiers into their own files by Siyamed Sinir · 4 years, 6 months ago
- 6c807e3 Merge "Add Android Typeface wrapper" into androidx-master-dev by Siyamed Sinir · 4 years, 6 months ago
- 294e317 Merge "Move to Compose to RequiresSameVersion" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
- 4d973ec Add Android Typeface wrapper by Siyamed Sinir · 4 years, 6 months ago
- 6d6c9a6 Merge "Adds lint check for @Composable Modifier factories" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 6 months ago
- 8256a8f Merge "Added new multitouch gesture detector." into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
- 352e42b Move to Compose to RequiresSameVersion by Nick Anthony · 4 years, 6 months ago
- cb1f903 Adds lint check for @Composable Modifier factories by Louis Pullen-Freilich · 4 years, 6 months ago
- 564f7fa Remove :foundation:foundation-text module. by Matvei Malkov · 4 years, 6 months ago
- d7cc4c8 Move foundation-text members to foundation by Matvei Malkov · 4 years, 6 months ago
- 2bb5472 Merge "Mark TextFieldTest.semantics_longClick as large test" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
- ce891e9 Merge "Rename mergeAllDescendants" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
- 773d8ff Adds lint check for non-extension Modifier factories by Louis Pullen-Freilich · 4 years, 6 months ago
- 657b556 Mark TextFieldTest.semantics_longClick as large test by Aurimas Liutikas · 4 years, 6 months ago
- 30239e0 Rename mergeAllDescendants by Alexandre Elias · 4 years, 6 months ago
- 9b5a346 Added new multitouch gesture detector. by George Mount · 4 years, 6 months ago
- 95a3607 Merge "Revert "Make TestAnimationClock & friends experimental"" into androidx-master-dev by Aurimas Liutikas · 4 years, 6 months ago
- 6a51b0f Revert "Make TestAnimationClock & friends experimental" by Jeff Gaston · 4 years, 6 months ago
- 8b2dd78 Merge "Make TestAnimationClock & friends experimental" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
- 1cdacde Make TestAnimationClock & friends experimental by Jelle Fresen · 4 years, 6 months ago
- a617520 Remove deprecated ui-test module & stubs by Filip Pavlis · 4 years, 6 months ago
- 2b911a2 Merge "Rename TextUnit.Inherit to TextUnit.Unspecified" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
- 75d7618 Merge "Introduce TtsAnnotation" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
- 247a19b Introduce TtsAnnotation by haoyu · 4 years, 6 months ago
- df2e07c Rename TextUnit.Inherit to TextUnit.Unspecified by haoyu · 4 years, 6 months ago
- 13a9cab Merge changes I4ea9f16f,I0b08911f,I57b92291,I6f322c85,I27a80492 into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
- 1e5d8da Drag gesture detectors using suspending pointer input by George Mount · 4 years, 6 months ago
- 0277076 Merge "Rename VectorAsset to ImageVector" into androidx-master-dev by Nader Jawad · 4 years, 6 months ago
- e22237f Merge "Move semantics props away from foundation" into androidx-master-dev by Filip Pavlis · 4 years, 6 months ago
- 37ba3df Rename VectorAsset to ImageVector by Nader Jawad · 4 years, 6 months ago
- fecafdb Merge changes I8587f2e6,I5fc11582 into androidx-master-dev by Andrey Kulikov · 4 years, 6 months ago
- 2237c42 Do not ignore padding in ComposeView by Andrey Kulikov · 4 years, 6 months ago
- 6ac9fc7 Merge "Rename ImageAsset to ImageBitmap" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
- dd562a4 Rename ImageAsset to ImageBitmap by Nader Jawad · 4 years, 6 months ago
- c7393351 Add Inspector Info to ConstraintLayout.kt by Jens Ole Lauridsen · 4 years, 6 months ago
- 13bdbe7 Move semantics props away from foundation by Filip Pavlis · 4 years, 6 months ago
- 47b4fac Coroutine scrolling APIs by Ryan Mentley · 4 years, 6 months ago
- 06e510c Merge changes I1888b898,Idc163ce5,I505f32c5,I8b68f2d0,If079a1bd, ... into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
- 8769e8c Merge "Deprecate place(Offset) and placeRelative(Offset)" into androidx-master-dev by Andrey Kulikov · 4 years, 6 months ago
- c1e4fd4 Make the lint check for Inspector Info accept another syntax by Jens Ole Lauridsen · 4 years, 6 months ago