[go: nahoru, domu]

  1. 489fa27 Remembers ColorFilter in Icons if the tint color hasn't changed by Louis Pullen-Freilich · 11 months ago
  2. 964f81c Merge "Update text field samples in tv playground app" into androidx-main by Aditya Arora · 11 months ago
  3. f0bd692 Update text field samples in tv playground app by Aditya Arora · 11 months ago
  4. 825f9f2 chore: add missing long-click tests for the Tv Material Chip components by rvighnesh · 11 months ago
  5. 2018357 Merge "feat: rename NavigationDrawerScope.doesNavigationDrawerHaveFocus to NavigationDrawerScope.hasFocus to be consistent with TabRowScope.hasFocus" into androidx-main by Vighnesh Raut · 11 months ago
  6. 78d1d02 Add lint rule for primitive collections by George Mount · 12 months ago
  7. 8b00b38 Merge "Removing background padding in Modal Navigation Drawer" into androidx-main by Vineet Kumar · 11 months ago
  8. 69965b2 Removing background padding in Modal Navigation Drawer by Vineet Kumar · 11 months ago
  9. 3ffa5e0 Merge "Remove broken tv macrobenchmark project" into androidx-main by Treehugger Robot · 11 months ago
  10. eff1ed7 Remove broken tv macrobenchmark project by Chris Craik · 11 months ago
  11. 5969075 Merge "Fix fast scrolling in reverse direction" into androidx-main by Aditya Arora · 11 months ago
  12. 642d65c Fix fast scrolling in reverse direction by Aditya Arora · 12 months ago
  13. 74f5fba Merge "feat: disable glow indication for API_LEVEL below 28" into androidx-main by Vighnesh Raut · 11 months ago
  14. e32f401 Merge "Fix Carousel looping around when moving focus to adjacent focusable items" into androidx-main by Aditya Arora · 11 months ago
  15. 6d3616f feat: disable glow indication for API_LEVEL below 28 by rvighnesh · 12 months ago
  16. 7b2a7a4 Fix Carousel looping around when moving focus to adjacent focusable items by Aditya Arora · 12 months ago
  17. d4bbefb Draw Scrim above background content by Vineet Kumar · 12 months ago
  18. 83f16c5 feat: rename NavigationDrawerScope.doesNavigationDrawerHaveFocus to NavigationDrawerScope.hasFocus to be consistent with TabRowScope.hasFocus by rvighnesh · 12 months ago
  19. 7d44fa8 feat: rename TabRowScope.isActivated to TabRowScope.hasFocus and change corresponding usages to doesTabRowHaveFocus by rvighnesh · 12 months ago
  20. b2de07e chore: add samples, update kdoc, update playground app by rvighnesh · 12 months ago
  21. cdd815b feat: add NavigationDrawerItem to be used within NavigationDrawer and ModalNavigationDrawer by rvighnesh · 12 months ago
  22. de48db3 Updating TV Compose onboarding doc. by Vineet Kumar · 12 months ago
  23. 76a2bf8 Add baseline profile to playground app & instructions to sideload by Aditya Arora · 12 months ago
  24. 2ec1e90 refactor: cleanup deprecated icons by rvighnesh · 12 months ago
  25. be0675e feat: introduce NavigationDrawerItemDefaults by rvighnesh · 12 months ago
  26. bf1e93c Merge changes I13204f11,I3fc089bb into androidx-main by Louis Pullen-Freilich · 12 months ago
  27. 1ffdbfc Removes baselined ListIterator issues by Louis Pullen-Freilich · 12 months ago
  28. c073537 Merge changes from topic "icons-automirror-5" into androidx-main by Shalom Gibly · 12 months ago
  29. 48e6887 feat: introduce NavigationDrawerItemStyles and NavigationDrawerScope by rvighnesh · 12 months ago
  30. e38de6c Suppress deprecated icons usage in the TV libs by Shalom Gibly · 1 year, 1 month ago
  31. e22690f Enables ListIterator for all Compose libraries by Louis Pullen-Freilich · 1 year ago
  32. 7ded0b1 refactor: cleanup media3 stuff from androidx.tv by rvighnesh · 1 year ago
  33. f97e5d1 Add rememberCarouselState by Tomáš Mlynarič · 1 year ago
  34. 6e128e3 Merge changes Ib7f318c4,Ibf856f59,I812d1fa3 into androidx-main by Andrei Shikov · 1 year ago
  35. 6f2e0ab Reuse nested compositions in SubcomposeLayout by Andrei Shikov · 1 year, 8 months ago
  36. 99fafcd feat: introduce androidx.navigation in integration-tests/playground by Vighnesh Raut · 1 year ago
  37. 4738db5 Merge "Reland upgrade to AGP 8.2.0-alpha15" into androidx-main by Aurimas Liutikas · 1 year ago
  38. 02e5c92 Reland upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 1 year ago
  39. 8631b5b Fix ParentSizeElement equals in tv module by Andrei Shikov · 1 year ago
  40. 151bc84 Merge "Promote Modifier.focusGroup to stable APIs" into androidx-main by Matvei Malkov · 1 year ago
  41. cf29f06 Merge "Sync the tv-foundation fork with compose-foundation" into androidx-main by Vineet Kumar · 1 year ago
  42. 5fd7808 Promote Modifier.focusGroup to stable APIs by malkov · 1 year, 1 month ago
  43. f1dcd86 Sync the tv-foundation fork with compose-foundation by vinekumar · 1 year, 1 month ago
  44. 8e708bb API Review: Update docs for BringIntoViewScroller and rename it to BringIntoViewSpec. by Levi Albuquerque · 1 year, 1 month ago
  45. 39635ab Merge "Add overload of LazyLayout which accepts a lambda of LazyLayoutItemProvider" into androidx-main by Andrey Kulikov · 1 year, 1 month ago
  46. 71db692 Add overload of LazyLayout which accepts a lambda of LazyLayoutItemProvider by Andrey Kulikov · 1 year, 1 month ago
  47. 3a9dab5 Merge "Support gradients for Scrim in Modal NavDrawer" into androidx-main by Vineet Kumar · 1 year, 1 month ago
  48. 7c9d861 Merge "Add support for configuring privateImeOptions" into androidx-main by Aditya Arora · 1 year, 1 month ago
  49. a98cfc1 Support gradients for Scrim in Modal NavDrawer by Vineet Kumar · 1 year, 1 month ago
  50. b5a2ea2 Address ListItem API review feeback by Aditya Arora · 1 year, 1 month ago
  51. ef4bcf43 change acceptableKeys from hashedSet to array to improve perf. choosing array over if-else to retain maintainability by Vighnesh Raut · 1 year, 1 month ago
  52. db00c83 Add support for configuring privateImeOptions by Aditya Arora · 1 year, 3 months ago
  53. 001b3ed Merge "Mark public tv-material APIs as Experimental" into androidx-main by Aditya Arora · 1 year, 1 month ago
  54. ece2d13 feat: move Tab in TabRowScope to share some state from TabRow composable and rename TabColors properties by Vighnesh Raut · 1 year, 1 month ago
  55. da78bfe Add DenseListItem component in TV Material by Aditya Arora · 1 year, 2 months ago
  56. 5811ae9 Mark public tv-material APIs as Experimental by Aditya Arora · 1 year, 1 month ago
  57. 9858717 feat: surface border's shape will now default to element's shape by Vighnesh Raut · 1 year, 2 months ago
  58. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 2 months ago
  59. 619b37f Fix closing of javadoc/kdocs by Aurimas Liutikas · 1 year, 2 months ago
  60. 513502c Update Metalava to tip-of-tree, add Clikt dependency by Alan Viverette · 1 year, 2 months ago
  61. be05cb8 Merge "Compose: Deprecate named arguments to composable lambdas" into androidx-main by Andrei Shikov · 1 year, 2 months ago
  62. 7b3cd84 Fix detecting value classes in lint rule by George Mount · 1 year, 3 months ago
  63. a6b7900 Compose: Deprecate named arguments to composable lambdas by Steven Schäfer · 1 year, 5 months ago
  64. 58961ce Add SemanticsNodeInteraction.requestFocus by Zach Klippenstein · 1 year, 2 months ago
  65. a9d57d7 Merge "feat: use colors from theme in TabRow and add screenshot tests" into androidx-main by Vighnesh Raut · 1 year, 2 months ago
  66. dad64da docs: add onboarding.md file by Vighnesh Raut · 1 year, 2 months ago
  67. 6528c03 Merge "fix: TV Material Surface: Border doesn't change as expected on different states (focused, pressed, selected)" into androidx-main by Vighnesh Raut · 1 year, 2 months ago
  68. edde6e8 Baselines PrimitiveInLambda suppressions by Louis Pullen-Freilich · 1 year, 2 months ago
  69. dd238336 fix: TV Material Surface: Border doesn't change as expected on different states (focused, pressed, selected) by Vighnesh Raut · 1 year, 2 months ago
  70. a1d1468 feat: use colors from theme in TabRow and add screenshot tests by Vighnesh Raut · 1 year, 2 months ago
  71. 409d921 refactor: replace FocusGroup with focusRestorer by Vighnesh Raut · 1 year, 3 months ago
  72. dea0af3 feat: introduce ClickableChipScale.None and SelectableChipScale.None by Vighnesh Raut · 1 year, 3 months ago
  73. 1132e6c Merge "feat: introduce Chip components for Compose for TV material" into androidx-main by Vighnesh Raut · 1 year, 3 months ago
  74. f24ae42 Add a lint check to the UI Module by Ralston Da Silva · 1 year, 3 months ago
  75. 945aad0 Merge "Restore CL 2604885" into androidx-main by Vineet Kumar · 1 year, 3 months ago
  76. 5b27309 feat: introduce Chip components for Compose for TV material by Vighnesh Raut · 1 year, 3 months ago
  77. 311df09a Merge "Introduce ListItem composable in TV Material" into androidx-main by Aditya Arora · 1 year, 3 months ago
  78. 4922e70 Restore CL 2604885 by Vineet Kumar · 1 year, 3 months ago
  79. c14da27 Merge "Return oversized BIV if no BIV is within the viewport size" into androidx-main by Vineet Kumar · 1 year, 3 months ago
  80. 7a643e0 Introduce ListItem composable in TV Material by Aditya Arora · 1 year, 3 months ago
  81. 74eb497 Merge "Add base projects for tv compose macrobenchmark test and target" into androidx-main by Aditya Arora · 1 year, 3 months ago
  82. c5f3252 Add base projects for tv compose macrobenchmark test and target by Aditya Arora · 1 year, 3 months ago
  83. 631621a Add lint rule for autoboxing lambdas by George Mount · 1 year, 3 months ago
  84. 0761422 Temporarily revert CL 2604885 by Vineet Kumar · 1 year, 3 months ago
  85. 1e2f5eb Point tv-material to earlier tv-foundation release by Vineet Kumar · 1 year, 3 months ago
  86. 5328c96 Return oversized BIV if no BIV is within the viewport size by Vineet Kumar · 1 year, 3 months ago
  87. 52e45b43 Merge "Surface should release press interaction on losing focus" into androidx-main by Aditya Arora · 1 year, 3 months ago
  88. 09c6287 Surface should release press interaction on losing focus by Aditya Arora · 1 year, 3 months ago
  89. 4dffa50 Merge "Update TV to use BringIntoViewScroller API" into androidx-main by Levi Albuquerque · 1 year, 3 months ago
  90. 1234229 feat: add an early exit in AutoScrollSideEffect if autoScrollDuration is MAX_VALUE by Vighnesh Raut · 1 year, 3 months ago
  91. 337ab22 Do not rerun placement block of layout modifiers when parent moves children by Andrey Kulikov · 1 year, 3 months ago
  92. 535d5955 Merge "Add companion objects for disabling scale indication in TV components" into androidx-main by Aditya Arora · 1 year, 3 months ago
  93. acaa0ec Update TV to use BringIntoViewScroller API by Levi Albuquerque · 1 year, 3 months ago
  94. 67da8ca Merge "Add onLongClick support for TV Material Surface" into androidx-main by Aditya Arora · 1 year, 3 months ago
  95. ddb87ec Add companion objects for disabling scale indication in TV components by Aditya Arora · 1 year, 3 months ago
  96. aebd70b feat: set DefaultIncludeFontPadding to false in DefaultTextStyle by Vighnesh Raut · 1 year, 3 months ago
  97. 897481a Merge "Button in Carousel should gain focus as soon as it is visible." into androidx-main by Vighnesh Raut · 1 year, 3 months ago
  98. a2a93bc Button in Carousel should gain focus as soon as it is visible. by vinekumar · 1 year, 3 months ago
  99. 01aefa1 Merge "Ignore several flaky tests" into androidx-main by Julia McClellan · 1 year, 3 months ago
  100. d919d37 Ignore several flaky tests by Julia McClellan · 1 year, 3 months ago