[go: nahoru, domu]

  1. 9a2619b Rework Modifier.scrollable to simplify the API and migrate to suspend motion. by Matvei Malkov · 3 years, 7 months ago
  2. 7899f7f Refine draggable API to allow for suspend motion intergration. by Matvei Malkov · 3 years, 7 months ago
  3. e3b9cd3 Merge "Move zoomable, Slider, SnackbarHost to suspend animation" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  4. cf86592 Merge changes I383420ba,I8a074549 into androidx-main by Doris Liu · 3 years, 7 months ago
  5. 42c913a Move zoomable, Slider, SnackbarHost to suspend animation by Doris Liu · 3 years, 7 months ago
  6. ff9e121 Remove MockAnimationClock by Jelle Fresen · 3 years, 7 months ago
  7. 5534f4a Deletes deprecated Material, Foundation, and Ambient* related APIs by Louis Pullen-Freilich · 3 years, 7 months ago
  8. 2a7b112 Merge "Make BasicTextField to accept Brush instead of Color for cursor" into androidx-main by Matvei Malkov · 3 years, 7 months ago
  9. c4effbb Merge "Make hasText() check both SemanticsProperties.Text and SemanticsProperties.EditableText" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  10. 533e0132 Merge "Renamed ImagePainter to BitmapPainter" into androidx-main by Nader Jawad · 3 years, 7 months ago
  11. 9ba211b Make BasicTextField to accept Brush instead of Color for cursor by Matvei Malkov · 3 years, 7 months ago
  12. 0bc04b6 Make hasText() check both SemanticsProperties.Text and SemanticsProperties.EditableText by Anastasia Soboleva · 3 years, 7 months ago
  13. 82a05d2 Renamed ImagePainter to BitmapPainter by Nader Jawad · 3 years, 7 months ago
  14. b358c33 Merge "Cancel infinite animations in tests" into androidx-main by Jelle Fresen · 3 years, 7 months ago
  15. 14a5337 Merge "Remove substring filter and utilize argument." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  16. c588934 Remove substring filter and utilize argument. by Filip Pavlis · 3 years, 7 months ago
  17. ae92240 Cancel infinite animations in tests by Jelle Fresen · 3 years, 7 months ago
  18. fd66a05 Merge "Add custom keys support for LazyColumn/LazyRow" into androidx-main by Andrey Kulikov · 3 years, 7 months ago
  19. f7ca58f Move ComponentActivity.setContent by Adam Powell · 3 years, 7 months ago
  20. 0a0e6f8 Add keyboard actions to CoreTextField by Ralston Da Silva · 3 years, 7 months ago
  21. d6bacbc Merge "Deprecate resource loaders in favor of painterResource" into androidx-main by aelias · 3 years, 7 months ago
  22. 5def200 Merge "Changes Indication#createInstance to be @Composable" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  23. aafeb1b Add custom keys support for LazyColumn/LazyRow by Andrey Kulikov · 3 years, 7 months ago
  24. 7251f24 Merge "Constraints API and docs improvements" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  25. 132f9fa Changes Indication#createInstance to be @Composable by Louis Pullen-Freilich · 3 years, 7 months ago
  26. 55e817d Constraints API and docs improvements by Mihai Popa · 3 years, 7 months ago
  27. cad5eb8 Deprecate resource loaders in favor of painterResource by Alexandre Elias · 3 years, 7 months ago
  28. fc69309 Add EditableText to support label/hint in material text field by Anastasia Soboleva · 3 years, 7 months ago
  29. 4279bbc Merge "Extract double and long click functionality into the separate exterimental combinedClickable." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  30. b43558f Extract double and long click functionality into the separate exterimental combinedClickable. by Matvei Malkov · 3 years, 7 months ago
  31. 217bf49 Rename Dp.toIntPx() to roundToPx() by Mihai Popa · 3 years, 7 months ago
  32. d42e107 Migrates CompositionLocal usages away from the deprecated Ambient* named properties by Louis Pullen-Freilich · 3 years, 7 months ago
  33. db28653 Renames Ambients to match the Ambient to CompositionLocal rename by Louis Pullen-Freilich · 3 years, 7 months ago
  34. 5aa9bd1 Merge changes from topic "tapToCancelSelection" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  35. c40d0275 Tap anywhere to cancel selection by haoyu · 3 years, 7 months ago
  36. ac341f0 Move Selection to Foundation by haoyu · 3 years, 7 months ago
  37. b59bf8d Merge "Fix accessibility in material progress indicators" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  38. 2d24572 Merge "Mark password text field for accessibility" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  39. 9390271 Deprecate savedInstanceState() by Andrey Kulikov · 3 years, 7 months ago
  40. b9cac89 Mark password text field for accessibility by Anastasia Soboleva · 3 years, 7 months ago
  41. 7f0aeab Fix accessibility in material progress indicators by Anastasia Soboleva · 3 years, 7 months ago
  42. cfa4a35 Rename rememberSavedInstanceState() to rememberSaveable() by Andrey Kulikov · 3 years, 7 months ago
  43. 2ddd6f5 Merge "Make RounderCornerShape/CutCornerShape layout direction aware" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  44. dd1e77d Make RounderCornerShape/CutCornerShape layout direction aware by Andrey Kulikov · 3 years, 7 months ago
  45. 9234901 Migrate Scrollable to suspend input. by Matvei Malkov · 3 years, 7 months ago
  46. 0f67d2f Merge "Fixed IllegalStateException on Painter" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  47. 6b3023a Fix crash when text field switches from disabled to enabled by Anastasia Soboleva · 3 years, 7 months ago
  48. ecc8bef Fixed IllegalStateException on Painter by Nader Jawad · 3 years, 7 months ago
  49. 8edd1ba Merge "Add layoutDirection param to Shape's createOutline" into androidx-main by Andrey Kulikov · 3 years, 7 months ago
  50. 884731f Merge "Add semantics role to image and icon" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  51. 90956a0 Merge "Deprecate onCommit, onDispose, onActive" into androidx-main by Leland Richardson · 3 years, 7 months ago
  52. 66b9205c Deprecate onCommit, onDispose, onActive by Leland Richardson · 3 years, 8 months ago
  53. a843e33 Merge "Factory functions for Font/FontFamily/Typeface" into androidx-main by Siyamed Sinir · 3 years, 7 months ago
  54. 08c4ba3 Merge "Deprecate non-suspend scrollBy and scrollTo" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  55. eb4ba29 Add layoutDirection param to Shape's createOutline by Andrey Kulikov · 3 years, 7 months ago
  56. ec2c14d Add semantics role to image and icon by Anastasia Soboleva · 3 years, 7 months ago
  57. 50f38a4 Merge "Use ComposeTestRule without launching Activity" into androidx-main by Jelle Fresen · 3 years, 7 months ago
  58. 2baa99a9 Factory functions for Font/FontFamily/Typeface by Siyamed Sinir · 3 years, 7 months ago
  59. 4ac8498 Deprecate non-suspend scrollBy and scrollTo by Ryan Mentley · 3 years, 7 months ago
  60. bc9c8bb Deprecate non-suspend smoothScrollBy by Ryan Mentley · 3 years, 9 months ago
  61. ce81b84 Use ComposeTestRule without launching Activity by Jelle Fresen · 3 years, 7 months ago
  62. 0b8299e Add contentDescription parameter to Image and Icon by Anastasia Soboleva · 3 years, 8 months ago
  63. e0c52d3 Add decorationBox to the CoreTextField by Anastasia Soboleva · 3 years, 8 months ago
  64. 5ae5a49a Merge "Move draggable to suspend input" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  65. a543757 Move draggable to suspend input by Matvei Malkov · 3 years, 9 months ago
  66. caf7aae Merge "Density scope for Arrangements" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  67. 77e54422 Merge "Relax the condition of Selectable update" into androidx-main by Siyamed Sinir · 3 years, 7 months ago
  68. a010b9c Relax the condition of Selectable update by haoyu · 3 years, 7 months ago
  69. a1a08e1 Density scope for Arrangements by Mihai Popa · 3 years, 7 months ago
  70. 9c1661f Merge "AnnotatedString extends kotlin.CharSequence" into androidx-main by Siyamed Sinir · 3 years, 7 months ago
  71. 7fd5ad2 AnnotatedString extends kotlin.CharSequence by Siyamed Sinir · 3 years, 7 months ago
  72. 8c41a23 Remove use of Uptime and Duration from pointer input by George Mount · 3 years, 8 months ago
  73. ff13d17 Merge "Migrate legacy synchronization usage." into androidx-main by Filip Pavlis · 3 years, 7 months ago
  74. 1b94b94 Merge "Fix flaky test" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  75. d07b852 Fix flaky test by Matvei Malkov · 3 years, 7 months ago
  76. f82ff94 Rework tap-based foundation modifiers by Matvei Malkov · 3 years, 9 months ago
  77. 3a2baa1 Migrate legacy synchronization usage. by Filip Pavlis · 3 years, 8 months ago
  78. 05c18b2 Deprecate ScrollableColumn/Row by Andrey Kulikov · 3 years, 8 months ago
  79. bb05cd7 Add items(count: Int) overload for LazyColumn/LazyRow/LazyVerticalGrid by Andrey Kulikov · 3 years, 9 months ago
  80. 3ac4b80 Move frame clock test methods to test-utils by Jelle Fresen · 3 years, 8 months ago
  81. 2555ad8 Merge "Mark FocusRequester.createRefs() as experimental API" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  82. 1cd8bb9 ImeAction API Review by Siyamed Sinir · 3 years, 8 months ago
  83. d2d8e73 Merge "SemanticsProperties API renames and comments" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  84. 576510c Mark FocusRequester.createRefs() as experimental API by Ralston Da Silva · 3 years, 8 months ago
  85. c51fcd1 SemanticsProperties API renames and comments by Alexandre Elias · 3 years, 8 months ago
  86. bbb8666 Merge "Leverage TestCoroutineDispatcher in testing" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  87. ada0858 Merge "TextInputService API Review" into androidx-main by Siyamed Sinir · 3 years, 8 months ago
  88. e9a8670 Leverage TestCoroutineDispatcher in testing by Filip Pavlis · 3 years, 9 months ago
  89. 3cfb517 Merge "Fix: Selection and TextFieldSelection is instable when dragged upwards or downards" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  90. 7311246 Merge "Rename FocusReference to FocusRequester" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  91. be578c3 Merge "Fixes experimental API violations" into androidx-main by Louis Pullen-Freilich · 3 years, 8 months ago
  92. 71a5eaf Rename FocusReference to FocusRequester by Ralston Da Silva · 3 years, 8 months ago
  93. b40ab8e Animatable is the new AnimatedValue by Jelle Fresen · 4 years ago
  94. 082eae3 TextInputService API Review by Siyamed Sinir · 3 years, 8 months ago
  95. a7a1486 Fixes experimental API violations by Louis Pullen-Freilich · 3 years, 8 months ago
  96. f0eea1b Merge "VisualTransformation API review" into androidx-main by Siyamed Sinir · 3 years, 8 months ago
  97. 6de7fb2 Merge "EditOperations API Changes" into androidx-main by Siyamed Sinir · 3 years, 8 months ago
  98. 642df0e VisualTransformation API review by Siyamed Sinir · 3 years, 8 months ago
  99. 70aed73 Fix: Selection and TextFieldSelection is instable when dragged upwards or downards by haoyu · 3 years, 8 months ago
  100. 3aaa30b9 EditOperations API Changes by Siyamed Sinir · 3 years, 8 months ago