- 65d3100 feat: cleanup lazy layouts from tv foundation by vighnesh153 · 7 months ago
- 88b0e089 Merge "Don't return collapsedSemantics on unattached or deactivated nodes" into androidx-main by Melba Nuzen · 7 months ago
- ddc49c9 Don't return collapsedSemantics on unattached or deactivated nodes by Melba Nuzen · 8 months ago
- cd9e16f Update compileSdk to 35 by Andrea Falcone · 8 months ago
- 1346ba2 [Exp Policy] Graduate ExperimentalFoundationApi APIs introduced prior to 1.7 by Leland Richardson · 9 months ago
- fb97380 [Exp Policy] Graduate ExperimentalComposeUiApi APIs introduced prior to 1.7 by Leland Richardson · 9 months ago
- 88461a9 feat: deprecate lazy layout forks from tv-foundation by rvighnesh · 10 months ago
- 27407c4 Migrate tv to use ktfmt by Omar Ismail · 9 months ago
- fb6b981 Deprecate animation spec in BringIntoViewSpec. by Levi Albuquerque · 9 months ago
- 9e3eca5 Remove inline suppressions of IllegalExperimentalApiUsage by Alan Viverette · 1 year ago
- 3490f8d Deprecate Modifier.inspectable by Leland Richardson · 1 year, 1 month ago
- 684ceab Only do relayout when lazy staggered grid scrolling doesn't require composing/disposing by Andrey Kulikov · 1 year, 3 months ago
- 9dfbe23 Merge "Change PlatformImeOptions to a class." into androidx-main by Zach Klippenstein · 1 year, 3 months ago
- 662818d Change PlatformImeOptions to a class. by Zach Klippenstein · 1 year, 3 months ago
- 8f81d46 Assign initial focus automatically. by Ralston Da Silva · 1 year, 4 months ago
- 26cb242 Remove PrimitiveInLambda suppressions by George Mount · 1 year, 4 months ago
- 78d5dc8 Filter out the deactivated semantic nodes by default and introduce assertIsDeactivated() by Andrey Kulikov · 1 year, 5 months ago
- f76019c Cleanup baseline profile for tv compose libs by Aditya Arora · 1 year, 5 months ago
- 2b57fd7 Add baseline profile to tv-foundation library by Aditya Arora · 1 year, 6 months ago
- 642d65c Fix fast scrolling in reverse direction by Aditya Arora · 1 year, 7 months ago
- 7ded0b1 refactor: cleanup media3 stuff from androidx.tv by rvighnesh · 1 year, 7 months ago
- 6f2e0ab Reuse nested compositions in SubcomposeLayout by Andrei Shikov · 2 years, 3 months ago
- 8631b5b Fix ParentSizeElement equals in tv module by Andrei Shikov · 1 year, 7 months ago
- cf29f06 Merge "Sync the tv-foundation fork with compose-foundation" into androidx-main by Vineet Kumar · 1 year, 7 months ago
- f1dcd86 Sync the tv-foundation fork with compose-foundation by vinekumar · 1 year, 8 months ago
- 8e708bb API Review: Update docs for BringIntoViewScroller and rename it to BringIntoViewSpec. by Levi Albuquerque · 1 year, 7 months ago
- 71db692 Add overload of LazyLayout which accepts a lambda of LazyLayoutItemProvider by Andrey Kulikov · 1 year, 7 months ago
- db00c83 Add support for configuring privateImeOptions by Aditya Arora · 1 year, 9 months ago
- 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 8 months ago
- 619b37f Fix closing of javadoc/kdocs by Aurimas Liutikas · 1 year, 8 months ago
- 58961ce Add SemanticsNodeInteraction.requestFocus by Zach Klippenstein · 1 year, 8 months ago
- edde6e8 Baselines PrimitiveInLambda suppressions by Louis Pullen-Freilich · 1 year, 9 months ago
- f24ae42 Add a lint check to the UI Module by Ralston Da Silva · 1 year, 9 months ago
- 4922e70 Restore CL 2604885 by Vineet Kumar · 1 year, 9 months ago
- c14da27 Merge "Return oversized BIV if no BIV is within the viewport size" into androidx-main by Vineet Kumar · 1 year, 9 months ago
- 631621a Add lint rule for autoboxing lambdas by George Mount · 1 year, 10 months ago
- 0761422 Temporarily revert CL 2604885 by Vineet Kumar · 1 year, 9 months ago
- 5328c96 Return oversized BIV if no BIV is within the viewport size by Vineet Kumar · 1 year, 9 months ago
- 4dffa50 Merge "Update TV to use BringIntoViewScroller API" into androidx-main by Levi Albuquerque · 1 year, 9 months ago
- 337ab22 Do not rerun placement block of layout modifiers when parent moves children by Andrey Kulikov · 1 year, 10 months ago
- acaa0ec Update TV to use BringIntoViewScroller API by Levi Albuquerque · 1 year, 9 months ago
- d919d37 Ignore several flaky tests by Julia McClellan · 1 year, 10 months ago
- bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 10 months ago
- cf973d0 Specialize all mutableStateOf calls in AndroidX by Andrew Bailey · 1 year, 10 months ago
- d038eba Optimize LazyLayout item block skipping when key didn't change by Andrey Kulikov · 1 year, 10 months ago
- 75f48fd Rename primitive mutableStateOf functions by Andrew Bailey · 1 year, 11 months ago
- f506fea Merge "Prevent Scrolling using DPAD when `userScrollEnabled=false`" into androidx-main by Vineet Kumar · 1 year, 10 months ago
- dae535b Prevent Scrolling using DPAD when `userScrollEnabled=false` by vinekumar · 1 year, 11 months ago
- 66e8c2d Remove boxing state reads in Compose libraries by Andrew Bailey · 2 years, 2 months ago
- 86a7fcb Merge "Rebuild ContentInViewModifier if PivotOffset is updated" into androidx-main by Vineet Kumar · 1 year, 11 months ago
- 4e698f0 Fix crash in TvLazyList by Ralston Da Silva · 1 year, 11 months ago
- 8ecfcd6 Rebuild ContentInViewModifier if PivotOffset is updated by vinekumar · 1 year, 11 months ago
- fc8a7de refactor: PivotOffset change fraction runtime validation to compile-time validation by Vighnesh Raut · 1 year, 11 months ago
- 93e4737 Removes ModifierInspectorInfoDetector by Louis Pullen-Freilich · 2 years ago
- bf83b7c Merge "Update lazy layout key-index mapping to avoid recreating content" into androidx-main by Andrei Shikov · 2 years ago
- e0ac624 Update lazy layout key-index mapping to avoid recreating content by Andrei Shikov · 2 years ago
- bc4640e feat: change tv lazy scroll animation from AccelerateDecelerate to CubicEasing with 85ms delay by Vighnesh Raut · 2 years ago
- 1527232 Sync tv-foundation's version of ContentInViewModifier to Compose's version by Vineet Kumar · 2 years, 1 month ago
- 4967626 Merge "feat: add base media player container" into androidx-main by Vighnesh Raut · 2 years, 1 month ago
- 82f2bb4 feat: add base media player container by Vighnesh Raut · 2 years, 1 month ago
- a95ad69 Disable flaking LazyListPinnableContainerTest test by Aurimas Liutikas · 2 years, 1 month ago
- 15cfb72 Disable flaking LazyListTest test by Aurimas Liutikas · 2 years, 1 month ago
- c68b0e5 Merge "Fix flaky grid prefetch tests" into androidx-main by Treehugger Robot · 2 years, 1 month ago
- 69f17cd Fix flaky grid prefetch tests by Andrey Kulikov · 2 years, 1 month ago
- 70d9ffc Fix flaky lazy list tests by Andrey Kulikov · 2 years, 1 month ago
- ca05b85 Merge "Fix LazyColumnTest.removeItemsTest" into androidx-main by Treehugger Robot · 2 years, 1 month ago
- 02692ba Merge "Fix LazyScrollAccessibilityTests" into androidx-main by Treehugger Robot · 2 years, 1 month ago
- 357d834 Fix LazyColumnTest.removeItemsTest by Andrey Kulikov · 2 years, 1 month ago
- 811b32b Fix LazyScrollAccessibilityTests by Andrey Kulikov · 2 years, 1 month ago
- c4bfaf0 Add `mainAxisItemSpacing` property to Tv lazy layouts LayoutInfo by Andrey Kulikov · 2 years, 1 month ago
- d1ad237 Merge "Fix for scrolling in lazy layouts causing infinity loop" into androidx-main by Treehugger Robot · 2 years, 1 month ago
- f729445 Fix for scrolling in lazy layouts causing infinity loop by Andrey Kulikov · 2 years, 1 month ago
- 2931898 Add @Ignore to flaky tv test by Ivy Chen · 2 years, 2 months ago
- b219885 Rename PinnedHandle.unpin() and improve docs for PinnableContainer by Andrey Kulikov · 2 years, 2 months ago
- c99b317 Merge "Calculate `canScrollForward` in TvLazyGrid correctly" into androidx-main by Andrei Shikov · 2 years, 2 months ago
- 4934b61 Calculate `canScrollForward` in TvLazyGrid correctly by Andrei Shikov · 2 years, 2 months ago
- c33dc347 Marking PivotOffsets as @Immutable by Vineet Kumar · 2 years, 2 months ago
- 55c3cd9 Revert "Added a Modifier to query ancestors scroll info" by Mariano Martin · 2 years, 2 months ago
- 9627384 Fix crash in BeyondBoundsLayout by Ralston Da Silva · 2 years, 2 months ago
- e11b4fe Fix focus-search crash when TvLazyColumn contains empty TvLazyRow by vinekumar · 2 years, 2 months ago
- 2ef9497 Merge "Speed up lazy item placement animation tests" into androidx-main by Treehugger Robot · 2 years, 3 months ago
- 3b3f6e3 Speed up lazy item placement animation tests by Andrey Kulikov · 2 years, 3 months ago
- fa24a93 Merge "Add items pinning functionality to the lazy lists" into androidx-main by Andrey Kulikov · 2 years, 3 months ago
- 36abe17 Add items pinning functionality to the lazy lists by Andrey Kulikov · 2 years, 4 months ago
- ac06173 Define offsets in lazy animate item placement tests in floats by Andrey Kulikov · 2 years, 3 months ago
- cbc8cee Port LazyListItemPlacementAnimator improvements to grids by Andrey Kulikov · 2 years, 3 months ago
- d5af75f Update tv-foundation ContentInViewModifier. by Vineet Kumar · 2 years, 3 months ago
- c3d49b8 Merge "configure samples and refactor test-app for tv libraries" into androidx-main by Vineet Kumar · 2 years, 3 months ago
- 2a78f56 configure samples and refactor test-app for tv libraries by Vighnesh Raut · 2 years, 3 months ago
- 047e199 Merge "Revert "Reuse nodes across subcompose layout boundary"" into androidx-main by Andrei Shikov · 2 years, 3 months ago
- 224367d Revert "Reuse nodes across subcompose layout boundary" by Andrei Shikov · 2 years, 3 months ago
- 828bdbd LazyListItemPlacementAnimator improvements by Andrey Kulikov · 2 years, 4 months ago
- b7caf71 Merge "Reuse nodes across subcompose layout boundary" into androidx-main by Andrei Shikov · 2 years, 3 months ago
- 69c9a58 Reuse nodes across subcompose layout boundary by Andrei Shikov · 2 years, 5 months ago
- 57ca4a4 Disable failing test by Aurimas Liutikas · 2 years, 3 months ago
- 89e8aed Merge "Update Lazy Containers in TV folders" into androidx-main by Vineet Kumar · 2 years, 4 months ago
- 27a0898d Suppresses broken lazy grid tests by Louis Pullen-Freilich · 2 years, 4 months ago
- 3903aee Mark canScrollBackward test as @Ignore by Tiem Song · 2 years, 4 months ago
- a8191e3 Update Lazy Containers in TV folders by Vineet Kumar · 2 years, 4 months ago
- 4716753 Merge "Fix for composing unneeded next item in lazy layouts" into androidx-main by Treehugger Robot · 2 years, 4 months ago