1. 9cfb3338 Make pointer ids universally unique. by Shep Shapard · 4 years, 5 months ago
  2. 7865a63 Semantics node merging by Ryan Mentley · 4 years, 10 months ago
  3. ffe9fbd Update API surface of DpConstraints by Mihai Popa · 4 years, 5 months ago
  4. 94c89ce Merge "Update API surface of Constraints" into androidx-master-dev by Mihai Popa · 4 years, 5 months ago
  5. d9d5350 Update API surface of Constraints by Mihai Popa · 4 years, 5 months ago
  6. 12de4a4 Add android:process to androidTest manifests by Jelle Fresen · 4 years, 7 months ago
  7. c525e36 Move graphics from core to ui-graphics. by George Mount · 4 years, 5 months ago
  8. 842c8c1 Change module and package of Dp, IntPx, etc to unit. by George Mount · 4 years, 6 months ago
  9. 1fb4175 PathParser and PathNode/PathCommand refactoring by Louis Pullen-Freilich · 4 years, 6 months ago
  10. 7d7bb39 Add the ability to draw debug layout bounds. by George Mount · 4 years, 6 months ago
  11. f220d66 Support modifiers that implement multiple interfaces. by George Mount · 4 years, 6 months ago
  12. bf513c5 Implement cancel for the remainder of the gesture detectors. by Shep Shapard · 4 years, 6 months ago
  13. 3a48922 Merge "Add @Stable annottation. Mark Modifier as stable." into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
  14. fff3937 API lint check for the TopLevelBuilder is enabled for androidx by Sergey · 4 years, 6 months ago
  15. a7fd11f Add @Stable annottation. Mark Modifier as stable. by Anastasia Soboleva · 4 years, 6 months ago
  16. a356776 Change annotation dep from implementation to api by Nick Anthony · 4 years, 6 months ago
  17. be169a1 Adds Color.compositeOver() to Color by Louis Pullen-Freilich · 4 years, 7 months ago
  18. 7f848ab Refactor effects to @Composable by Leland Richardson · 4 years, 6 months ago
  19. 0e522bb Updates for latest metalava by Jeff Gaston · 4 years, 6 months ago
  20. 66832bd Merge "Remove a few unneeded classes." into androidx-master-dev by George Mount · 4 years, 6 months ago
  21. a00e338 Fix default font size by Siyamed Sinir · 4 years, 7 months ago
  22. 535a784 Remove a few unneeded classes. by George Mount · 4 years, 7 months ago
  23. b2ea446 Merge "Enables incremental Kotlin compilation in Compose projects" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  24. 346b089 Enables incremental Kotlin compilation in Compose projects by Louis Pullen-Freilich · 4 years, 7 months ago
  25. dd72306 Concatenate Modifiers with + by Adam Powell · 4 years, 7 months ago
  26. 8b99ffb Add LayoutTag modifier by Mihai Popa · 4 years, 7 months ago
  27. c8b0132 Add ParagraphStyle attributes to TextStyle by Siyamed Sinir · 4 years, 7 months ago
  28. 0b3a22c Update version to dev04. by George Mount · 4 years, 7 months ago
  29. 82811ea Merge "Reuse global lerp function in TextUnit" into androidx-master-dev by Jelle Fresen · 4 years, 7 months ago
  30. 932dc5d Draw Modifiers by George Mount · 4 years, 8 months ago
  31. 27db34f Merge "Rename some AnnotationString classes" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  32. f54736d Rename some AnnotationString classes by Seigo Nonaka · 4 years, 7 months ago
  33. 803ad24 Change storage for modifier position to be relative. by George Mount · 4 years, 7 months ago
  34. bfa93e3 Reuse global lerp function in TextUnit by Jelle Fresen · 4 years, 7 months ago
  35. b9f6f51 Add testing API to perform swipes on elements by Jelle Fresen · 4 years, 7 months ago
  36. e261df9 Replace Timestamp with Uptime by Shep Shapard · 4 years, 7 months ago
  37. cf9118d Merge "Optimize WithConstraints" into androidx-master-dev by Andrey Kulikov · 4 years, 7 months ago
  38. d7c9dac Merge "Add toString and Comparable<> to data types" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  39. bd5cf9e Optimize WithConstraints by Andrey Kulikov · 4 years, 7 months ago
  40. 868df4d Fix docs in DragObserver and Dp by Jelle Fresen · 4 years, 7 months ago
  41. b7311dd Add toString and Comparable<> to data types by Jelle Fresen · 4 years, 7 months ago
  42. 3195bbd Merge "Introduce TextUnit which covers Sp and Em" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  43. d963820 Introduce TextUnit which covers Sp and Em by Seigo Nonaka · 4 years, 7 months ago
  44. 4cb7ac7 Merge "Restructure compose-compiler project." into androidx-master-dev by Aurimas Liutikas · 4 years, 7 months ago
  45. 54cfccf Restructure compose-compiler project. by Aurimas Liutikas · 4 years, 7 months ago
  46. 78117b8 Add Focus ComponentNodes by Ralston Da Silva · 4 years, 8 months ago
  47. a196ccd Update api lint baseline. by Aurimas Liutikas · 4 years, 7 months ago
  48. f14f38f Update api lint baseline files. by Aurimas Liutikas · 4 years, 7 months ago
  49. 21af75c Update api lint baseline. by Aurimas Liutikas · 4 years, 7 months ago
  50. 4750813 Merge "Add ScaleFit API to scale rectangular rendering areas" into androidx-master-dev by Andrey Kulikov · 4 years, 7 months ago
  51. a500bb0 Use kotlin min/max by Siyamed Sinir · 4 years, 7 months ago
  52. ac28472 @Immutable for immutable text styling classes by Siyamed Sinir · 4 years, 7 months ago
  53. c9c357d Add ScaleFit API to scale rectangular rendering areas by Nader Jawad · 4 years, 8 months ago
  54. fd0f45e Provide default implementations for LayoutModifier by Mihai Popa · 4 years, 7 months ago
  55. d4ba5cd Merge "Fix modifier wrap ordering" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  56. 211f4821 Fix modifier wrap ordering by Adam Powell · 4 years, 8 months ago
  57. 2c66169 Merge "Remove nullable return type from Offset:lerp" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  58. be707b8 Merge "Make classes related to Dp inline classes" into androidx-master-dev by George Mount · 4 years, 7 months ago
  59. 3c05973 Remove nullable return type from Offset:lerp by Matvei Malkov · 4 years, 7 months ago
  60. 446a10a Make classes related to Dp inline classes by George Mount · 4 years, 8 months ago
  61. 5ad2d08 Merge "Introduce Sp.Inherit for representing inheriting from other attribute" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  62. b427d33 Move TextRange and TextDirection to ui-text by Siyamed Sinir · 4 years, 8 months ago
  63. 9f813c4 Introduce Sp.Inherit for representing inheriting from other attribute by Seigo Nonaka · 4 years, 8 months ago
  64. 4ef199b Add Vector alignment support by Nader Jawad · 4 years, 8 months ago
  65. 08e53df Unifies dependencies across Compose and main project by Louis Pullen-Freilich · 4 years, 8 months ago
  66. 0b58731 API lint check for the ArrayReturn is enabled for androidx by Sergey · 4 years, 8 months ago
  67. 78b080b Update androidx.compose and androidx.ui to 0.1.0-dev03 by Nick Anthony · 4 years, 8 months ago
  68. 0574811 Merge "Pass detector bounds into pointerInputNodes" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  69. 6351290 Pass detector bounds into pointerInputNodes by shepshapard · 4 years, 9 months ago
  70. 79f6b42 Add @Sample for withDensity by Andrey Kulikov · 4 years, 8 months ago
  71. ad44e1e Merge "Add AnnotatedString.Builder functions " into androidx-master-dev by Siyamed Sinir · 4 years, 8 months ago
  72. 252b766 Merge "Updates for the latest metalava" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  73. a275ce2 Add AnnotatedString.Builder functions by Siyamed Sinir · 4 years, 8 months ago
  74. c8d7f5d Merge "Add Unit Em" into androidx-master-dev by Haoyu Zhang · 4 years, 8 months ago
  75. f2e9e03 Add Unit Em by Haoyu Zhang · 4 years, 8 months ago
  76. 383ecf8 Updates for the latest metalava by Jeff Gaston · 4 years, 8 months ago
  77. 24925ab Store layout information in LayoutResult by Mihai Popa · 4 years, 9 months ago
  78. 534768f Add flexibility modifiers to Column/Row by Anastasia Soboleva · 4 years, 8 months ago
  79. 5da28bd Update doc naming to refer to composables for consistency by Louis Pullen-Freilich · 4 years, 8 months ago
  80. 160ee7b8 Use Map for alignment lines by Mihai Popa · 4 years, 9 months ago
  81. ca1c4b9 Remove ComplexLayout in favor of Layout by Mihai Popa · 4 years, 9 months ago
  82. ec79ac6 Increment androidx.compose and androidx.ui to 0.1.0-dev02 by Nick Anthony · 4 years, 9 months ago
  83. 1b3784e Merge "Enable ktlint in CI" into androidx-master-dev by Aurimas Liutikas · 4 years, 9 months ago
  84. 7a828d3 Enable ktlint in CI by Aurimas Liutikas · 4 years, 9 months ago
  85. 3f292ec Merge "Updates to allow more accurate use of IntPx." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  86. 6bb5305 Updates to allow more accurate use of IntPx. by shepshapard · 4 years, 9 months ago
  87. 13e40c2 Remove Migration word from TODOs by Siyamed Sinir · 4 years, 9 months ago
  88. de45cca Merge "Rename lerp() parameters." into androidx-master-dev by George Mount · 4 years, 9 months ago
  89. 99e7655 Rename lerp() parameters. by George Mount · 4 years, 9 months ago
  90. abe51bf Rename MeasureFunction to MeasureBlock by Mihai Popa · 4 years, 9 months ago
  91. c920938 Merge "API lint check for the MissingBuild is enabled for androidx" into androidx-master-dev by Aurimas Liutikas · 4 years, 9 months ago
  92. a509937b API lint check for the MissingBuild is enabled for androidx by Sergey · 4 years, 10 months ago
  93. 92c69a5 Expose alignment lines in On(Child)Positioned by Mihai Popa · 4 years, 9 months ago
  94. aaa23ff Merge "Make ui-core use the IR compiler in preparation for inline classes" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  95. fee6292 Merge "Prepare to make measurment classes inline." into androidx-master-dev by George Mount · 4 years, 9 months ago
  96. 55019aa Make ui-core use the IR compiler in preparation for inline classes by George Mount · 4 years, 9 months ago
  97. e1e5dd1 Merge "Change Color to use Long instead of ULong." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  98. 575e180 Move coroutine util to ui-platform. by George Mount · 4 years, 9 months ago
  99. b3413ca Change Color to use Long instead of ULong. by George Mount · 4 years, 9 months ago
  100. 3994260 Fixes for layout modifiers by Adam Powell · 4 years, 9 months ago