1. 0593830 Merge "Hide TextPainter and rename it to TextDelegate" into androidx-master-dev by Treehugger Robot · 5 years ago
  2. a0bafc6 Hide TextPainter and rename it to TextDelegate by Seigo Nonaka · 5 years ago
  3. 060e981 Merge "Merge android tests back into compose-runtime" into androidx-master-dev by Treehugger Robot · 5 years ago
  4. 8a15724 Merge android tests back into compose-runtime by Cătălin Tudor · 5 years ago
  5. 25e76f9 Merge "Update metalava to a newer version" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  6. 8c61c36 Merge "Rename BaseButton defaultTextStyle param" into androidx-master-dev by Andrey Kulikov · 5 years ago
  7. bd0e44d Merge "Improve Button documentation" into androidx-master-dev by Clara Bayarri · 5 years ago
  8. 47fc8dd Rename BaseButton defaultTextStyle param by Andrey Kulikov · 5 years ago
  9. 024e874 Update metalava to a newer version by Aurimas Liutikas · 5 years ago
  10. 097ab9b Add several transform methods to AnnotatedString by Seigo Nonaka · 5 years ago
  11. eb35c35 Move Brush API out of vectorgraphics package by Nader Jawad · 5 years ago
  12. de6adc3 Improve Button documentation by Clara Bayarri · 5 years ago
  13. 25dbc0b DrawShadow by Andrey Kulikov · 5 years ago
  14. 254d030 Merge "Updated vector graphics APIs to consume both Dp and Px" into androidx-master-dev by Nader Jawad · 5 years ago
  15. 55f268d Merge "Moves werror to buildOnServer, and turns off for local development" into androidx-master-dev by Treehugger Robot · 5 years ago
  16. c4eff15 Merge "Updated PressGestureDetector to handle batched PointerInputChanges" into androidx-master-dev by Shep Shapard · 5 years ago
  17. 3f974ed Merge "Add benchmark tests for simplified nested scrolling." into androidx-master-dev by George Mount · 5 years ago
  18. 6088358 Merge "Material AlertDialog" into androidx-master-dev by Treehugger Robot · 5 years ago
  19. 51e25ac Merge "Add a tooling API for collecting information needed by developer tools" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  20. 05d51de Material AlertDialog by Mihai Burlaciuc · 5 years ago
  21. 5183097 Moves werror to buildOnServer, and turns off for local development by Louis Pullen-Freilich · 5 years ago
  22. e7725b9 Add a tooling API for collecting information needed by developer tools by Chuck Jazdzewski · 5 years ago
  23. 46b2087 Add benchmark tests for simplified nested scrolling. by George Mount · 5 years ago
  24. fd24dd8 Merge "Add debug utils for Autofill" into androidx-master-dev by Treehugger Robot · 5 years ago
  25. b341558 Updated vector graphics APIs to consume both Dp and Px by Nader Jawad · 5 years ago
  26. 3274026 Merge "Initialize InputMethodManger in startInput()" into androidx-master-dev by Treehugger Robot · 5 years ago
  27. d1d21fa Merge "Adds isSystemInDarkTheme() effect to query system dark theme status" into androidx-master-dev by Louis Pullen-Freilich · 5 years ago
  28. 62cc736 Merge "Replace System.arraycopy() with Kotlin stdlib copyInto()." into androidx-master-dev by Treehugger Robot · 5 years ago
  29. 41ef3c0 Adds isSystemInDarkTheme() effect to query system dark theme status by Louis Pullen-Freilich · 5 years ago
  30. 5152b39 Merge "Set the Dialog to have transparent background and no title" into androidx-master-dev by Treehugger Robot · 5 years ago
  31. 5e6b996 Set the Dialog to have transparent background and no title by Mihai Burlaciuc · 5 years ago
  32. 0cc02c4 Updated PressGestureDetector to handle batched PointerInputChanges by shepshapard · 5 years ago
  33. 6eb1836 Merge "Created vectorResource effect" into androidx-master-dev by Treehugger Robot · 5 years ago
  34. a40dcb0 Replace System.arraycopy() with Kotlin stdlib copyInto(). by Alexandre Elias · 5 years ago
  35. ee8a4bf Add debug utils for Autofill by Ralston Da Silva · 5 years ago
  36. fd5cc92 Created vectorResource effect by Nader Jawad · 5 years ago
  37. dff6b62 Initialize InputMethodManger in startInput() by Ralston Da Silva · 5 years ago
  38. 574860b Merge "Fixes small compose issues with gesture detectors." into androidx-master-dev by Treehugger Robot · 5 years ago
  39. 6a526cf Merge "Allow DragGestureDetector to start with different prompts." into androidx-master-dev by Shep Shapard · 5 years ago
  40. e78a2c5 Merge "Autofill Interface and Implementation" into androidx-master-dev by Ralston Da Silva · 5 years ago
  41. 0ea268d Merge "Remove more @Children" into androidx-master-dev by Treehugger Robot · 5 years ago
  42. 485257c Fixes small compose issues with gesture detectors. by shepshapard · 5 years ago
  43. 3e89a47 Autofill Interface and Implementation by Ralston Da Silva · 5 years ago
  44. 648840f Allow DragGestureDetector to start with different prompts. by shepshapard · 5 years ago
  45. 5184037 Update api lint baseline. by Aurimas Liutikas · 5 years ago
  46. 9cc5207 Merge "Replace framework constant with hardcoded value" into androidx-master-dev by Treehugger Robot · 5 years ago
  47. bfeda12 Merge "Update api lint baseline with new Metalava nullability check." into androidx-master-dev by Aurimas Liutikas · 5 years ago
  48. f846d40 Merge "Material Button Styles" into androidx-master-dev by Andrey Kulikov · 5 years ago
  49. 401f755 Material Button Styles by Andrey Kulikov · 5 years ago
  50. c163de4 Update api lint baseline with new Metalava nullability check. by Aurimas Liutikas · 5 years ago
  51. f23a0ea Replace framework constant with hardcoded value by Nader Jawad · 5 years ago
  52. bc7a78f Add HorizontalScroller. by George Mount · 5 years ago
  53. d1789853 Remove more @Children by Jim · 5 years ago
  54. a529a72 Fix typo -- used Picture instead of RenderNode on Q by George Mount · 5 years ago
  55. b0040ef Merge "Re-enable compose runtime tests" into androidx-master-dev by Treehugger Robot · 5 years ago
  56. fff2da2 Re-enable compose runtime tests by Chuck Jazdzewski · 5 years ago
  57. b71efa0 Merge "Make benchmarks work on 21+" into androidx-master-dev by Treehugger Robot · 5 years ago
  58. c55bb11 New API for Table that fixes the number of columns by Calin Tataru · 5 years ago
  59. 71e7fc3 Make benchmarks work on 21+ by George Mount · 5 years ago
  60. 7e2564a Add support for drawing borders in Tables by Calin Tataru · 5 years ago
  61. 6d31a06 Merge "New Semantics API" into androidx-master-dev by Treehugger Robot · 5 years ago
  62. 6cd5719 New Semantics API by Ryan Mentley · 5 years ago
  63. d74f5a3 Move ScrollerPerfTest to integration-tests-benchmark. by George Mount · 5 years ago
  64. 14cc34f Merge "Fix code inspection & Format warning" into androidx-master-dev by Haoyu Zhang · 5 years ago
  65. 0b48e19 Merge "Rename layout-related typealiasses and classes" into androidx-master-dev by Treehugger Robot · 5 years ago
  66. b41b27d Merge "Introduce LayoutResult for layout() layoutResult()" into androidx-master-dev by Treehugger Robot · 5 years ago
  67. 3550d7d Fix code inspection & Format warning by Haoyu Zhang · 5 years ago
  68. 49e3b93 Merge "Fix benchmark breakage." into androidx-master-dev by Treehugger Robot · 5 years ago
  69. 79d60e8 Rename layout-related typealiasses and classes by Jelle Fresen · 5 years ago
  70. 0071986 Introduce LayoutResult for layout() layoutResult() by Jelle Fresen · 5 years ago
  71. 647f3dd Fix benchmark breakage. by Filip Pavlis · 5 years ago
  72. 8e3fbc8 Merge "Initial naive implementation of double tap." into androidx-master-dev by Shep Shapard · 5 years ago
  73. a2ed24e Preparing compose runtime for host side tests by Cătălin Tudor · 5 years ago
  74. 67cae3b Merge "Expose TextField.onFocus() and TextField.onBlur()" into androidx-master-dev by Treehugger Robot · 5 years ago
  75. 7fac756 Merge "Fix benchmarks regression." into androidx-master-dev by Treehugger Robot · 5 years ago
  76. b66c329 Merge "Emitting OnPositioned should cause remeasuring" into androidx-master-dev by Treehugger Robot · 5 years ago
  77. eaaf31a Initial naive implementation of double tap. by shepshapard · 5 years ago
  78. 4cfb5de Added support for VectorGraphics subcomposition by Nader Jawad · 5 years ago
  79. 1fbb1c1 Use of @Children is now discouraged, prefer lambda as last parameter. by Jim · 5 years ago
  80. a136edd Merge "Introduce MultiParagraph" into androidx-master-dev by Haoyu Zhang · 5 years ago
  81. dd08eb3e Merge "Created VectorImageBuilder to decouple construction of Vector graphic from composition and provide memoization abilities" into androidx-master-dev by Nader Jawad · 5 years ago
  82. 53c5b29 Introduce MultiParagraph by Haoyu Zhang · 5 years ago
  83. 2380f66 Expose TextField.onFocus() and TextField.onBlur() by Ralston Da Silva · 5 years ago
  84. 5c3e07f Merge "Separate AnimatedDraggable to Draggable and DragValueController" into androidx-master-dev by Treehugger Robot · 5 years ago
  85. 67182d1 Fix benchmarks regression. by Filip Pavlis · 5 years ago
  86. 6488191 Separate AnimatedDraggable to Draggable and DragValueController by Matvei Malkov · 5 years ago
  87. b95a8ba Merge "Fix legacy benchmark reporting in ui benchmarks" into androidx-master-dev by Dustin Lam · 5 years ago
  88. 0c95c22 Merge "Fix FlexTest#testRowFlex_withExpandedChildren" into androidx-master-dev by Treehugger Robot · 5 years ago
  89. 2bbb48c Fix FlexTest#testRowFlex_withExpandedChildren by Mihai Popa · 5 years ago
  90. b1030d4 Created VectorImageBuilder to decouple construction of by Nader Jawad · 5 years ago
  91. 92bc31a Rename InputField to TextField by Seigo Nonaka · 5 years ago
  92. 28e2a30 Fix legacy benchmark reporting in ui benchmarks by Dustin Lam · 5 years ago
  93. df7673e Merge "Move benchmark config into BenchmarkPlugin" into androidx-master-dev by Dustin Lam · 5 years ago
  94. 3a125bc Move benchmark config into BenchmarkPlugin by Dustin Lam · 5 years ago
  95. 2f99623 Merge "Add HintText demo" into androidx-master-dev by Treehugger Robot · 5 years ago
  96. 1adc24a Emitting OnPositioned should cause remeasuring by Andrey Kulikov · 5 years ago
  97. ac7a2eb Merge "Update api lint baselines" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  98. a43aaa6 Add HintText demo by Seigo Nonaka · 5 years ago
  99. 4357434 Merge "Apply Benchmark plugin to benchmark modules" into androidx-master-dev by Dustin Lam · 5 years ago
  100. 3e19b83 Update api lint baselines by Aurimas Liutikas · 5 years ago