[go: nahoru, domu]

  1. a7eeb10 Refactors androidx.compose.ui:ui-unit to the androidx.compose.ui.unit package name by Louis Pullen-Freilich · 4 years, 1 month ago
  2. 4dc4dac Refactors androidx.compose.ui:ui-graphics to the androidx.compose.ui.graphics package name by Louis Pullen-Freilich · 4 years, 1 month ago
  3. f434a13e Refactors androidx.compose.ui:ui-geometry to the androidx.compose.ui.geometry package name by Louis Pullen-Freilich · 4 years, 1 month ago
  4. ab19475 Refactors androidx.compose.ui:ui-text to the androidx.compose.ui.text package name by Louis Pullen-Freilich · 4 years, 1 month ago
  5. bb77c7b Refactors androidx.compose.animation:animation to the androidx.compose.animation package name by Louis Pullen-Freilich · 4 years, 1 month ago
  6. 5bb0c471 Refactors androidx.compose.animation:animation-core to the androidx.compose.animation.core package name by Louis Pullen-Freilich · 4 years, 1 month ago
  7. 623e405 Refactors androidx.compose.foundation:foundation-layout to the androidx.compose.foundation.layout package name by Louis Pullen-Freilich · 4 years, 1 month ago
  8. ddda7be Refactors androidx.compose.foundation:foundation to the androidx.compose.foundation package name by Louis Pullen-Freilich · 4 years, 1 month ago
  9. bf014c1 Modifier.drawBackground -> Modifier.background by Matvei Malkov · 4 years, 1 month ago
  10. eb605fd Merge "Renames androidx.compose.core group to androidx.compose.ui" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  11. 235b4fa Deprecate Scroller. Introduce ScrollableColumn / ScrollableRow by Matvei Malkov · 4 years, 1 month ago
  12. 923ed4c Renames androidx.compose.core group to androidx.compose.ui by Louis Pullen-Freilich · 4 years, 1 month ago
  13. 3d03099 Migrates internal / unpublished modules to androidx.compose by Louis Pullen-Freilich · 4 years, 1 month ago
  14. f0b5098 Moves androidx.compose:compose-runtime to androidx.compose.runtime:runtime by Louis Pullen-Freilich · 4 years, 2 months ago
  15. 7e6ecdb Moves androidx.ui:ui-core to androidx.compose.core:core by Louis Pullen-Freilich · 4 years, 1 month ago
  16. 23ef31b Merge "Moves androidx.ui:ui-layout to androidx.compose.foundation:foundation-layout" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 1 month ago
  17. db76e86 Moves androidx.ui:ui-layout to androidx.compose.foundation:foundation-layout by Louis Pullen-Freilich · 4 years, 1 month ago
  18. d2aa99c Make transition API consistent with other animation APIs by Doris Liu · 4 years, 1 month ago
  19. 0495ca00 Moves core text libraries to androidx.compose.core:* by Louis Pullen-Freilich · 4 years, 2 months ago
  20. 46ade7d Moves androidx.ui:ui-animation to androidx.compose.animation:animation by Louis Pullen-Freilich · 4 years, 2 months ago
  21. cec33d9 Moves androidx.ui:ui-foundation to androidx.compose.foundation:foundation by Louis Pullen-Freilich · 4 years, 2 months ago
  22. 5d18263 Moves ui-material, ui-material-icons-core, and ui-material-icons-extended to androidx.compose.material by Louis Pullen-Freilich · 4 years, 2 months ago
  23. a69d17b Make AnimationSpec the prevailing term for static anim config by Doris Liu · 4 years, 2 months ago
  24. b97d6b5 Merge "Replace MutuallyExclusiveSetItem with Modifier.Selectable." into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  25. 6788d20b Replace MutuallyExclusiveSetItem with Modifier.Selectable. by Matvei Malkov · 4 years, 3 months ago
  26. 6cfba72 Scaffold API changes by Matvei Malkov · 4 years, 3 months ago
  27. d1b2899 Fixes RallyAnimatedCircle's dividers and shows real data by Jose Alcerreca · 4 years, 3 months ago
  28. 9fb6924 Add reasonable slot defaults for Scrollers by Matvei Malkov · 4 years, 3 months ago
  29. 965f21f Moved DrawScope out of painter package by Nader Jawad · 4 years, 3 months ago
  30. 3a54b94 Removes no longer needed parentheses in @Composable() annotations by Louis Pullen-Freilich · 4 years, 4 months ago
  31. dcb7220 Updated DrawScope and ContentDrawScope by Nader Jawad · 4 years, 4 months ago
  32. 0ad23d0 Move ui-platform and ui-framework into ui-core by George Mount · 4 years, 4 months ago
  33. ca06c5a Updated more usages of Canvas to leverage Canvas2 instead by Nader Jawad · 4 years, 4 months ago
  34. d9f3f4a Updated usages of Canvas composable to use Canvas2 by Nader Jawad · 4 years, 4 months ago
  35. 267b950 Move RectangleShape from ui-foundation to ui-graphic by Andrey Kulikov · 4 years, 4 months ago
  36. 09a9eb8 Cross axis alignment parameter for Row and Column by Mihai Popa · 4 years, 4 months ago
  37. 5b7a6bb Use continuous and 1D Alignment in ui-layout APIs by Mihai Popa · 4 years, 4 months ago
  38. 5ec932a Rename EdgeInsets to InnerPadding by Mihai Popa · 4 years, 4 months ago
  39. b6d8db2 Modifier is the new Modifier.None by Adam Powell · 4 years, 5 months ago
  40. a9f913a Migrates Text consumers to use explicit color parameter by Louis Pullen-Freilich · 4 years, 5 months ago
  41. 82de594 Change ui-text module name to ui-text-core (Step 3) by Siyamed Sinir · 4 years, 5 months ago
  42. 27d233b Merge "Use ComponentActivity for all demos" into androidx-master-dev by Andrey Kulikov · 4 years, 5 months ago
  43. 8c53f26 Adds defaultFontFamily constructor parameter to Typography by Louis Pullen-Freilich · 4 years, 5 months ago
  44. 33f05b2 Use ComponentActivity for all demos by Andrey Kulikov · 4 years, 5 months ago
  45. 5f07ae8 State<T> property delegation by Adam Powell · 4 years, 5 months ago
  46. 75c42d0 Deprecate ColoredRect by Matvei Malkov · 4 years, 5 months ago
  47. cc1d166 Rename parameters in Divider by Anastasia Soboleva · 4 years, 5 months ago
  48. f0eb2ab Rename all "children" named composable params in ui-material. by Andrey Kulikov · 4 years, 5 months ago
  49. 27b65a5 Use new Modifier. syntax for Ripple by Andrey Kulikov · 4 years, 5 months ago
  50. 999a89b Fluent modifiers by Adam Powell · 4 years, 5 months ago
  51. b259185 Refactors MaterialTheme functions to be composable vals by Louis Pullen-Freilich · 4 years, 5 months ago
  52. 6b98755 Adds `generateDocs` flag to allow opting out for docs generation by Louis Pullen-Freilich · 4 years, 5 months ago
  53. 0d04438 Migrates consumers to ui-foundation Text from ui-framework Text by Louis Pullen-Freilich · 4 years, 5 months ago
  54. ac87cfb Ripple converted to Modifier by Andrey Kulikov · 4 years, 5 months ago
  55. 3865cac Merge "Added VectorPainter API" into androidx-master-dev by Nader Jawad · 4 years, 5 months ago
  56. 4dd1188 Added VectorPainter API by Nader Jawad · 4 years, 5 months ago
  57. f67592c Merge "Moving all gestures over to modifiers." into androidx-master-dev by Shep Shapard · 4 years, 5 months ago
  58. 8931646 Moving all gestures over to modifiers. by Shep Shapard · 4 years, 6 months ago
  59. a5a9e15 Removes ui-material-icons-extended dependency from demos by Louis Pullen-Freilich · 4 years, 5 months ago
  60. f95c991 The great demo migration - ui-material by Louis Pullen-Freilich · 4 years, 5 months ago
  61. 9fcfaeb Rename flexible to weight in Row and Column by Mihai Popa · 4 years, 5 months ago
  62. 11777a5 Replace usage of some usage of Draw with modifier by George Mount · 4 years, 6 months ago
  63. 602ef01 Move Surface and Card by Andrey Kulikov · 4 years, 6 months ago
  64. 96938ff Add enabled param for Button, FloatingActionButton and Clickable by Andrey Kulikov · 4 years, 6 months ago
  65. 0e4dc6d Remove Draw tag usages in layout, framework, material, benchmarks by Matvei Malkov · 4 years, 6 months ago
  66. 7372573 Cleanup Rally screens code & styling by Clara Bayarri · 4 years, 6 months ago
  67. 24bacea Make LayoutPadding RTL aware. by Anastasia Soboleva · 4 years, 7 months ago
  68. 255d76a Reorganize Rally code by Clara Bayarri · 4 years, 6 months ago
  69. c0157ea Fix RallyScreenState enum by Clara Bayarri · 4 years, 6 months ago
  70. 581b24d Style Rally App Bar and animate by Clara Bayarri · 4 years, 6 months ago
  71. 5bace4e Introduce Vector Icon Buttons in Rally by Clara Bayarri · 4 years, 7 months ago
  72. 4aa9250 Move Rally to the demos app by Clara Bayarri · 4 years, 6 months ago
  73. 5df56b8 Remove FontFamily API that takes single string. by Seigo Nonaka · 4 years, 7 months ago
  74. cddf897 Remove unnecessary Rally Scaffold by Clara Bayarri · 4 years, 7 months ago
  75. 791f071 Merge "Adds light/dark theme default mappings for AppBar and Tabs" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  76. 30f5669 Adds light/dark theme default mappings for AppBar and Tabs by Louis Pullen-Freilich · 4 years, 7 months ago
  77. e386f97dd Monthly button refactoring by Louis Pullen-Freilich · 4 years, 7 months ago
  78. 23fcd67 Split FontFamily class into two classes by Seigo Nonaka · 4 years, 9 months ago
  79. 842c8c1 Change module and package of Dp, IntPx, etc to unit. by George Mount · 4 years, 8 months ago
  80. 31c1ebd Size modifier API changes by Adam Powell · 4 years, 7 months ago
  81. a356776 Change annotation dep from implementation to api by Nick Anthony · 4 years, 8 months ago
  82. 7f848ab Refactor effects to @Composable by Leland Richardson · 4 years, 8 months ago
  83. 8736575 Removal of FlexRow/FlexColumn by Anastasia Soboleva · 4 years, 9 months ago
  84. dd72306 Concatenate Modifiers with + by Adam Powell · 4 years, 9 months ago
  85. 712dc99 API proposal: Layout prefix for LayoutModifiers by Adam Powell · 4 years, 9 months ago
  86. a241991 More on initial state by Doris Liu · 4 years, 9 months ago
  87. 3090c4f Merge "Initial dark theme support" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  88. 7a72958 Rewrite Spacer to accept modifiers by Matvei Malkov · 4 years, 9 months ago
  89. 37fab45 Initial dark theme support by Louis Pullen-Freilich · 4 years, 9 months ago
  90. d7779a2 Change Stack DSL to Modifiers by Anastasia Soboleva · 4 years, 9 months ago
  91. 34e8db3 Rename mainAxisAlignment to Arrangement by Anastasia Soboleva · 4 years, 9 months ago
  92. 54cfccf Restructure compose-compiler project. by Aurimas Liutikas · 4 years, 9 months ago
  93. 1ef0346 Remove crossAxisAlignment parameter in Column/Row by Anastasia Soboleva · 4 years, 9 months ago
  94. 52a2b7f Updates API for typography / shapes to follow colors by Louis Pullen-Freilich · 4 years, 10 months ago
  95. 574d771 Adds default values to Material ambients by Louis Pullen-Freilich · 4 years, 10 months ago
  96. 8a6387a Adds ColorPalette interface and surrounding infrastructure by Louis Pullen-Freilich · 5 years ago
  97. 86d5869 Add and implement RallyAlertDialog by Jelle Fresen · 4 years, 11 months ago
  98. 08e53df Unifies dependencies across Compose and main project by Louis Pullen-Freilich · 4 years, 10 months ago
  99. f5f1fda Remove mainAxisSize parameter from Row/Column by Anastasia Soboleva · 4 years, 10 months ago
  100. a797a20 Rename padding modifier to Spacing by Mihai Popa · 4 years, 10 months ago