[go: nahoru, domu]

  1. ae5237e Remove deprecated APIs in Row and Column by Mihai Popa · 4 years, 3 months ago
  2. 4ece176 Move AndroidOwner interface into a separate file (Step 2/2) by Andrey Kulikov · 4 years, 3 months ago
  3. 0dce155 Merge "Fix keyboard is not being appeared in FilledTextField issue" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  4. 91ab81c Merge "Keyboard input." into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  5. c271628 Merge "Removal of Px usages part 2 of n" into androidx-master-dev by Nader Jawad · 4 years, 3 months ago
  6. 22de791 Removal of Px usages part 2 of n by Nader Jawad · 4 years, 3 months ago
  7. ef9b7f3 Fix keyboard is not being appeared in FilledTextField issue by Anastasia Soboleva · 4 years, 3 months ago
  8. 1741739 Keyboard input. by Nikolay Igotti · 4 years, 3 months ago
  9. 9e30a46 Change for() to fastForEach() for lists. by George Mount · 4 years, 3 months ago
  10. 7b3cff4 Merge "Move AndroidOwner interface into a separate file (Step 1/2)" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  11. 1308f34 Merge "Expand animate() API to support more data types" into androidx-master-dev by Doris Liu · 4 years, 3 months ago
  12. df86d54 Merge "Add tooling glue to access internals of state baseed transition" into androidx-master-dev by Doris Liu · 4 years, 3 months ago
  13. 8d973df Move AndroidOwner interface into a separate file (Step 1/2) by Aurimas Liutikas · 4 years, 3 months ago
  14. 5290f43 Merge "Poke Android when a layer moves." into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  15. 7cbea6e Expand animate() API to support more data types by Doris Liu · 4 years, 5 months ago
  16. 8684cff4 Poke Android when a layer moves. by George Mount · 4 years, 3 months ago
  17. f6eb475 Merge "Add offsetPx layout modifier" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  18. 46b4cc3 Merge "Modifier.clickable reimagined" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  19. a4b1503 Merge "Avoid boxing keys during composition" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  20. 1f2c123 Merge "Call groups in the slot tree no have access to call parameters" into androidx-master-dev by Chuck Jazdzewski · 4 years, 3 months ago
  21. aea3b957 Add tooling glue to access internals of state baseed transition by Doris Liu · 4 years, 4 months ago
  22. 6554d88 Add offsetPx layout modifier by Mihai Popa · 4 years, 3 months ago
  23. 323b745 Modifier.clickable reimagined by Matvei Malkov · 4 years, 4 months ago
  24. 9f27abf Address few minor issues in Drawer. by Matvei Malkov · 4 years, 3 months ago
  25. 607eef5 Call groups in the slot tree no have access to call parameters by Chuck Jazdzewski · 4 years, 3 months ago
  26. bb0fab24 Avoid boxing keys during composition by Chuck Jazdzewski · 4 years, 3 months ago
  27. 6b4c513 Merge "Small cleanup of gesture injection tests" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  28. 504cfce Fix build breakage due to missed merge conflict by Anastasia Soboleva · 4 years, 3 months ago
  29. 756ef45 Merge "Fix issue with transparent colors in FilledTextField" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  30. eaa040c Merge "Fix source information in KeySourceInfo" into androidx-master-dev by Diego Perez · 4 years, 3 months ago
  31. 7c13fdc Merge "Link Modifier.width in Modifier.preferredWidth doc" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  32. 7e7de06 Link Modifier.width in Modifier.preferredWidth doc by Mihai Popa · 4 years, 3 months ago
  33. 7ac6dd5 Update divider default color per clarified spec. by nickbutcher · 4 years, 3 months ago
  34. 9483b53 Merge "Add sample for AnnotatedString.Builder.addStringAnnotation" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  35. b3d464e Merge "Rename AnnotatedString(b: Builder) to annotatedString(b: Builder)" into androidx-master-dev by Haoyu Zhang · 4 years, 3 months ago
  36. 6b8c9d1 Rename AnnotatedString(b: Builder) to annotatedString(b: Builder) by haoyu · 4 years, 3 months ago
  37. 8ce60a9 Merge "Removal of Px usages part 1 of n" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  38. 212f640 Add sample for AnnotatedString.Builder.addStringAnnotation by haoyu · 4 years, 3 months ago
  39. 1a4575b Merge "Add onKeyEvent and onPreviewKeyEvent callbacks to Modifier.keyInputFilter" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  40. 22f5978 Removal of Px usages part 1 of n by Nader Jawad · 4 years, 3 months ago
  41. 45cacf1 Merge "Merge ComponentNode and LayoutNode." into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  42. 7cd98f7 Add onKeyEvent and onPreviewKeyEvent callbacks to Modifier.keyInputFilter by Ralston Da Silva · 4 years, 3 months ago
  43. cfc5ff9 Small cleanup of gesture injection tests by Jelle Fresen · 4 years, 3 months ago
  44. 9705cee Merge "Fix crossfade in demos" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  45. f866325 Fix issue with transparent colors in FilledTextField by Anastasia Soboleva · 4 years, 3 months ago
  46. 951b902 Merge "Correct reference docs for gradient brushes." into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  47. 17d6fe5 Merge ComponentNode and LayoutNode. by George Mount · 4 years, 3 months ago
  48. 12df071 Merge "Improve kdoc of InputDispatcher" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  49. e7f2a53 Fix crossfade in demos by Andrey Kulikov · 4 years, 3 months ago
  50. dcec314 Improve kdoc of InputDispatcher by Jelle Fresen · 4 years, 3 months ago
  51. 759b913 Merge "Use zIndex sorted children in hitTest" into androidx-master-dev by Andrey Kulikov · 4 years, 3 months ago
  52. bed9a1b Merge "Renames Emphasis.emphasize() to Emphasis.applyEmphasis()" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 3 months ago
  53. f6a7aa5 Merge "Undeprecate semantics and add ability to affect current layout node" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  54. ab281d7 Merge "Indication API with InteractionState support" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  55. 24d3da3 Merge "Scrollers to support reverse scrolling" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  56. 162166d Use zIndex sorted children in hitTest by Andrey Kulikov · 4 years, 3 months ago
  57. 506a96d Merge "More text testing APIs." into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  58. 1da47fe Undeprecate semantics and add ability to affect current layout node by Matvei Malkov · 4 years, 3 months ago
  59. cdf5143 Indication API with InteractionState support by Matvei Malkov · 4 years, 4 months ago
  60. 0ed3ed5 Scrollers to support reverse scrolling by Matvei Malkov · 4 years, 3 months ago
  61. e93ff890 Correct reference docs for gradient brushes. by nickbutcher · 4 years, 3 months ago
  62. d85343b Merge "Add benchmark for TextDelegate.PaintBackground" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  63. f3ce405a21 Add benchmark for TextDelegate.PaintBackground by haoyu · 4 years, 3 months ago
  64. 141be05 Merge "Support inline content with BiDi text" into androidx-master-dev by Haoyu Zhang · 4 years, 3 months ago
  65. 57f200f Merge "Report tap location on release." into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  66. b5a99b8 Support inline content with BiDi text by haoyu · 4 years, 3 months ago
  67. 0d73d423 Fix source information in KeySourceInfo by diegoperez · 4 years, 3 months ago
  68. f4cedd9 Update ui-graphics signature file. by Aurimas Liutikas · 4 years, 3 months ago
  69. 3e0187c Merge "Revert "Revert "Remove unused DataNode and DataNodeKey.""" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  70. 86be403 Merge "Start tracking @PublishedApi APIs" into androidx-master-dev by Aurimas Liutikas · 4 years, 3 months ago
  71. f263d26 Merge "Removed Canvas allocation on each draw call" into androidx-master-dev by Nader Jawad · 4 years, 3 months ago
  72. c79f6aa Merge "Add docs for the fill parameter of Modifier.weight" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  73. b048eba Start tracking @PublishedApi APIs by Aurimas Liutikas · 4 years, 3 months ago
  74. c8fc62f Merge "Revert "Start tracking @PublishedApi APIs"" into androidx-master-dev by Aurimas Liutikas · 4 years, 3 months ago
  75. 6b8508e Revert "Start tracking @PublishedApi APIs" by Aurimas Liutikas · 4 years, 3 months ago
  76. 0b2693d Merge "Start tracking @PublishedApi APIs" into androidx-master-dev by Aurimas Liutikas · 4 years, 3 months ago
  77. 66f9c89 More text testing APIs. by Filip Pavlis · 4 years, 3 months ago
  78. e7d051f Report tap location on release. by Shep Shapard · 4 years, 3 months ago
  79. a89b17a Merge "Annotate Preview#uiMode with @IntDef" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  80. ce91298 Merge "Fixed flaky AndriodPointerInputTest tests." into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  81. 7418021 Merge "Handle PreviewParameterProvider in Compose Preview Deploy" into androidx-master-dev by Amaury Medeiros · 4 years, 3 months ago
  82. 1e06b22 Annotate Preview#uiMode with @IntDef by diegoperez · 4 years, 3 months ago
  83. c4391e8 Add docs for the fill parameter of Modifier.weight by Mihai Popa · 4 years, 3 months ago
  84. 965f21f Moved DrawScope out of painter package by Nader Jawad · 4 years, 3 months ago
  85. 09021b2 Start tracking @PublishedApi APIs by Aurimas Liutikas · 4 years, 3 months ago
  86. e21a817 Merge "Introduce InlineContent" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  87. 9f173fe Fixed flaky AndriodPointerInputTest tests. by Shep Shapard · 4 years, 3 months ago
  88. b418718 Merge "Move DrawScope to ui-graphics" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  89. ba8e8ec Revert "Revert "Remove unused DataNode and DataNodeKey."" by George Mount · 4 years, 3 months ago
  90. 56789f3 Introduce InlineContent by haoyu · 4 years, 3 months ago
  91. c83ed6c Merge "Add AbsoluteAlignment" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  92. d01c1c2 Move DrawScope to ui-graphics by Nader Jawad · 4 years, 3 months ago
  93. 3b87eec Merge "Deprecate @Model" into androidx-master-dev by Leland Richardson · 4 years, 3 months ago
  94. aeca276 Merge "Avoid Paint creation in TextDelegate.paintBackground()" into androidx-master-dev by Haoyu Zhang · 4 years, 3 months ago
  95. fcf76b3 Deprecate @Model by Leland Richardson · 4 years, 3 months ago
  96. 7468bbd6 Merge "Removed unused Size class" into androidx-master-dev by Nader Jawad · 4 years, 3 months ago
  97. 40ccac3 Merge "Fix crash." into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  98. 3e519c8 Merge "Fix zIndex is ignored for components with semantics" into androidx-master-dev by Andrey Kulikov · 4 years, 3 months ago
  99. 55d8de7 Merge "Cache SemanticsNode and InputDispatcher in doGesture()" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  100. 4fd09f1 Merge "Add framework for sending accessibility events" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago