[go: nahoru, domu]

  1. 9b4d6de Add SemanticsMatchers for w/h/l/t/r/b by Jelle Fresen · 3 years, 6 months ago
  2. c58cb38 Make dp assertions internal. by Filip Pavlis · 3 years, 6 months ago
  3. 4958475 MeasureBlocks -> MeasurePolicy; update Layout APIs by Mihai Popa · 3 years, 7 months ago
  4. 9ae020d Merge "Avoid assert for root missing if not needed" into androidx-main by Filip Pavlis · 3 years, 6 months ago
  5. a3361b3 Merge "Use Int as a scroll position in Modifier.verticalScroll()/horizontalScroll()" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  6. 361d6f7 Merge "Auto-detect focus for text actions." into androidx-main by Treehugger Robot · 3 years, 6 months ago
  7. 18a014a Avoid assert for root missing if not needed by Filip Pavlis · 3 years, 6 months ago
  8. a038234 Auto-detect focus for text actions. by Filip Pavlis · 3 years, 6 months ago
  9. 78fca42 Use Int as a scroll position in Modifier.verticalScroll()/horizontalScroll() by Andrey Kulikov · 3 years, 6 months ago
  10. a414d08 Make FlingBehavior to be a suspend based function as opposed to animation oriented concept. by Matvei Malkov · 3 years, 7 months ago
  11. 5f80de6 size -> requiredSize, preferredSize -> size by Mihai Popa · 3 years, 7 months ago
  12. 693e3cc Delete all unnecessary ui.gesture API expect 4 gesture filters. Also move some API to where it belongs. by Matvei Malkov · 3 years, 7 months ago
  13. 0f99bf1 Various API refinements for Compose Runtime by Leland Richardson · 3 years, 7 months ago
  14. 9a2619b Rework Modifier.scrollable to simplify the API and migrate to suspend motion. by Matvei Malkov · 3 years, 7 months ago
  15. cf86592 Merge changes I383420ba,I8a074549 into androidx-main by Doris Liu · 3 years, 7 months ago
  16. ff9e121 Remove MockAnimationClock by Jelle Fresen · 3 years, 7 months ago
  17. b138afb Merge "Add API to set the same KeyboardAction lambda for all ImeActions" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  18. 6a5b455 Merge "Add key params to Modifier.pointerInput" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  19. c4effbb Merge "Make hasText() check both SemanticsProperties.Text and SemanticsProperties.EditableText" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  20. a3f9fc2 Add key params to Modifier.pointerInput by Adam Powell · 3 years, 7 months ago
  21. 4b76bcb Add API to set the same KeyboardAction lambda for all ImeActions by Ralston Da Silva · 3 years, 7 months ago
  22. 0bc04b6 Make hasText() check both SemanticsProperties.Text and SemanticsProperties.EditableText by Anastasia Soboleva · 3 years, 7 months ago
  23. 82855d6 Deprecate onImeActionPerformed and replace it with KeyboardActions by Ralston Da Silva · 3 years, 7 months ago
  24. b358c33 Merge "Cancel infinite animations in tests" into androidx-main by Jelle Fresen · 3 years, 7 months ago
  25. 14a5337 Merge "Remove substring filter and utilize argument." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  26. c588934 Remove substring filter and utilize argument. by Filip Pavlis · 3 years, 7 months ago
  27. ae92240 Cancel infinite animations in tests by Jelle Fresen · 3 years, 7 months ago
  28. f7ca58f Move ComponentActivity.setContent by Adam Powell · 3 years, 7 months ago
  29. d42e107 Migrates CompositionLocal usages away from the deprecated Ambient* named properties by Louis Pullen-Freilich · 3 years, 7 months ago
  30. 0d2661ef Remove compose:runtime-dispatch by Adam Powell · 3 years, 7 months ago
  31. 9234901 Migrate Scrollable to suspend input. by Matvei Malkov · 3 years, 7 months ago
  32. 66d0867 Merge "Remove deprecated APIs" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  33. 0ade5f5 Remove deprecated APIs by Filip Pavlis · 3 years, 7 months ago
  34. 7830595 Add test for various click scenarios by Jelle Fresen · 3 years, 7 months ago
  35. 330c6c2 Remove unused activities from ui-test[-junit4] manifests by Jelle Fresen · 3 years, 7 months ago
  36. 0ad5f54 Deprecate tap/press based gesture filters. by Matvei Malkov · 3 years, 7 months ago
  37. 8c41a23 Remove use of Uptime and Duration from pointer input by George Mount · 3 years, 7 months ago
  38. ff13d17 Merge "Migrate legacy synchronization usage." into androidx-main by Filip Pavlis · 3 years, 7 months ago
  39. 3a2baa1 Migrate legacy synchronization usage. by Filip Pavlis · 3 years, 7 months ago
  40. bdaaf17 Fix flaky gesturescope.sendClickTest by Ralston Da Silva · 3 years, 7 months ago
  41. 05c18b2 Deprecate ScrollableColumn/Row by Andrey Kulikov · 3 years, 8 months ago
  42. 3ac4b80 Move frame clock test methods to test-utils by Jelle Fresen · 3 years, 8 months ago
  43. 77ca2a2 Improve LayoutCoordinates API by George Mount · 3 years, 8 months ago
  44. 4b1a550 Merge "ImeAction API Review" into androidx-main by Siyamed Sinir · 3 years, 7 months ago
  45. 1cd8bb9 ImeAction API Review by Siyamed Sinir · 3 years, 7 months ago
  46. be22adf Merge "Mark SendClickTest as flaky" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  47. d2d8e73 Merge "SemanticsProperties API renames and comments" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  48. c51fcd1 SemanticsProperties API renames and comments by Alexandre Elias · 3 years, 8 months ago
  49. bbb8666 Merge "Leverage TestCoroutineDispatcher in testing" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  50. 8c9a3f3 Mark SendClickTest as flaky by Ralston Da Silva · 3 years, 7 months ago
  51. e9a8670 Leverage TestCoroutineDispatcher in testing by Filip Pavlis · 3 years, 8 months ago
  52. 66b3962b Change PointerInputChange API by George Mount · 3 years, 8 months ago
  53. b40ab8e Animatable is the new AnimatedValue by Jelle Fresen · 4 years ago
  54. f1ed355 Make Velocity more like Offset by George Mount · 3 years, 8 months ago
  55. 8e55c4f Rename ExperimentalTesting to ExperimentalTestApi by Jelle Fresen · 3 years, 8 months ago
  56. 6142074 add Semantics role API by yingleiw · 3 years, 8 months ago
  57. 91969cd ViewGroup.setContent => [Abstract]ComposeView by Adam Powell · 3 years, 9 months ago
  58. 1e6d8aa5 provide SemanticsActions when a SemanticsNode is marked as disabled by yingleiw · 3 years, 9 months ago
  59. 25ac4d3 Rename accessibilityLabel/Value to content/stateDescription by Alexandre Elias · 3 years, 9 months ago
  60. aa25724 Merge "Cleanup TextFieldValue usage" into androidx-master-dev by Siyamed Sinir · 3 years, 9 months ago
  61. 663ecc0 Cleanup TextFieldValue usage by Siyamed Sinir · 3 years, 9 months ago
  62. b247c3b Make all PointerInputData values non-null. by George Mount · 3 years, 9 months ago
  63. ccdb868 Box: alignment -> contentAlignment; improve docs by Mihai Popa · 3 years, 9 months ago
  64. dc68dd50 Adds lint check for composable lambda parameters in composable functions by Louis Pullen-Freilich · 3 years, 9 months ago
  65. 209df68 Renames Ambients to follow API guidelines by Louis Pullen-Freilich · 3 years, 9 months ago
  66. e22237f Merge "Move semantics props away from foundation" into androidx-master-dev by Filip Pavlis · 3 years, 9 months ago
  67. 7204896 Migrate from ViewGroup.setContent to ComposeView where it is possible by Andrey Kulikov · 3 years, 9 months ago
  68. 13bdbe7 Move semantics props away from foundation by Filip Pavlis · 3 years, 10 months ago
  69. 4b0374b Make Recomposer more self-sufficient by Adam Powell · 3 years, 10 months ago
  70. 8276eb6 Merge "Rework bitmap testing APIs." into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  71. 968c9d7 Merge "Add onAllNodesWithSubstring API" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  72. 591e17a Rework bitmap testing APIs. by Filip Pavlis · 3 years, 10 months ago
  73. f96a400 Add TestMonotonicFrameClock to compose-ui-test by Adam Powell · 3 years, 10 months ago
  74. 0c1b88b Merge "Remove localToGlobal from GestureScope" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  75. 051800b Deprecates foundation.Text in favour of material.Text by Louis Pullen-Freilich · 3 years, 10 months ago
  76. 16da8be Remove localToGlobal from GestureScope by Jelle Fresen · 3 years, 10 months ago
  77. ee5ccb9 Add onAllNodesWithSubstring API by Jelle Fresen · 3 years, 10 months ago
  78. 8951653 Update TextFields to use KeyboardOptions by Siyamed Sinir · 3 years, 10 months ago
  79. 575d0df Deprecate BaseTextField in favor of BasicTextField by Matvei Malkov · 3 years, 10 months ago
  80. ef37b96 Mark AssertExistsTest as @LargeTest by Aurimas Liutikas · 3 years, 10 months ago
  81. 2bf7891 Create ui-test-junit4 module. by Filip Pavlis · 3 years, 10 months ago
  82. 68db1e3 Move related files to ui/layout by Mihai Popa · 3 years, 11 months ago
  83. bc81dcd Move ui.test to compose.ui.test. by Filip Pavlis · 3 years, 10 months ago