[go: nahoru, domu]

  1. d6bacbc Merge "Deprecate resource loaders in favor of painterResource" into androidx-main by aelias · 3 years, 7 months ago
  2. 5def200 Merge "Changes Indication#createInstance to be @Composable" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  3. 132f9fa Changes Indication#createInstance to be @Composable by Louis Pullen-Freilich · 3 years, 7 months ago
  4. ae7ee85 Moves AlertDialog and DropdownMenu to be Android only for now by Louis Pullen-Freilich · 3 years, 7 months ago
  5. cad5eb8 Deprecate resource loaders in favor of painterResource by Alexandre Elias · 3 years, 7 months ago
  6. 90aac07 Merge "Removes `toggle` parameter from DropdownMenu" into androidx-main by Louis Pullen-Freilich · 3 years, 7 months ago
  7. 0206655 Merge "Rename Dp.toIntPx() to roundToPx()" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  8. dc48bf4 Removes `toggle` parameter from DropdownMenu by Louis Pullen-Freilich · 3 years, 7 months ago
  9. 217bf49 Rename Dp.toIntPx() to roundToPx() by Mihai Popa · 3 years, 7 months ago
  10. 3021361 IntBounds -> IntRect and improve API by Mihai Popa · 3 years, 7 months ago
  11. d67a2cb Add expand and collapse semantics actions by yingleiw · 3 years, 7 months ago
  12. c287d1b Deprecate drag-related input filters by Matvei Malkov · 3 years, 7 months ago
  13. d42e107 Migrates CompositionLocal usages away from the deprecated Ambient* named properties by Louis Pullen-Freilich · 3 years, 7 months ago
  14. db28653 Renames Ambients to match the Ambient to CompositionLocal rename by Louis Pullen-Freilich · 3 years, 7 months ago
  15. 26d558f Merge "Cleans up some contentColor related documentation, and adds missing modifier @param for app bars" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  16. 5aa9bd1 Merge changes from topic "tapToCancelSelection" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  17. ac341f0 Move Selection to Foundation by haoyu · 3 years, 7 months ago
  18. 66e0de1 Merge "Deprecate ComposableContract" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  19. b59bf8d Merge "Fix accessibility in material progress indicators" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  20. e0594ef Merge "Deprecate savedInstanceState()" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  21. cd5ecfd Merge "Adds more detailed documentation to contentColorFor and renames parameter to backgroundColor" into androidx-main by Louis Pullen-Freilich · 3 years, 7 months ago
  22. 1c8ebb1 Merge "Fix Surface documentation" into androidx-main by Andrey Kulikov · 3 years, 7 months ago
  23. 9390271 Deprecate savedInstanceState() by Andrey Kulikov · 3 years, 7 months ago
  24. 7f0aeab Fix accessibility in material progress indicators by Anastasia Soboleva · 3 years, 7 months ago
  25. 5195e3c Deprecate ComposableContract by Leland Richardson · 3 years, 7 months ago
  26. 18f7455 Avoid reallocating capture-less composable lambdas, deprecate emptyContent and orEmpty helpers by Leland Richardson · 3 years, 7 months ago
  27. e22aa35 Fix Surface documentation by Andrey Kulikov · 3 years, 7 months ago
  28. 746c917 Merge "Changes Tab and BottomNavigationItem to use nullable parameters instead of parameters defaulting to emptyContent()" into androidx-main by Louis Pullen-Freilich · 3 years, 7 months ago
  29. cfa4a35 Rename rememberSavedInstanceState() to rememberSaveable() by Andrey Kulikov · 3 years, 7 months ago
  30. 7ff9978 Move Saver/listSaver/mapSaver/autoSaver() into a new package by Andrey Kulikov · 3 years, 7 months ago
  31. 8cb5608 Merge "Mark OutlinedTextFieldScreenshotTest and TextFieldScreenshotTest as flaky" into androidx-main by Andrey Kulikov · 3 years, 7 months ago
  32. a89adc5 Mark OutlinedTextFieldScreenshotTest and TextFieldScreenshotTest as flaky by Andrey Kulikov · 3 years, 7 months ago
  33. 2ddd6f5 Merge "Make RounderCornerShape/CutCornerShape layout direction aware" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  34. bf2a793 Merge "Deprecates TabDefaults and replaces it with TabRowDefaults" into androidx-main by Louis Pullen-Freilich · 3 years, 7 months ago
  35. eca4bfc Merge "Add PaneTitle Semantics API and apply it to drawer" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  36. dd1e77d Make RounderCornerShape/CutCornerShape layout direction aware by Andrey Kulikov · 3 years, 7 months ago
  37. 15e0358 Changes Tab and BottomNavigationItem to use nullable parameters instead of parameters defaulting to emptyContent() by Louis Pullen-Freilich · 3 years, 7 months ago
  38. c1c2fe7 Cleans up some contentColor related documentation, and adds missing modifier @param for app bars by Louis Pullen-Freilich · 3 years, 7 months ago
  39. c7c8096 Adds more detailed documentation to contentColorFor and renames parameter to backgroundColor by Louis Pullen-Freilich · 3 years, 7 months ago
  40. 38f17bb Deprecates TabDefaults and replaces it with TabRowDefaults by Louis Pullen-Freilich · 3 years, 7 months ago
  41. 782fd20 Remove deprecated transition v1 by Doris Liu · 3 years, 7 months ago
  42. af3dbcd Merge "Add ColorMatrix and corresponding ColorFilter" into androidx-main by Nader Jawad · 3 years, 7 months ago
  43. 4542809 Add ColorMatrix and corresponding ColorFilter by Nader Jawad · 3 years, 7 months ago
  44. 2fe50f0 Merge "Deprecate AnimatedValue/Float" into androidx-main by Doris Liu · 3 years, 7 months ago
  45. c98a129 Fix text fields screenshot tests by Anastasia Soboleva · 3 years, 7 months ago
  46. 082882b Deprecate AnimatedValue/Float by Doris Liu · 3 years, 7 months ago
  47. 96e8156 Add PaneTitle Semantics API and apply it to drawer by yingleiw · 3 years, 7 months ago
  48. 9414012 Merge "Adds enabled parameters to Tab and BottomNavigationItem" into androidx-main by Louis Pullen-Freilich · 3 years, 7 months ago
  49. 32acadd Adds enabled parameters to Tab and BottomNavigationItem by Louis Pullen-Freilich · 3 years, 7 months ago
  50. 0ad5f54 Deprecate tap/press based gesture filters. by Matvei Malkov · 3 years, 7 months ago
  51. 8edd1ba Merge "Add layoutDirection param to Shape's createOutline" into androidx-main by Andrey Kulikov · 3 years, 7 months ago
  52. 884731f Merge "Add semantics role to image and icon" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  53. 90956a0 Merge "Deprecate onCommit, onDispose, onActive" into androidx-main by Leland Richardson · 3 years, 7 months ago
  54. af68d41 Merge "Add clearAndSetSemantics behavior on same layout node" into androidx-main by aelias · 3 years, 7 months ago
  55. 66b9205c Deprecate onCommit, onDispose, onActive by Leland Richardson · 3 years, 7 months ago
  56. 08c4ba3 Merge "Deprecate non-suspend scrollBy and scrollTo" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  57. 42026a4 Merge "Deprecate Transition v1" into androidx-main by Doris Liu · 3 years, 7 months ago
  58. 5c35a28 Merge "Support initial State" into androidx-main by Doris Liu · 3 years, 7 months ago
  59. eb4ba29 Add layoutDirection param to Shape's createOutline by Andrey Kulikov · 3 years, 7 months ago
  60. c4567ed Deprecate Transition v1 by Doris Liu · 3 years, 7 months ago
  61. 2116b4a Merge "Rework WithConstraints as BoxWithConstraints" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  62. ec2c14d Add semantics role to image and icon by Anastasia Soboleva · 3 years, 7 months ago
  63. 41a265d Support initial State by Doris Liu · 3 years, 7 months ago
  64. 4a7bdad Rework WithConstraints as BoxWithConstraints by Mihai Popa · 3 years, 7 months ago
  65. 50f38a4 Merge "Use ComposeTestRule without launching Activity" into androidx-main by Jelle Fresen · 3 years, 7 months ago
  66. 5962c3d Merge "Promotes some Material APIs out of @Experimental" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  67. 82afa43 Merge "Deprecate non-suspend smoothScrollBy" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  68. e91f204 Promotes some Material APIs out of @Experimental by Louis Pullen-Freilich · 3 years, 7 months ago
  69. f5776cd Merge "Explicitly uses rememberRipple() in Button and FloatingActionButton" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  70. 4ac8498 Deprecate non-suspend scrollBy and scrollTo by Ryan Mentley · 3 years, 7 months ago
  71. bc9c8bb Deprecate non-suspend smoothScrollBy by Ryan Mentley · 3 years, 9 months ago
  72. ce81b84 Use ComposeTestRule without launching Activity by Jelle Fresen · 3 years, 7 months ago
  73. d678023 Add clearAndSetSemantics behavior on same layout node by Alexandre Elias · 3 years, 7 months ago
  74. c918a7e Explicitly uses rememberRipple() in Button and FloatingActionButton by Louis Pullen-Freilich · 3 years, 7 months ago
  75. 1ad57c4 Rename animateAsState (yet again) by Doris Liu · 3 years, 7 months ago
  76. 5af93df Merge "Add contentDescription parameter to Image and Icon" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  77. 0b81d82 Merge "Changes Material stateful parameter interfaces to have @Composable functions that return State<T>" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  78. 0b8299e Add contentDescription parameter to Image and Icon by Anastasia Soboleva · 3 years, 7 months ago
  79. ccd5081 Changes Material stateful parameter interfaces to have @Composable functions that return State<T> by Louis Pullen-Freilich · 3 years, 7 months ago
  80. 05551c0 Merge "Promote Snackbar related APIs to public from Experimental" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  81. fcca472 Merge changes I16996083,I7837308a into androidx-main by Anastasia Soboleva · 3 years, 7 months ago
  82. 81a66b0 Merge "Deprecate displaySize on test rule." into androidx-main by Filip Pavlis · 3 years, 7 months ago
  83. e0c52d3 Add decorationBox to the CoreTextField by Anastasia Soboleva · 3 years, 8 months ago
  84. cded435 Make minimum width and height in text fields overridable by Anastasia Soboleva · 3 years, 7 months ago
  85. 5ae5a49a Merge "Move draggable to suspend input" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  86. a543757 Move draggable to suspend input by Matvei Malkov · 3 years, 8 months ago
  87. f7724ea Deprecate displaySize on test rule. by Filip Pavlis · 3 years, 7 months ago
  88. aeb6ebb Merge "Add meaningful message when SwipeableState is not attached to the component." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  89. 2fa39e7 Promote Snackbar related APIs to public from Experimental by Matvei Malkov · 3 years, 7 months ago
  90. 87ccfac Merge "Use Box in Surface" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  91. 37f9f3f Merge "Deprecate invalidate, compositionReference. Introduce currentRecomposeScope, rememberCompositionReference" into androidx-main by Leland Richardson · 3 years, 7 months ago
  92. c931ec8 Add meaningful message when SwipeableState is not attached to the component. by Matvei Malkov · 3 years, 7 months ago
  93. e3a2f68 Use Box in Surface by Mihai Popa · 3 years, 8 months ago
  94. f9d7f2e Merge "Fix drawer closing on click and blocking the rest of the ui." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  95. ca567c9 Merge "Changes PopupPositionProvider to use window-relative coordinates" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  96. ecd05c4 Fix drawer closing on click and blocking the rest of the ui. by Matvei Malkov · 3 years, 7 months ago
  97. 029c8a1 Merge "Remove use of Uptime and Duration from pointer input" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  98. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 7 months ago
  99. c38a647 Merge "Remove `AnimatedFloat` usage from public API" into androidx-main by Doris Liu · 3 years, 7 months ago
  100. d1c5b8ba Deprecate invalidate, compositionReference. Introduce currentRecomposeScope, rememberCompositionReference by Leland Richardson · 3 years, 7 months ago