[go: nahoru, domu]

  1. 4dc4dac Refactors androidx.compose.ui:ui-graphics to the androidx.compose.ui.graphics package name by Louis Pullen-Freilich · 4 years, 1 month ago
  2. 20f5b4c3 Zoomable minor rework. by Matvei Malkov · 4 years, 1 month ago
  3. 623e405 Refactors androidx.compose.foundation:foundation-layout to the androidx.compose.foundation.layout package name by Louis Pullen-Freilich · 4 years, 1 month ago
  4. ddda7be Refactors androidx.compose.foundation:foundation to the androidx.compose.foundation package name by Louis Pullen-Freilich · 4 years, 1 month ago
  5. eb605fd Merge "Renames androidx.compose.core group to androidx.compose.ui" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  6. 235b4fa Deprecate Scroller. Introduce ScrollableColumn / ScrollableRow by Matvei Malkov · 4 years, 1 month ago
  7. 710fb4f Refactor draggable, scrollable and fling config by Matvei Malkov · 4 years, 2 months ago
  8. 923ed4c Renames androidx.compose.core group to androidx.compose.ui by Louis Pullen-Freilich · 4 years, 1 month ago
  9. 3d03099 Migrates internal / unpublished modules to androidx.compose by Louis Pullen-Freilich · 4 years, 1 month ago
  10. f0b5098 Moves androidx.compose:compose-runtime to androidx.compose.runtime:runtime by Louis Pullen-Freilich · 4 years, 2 months ago
  11. 7e6ecdb Moves androidx.ui:ui-core to androidx.compose.core:core by Louis Pullen-Freilich · 4 years, 1 month ago
  12. db76e86 Moves androidx.ui:ui-layout to androidx.compose.foundation:foundation-layout by Louis Pullen-Freilich · 4 years, 1 month ago
  13. 0495ca00 Moves core text libraries to androidx.compose.core:* by Louis Pullen-Freilich · 4 years, 2 months ago
  14. 46ade7d Moves androidx.ui:ui-animation to androidx.compose.animation:animation by Louis Pullen-Freilich · 4 years, 2 months ago
  15. cec33d9 Moves androidx.ui:ui-foundation to androidx.compose.foundation:foundation by Louis Pullen-Freilich · 4 years, 2 months ago
  16. 9850fbc LazyRowItems by Andrey Kulikov · 4 years, 2 months ago
  17. 6decc02 Rename AdapterList to LazyColumnItems by Andrey Kulikov · 4 years, 2 months ago
  18. 39447e5 Add Modifier.zoomable by Aaron Stacy · 4 years, 3 months ago
  19. 323b745 Modifier.clickable reimagined by Matvei Malkov · 4 years, 4 months ago
  20. 3a54b94 Removes no longer needed parentheses in @Composable() annotations by Louis Pullen-Freilich · 4 years, 4 months ago
  21. 0ad23d0 Move ui-platform and ui-framework into ui-core by George Mount · 4 years, 4 months ago
  22. 650f104 Temporarily remove Table by Mihai Popa · 4 years, 4 months ago
  23. 75e63e4 Updates demos and samples to use new explicit style parameters on Text by Louis Pullen-Freilich · 4 years, 4 months ago
  24. c5567dc9 Initial InteractionState / Interaction implementation by Louis Pullen-Freilich · 4 years, 4 months ago
  25. 74f65f5 Fix IndexOutOfBoundsException in AdapterList when visible list data shrinks by Ryan Mentley · 4 years, 5 months ago
  26. 82de594 Change ui-text module name to ui-text-core (Step 3) by Siyamed Sinir · 4 years, 5 months ago
  27. 999a89b Fluent modifiers by Adam Powell · 4 years, 5 months ago
  28. 6b98755 Adds `generateDocs` flag to allow opting out for docs generation by Louis Pullen-Freilich · 4 years, 5 months ago
  29. 0d04438 Migrates consumers to ui-foundation Text from ui-framework Text by Louis Pullen-Freilich · 4 years, 5 months ago
  30. c0e90f7 Adds search / filtering support to demos & refactoring by Louis Pullen-Freilich · 4 years, 5 months ago
  31. 8ed2b29 The great demo migration - ui-foundation by Louis Pullen-Freilich · 4 years, 5 months ago
  32. 9fcfaeb Rename flexible to weight in Row and Column by Mihai Popa · 4 years, 5 months ago
  33. feef695c Revert "Revert "Refactors sample module directory structure"" by Louis Pullen-Freilich · 4 years, 5 months ago
  34. 39594d7 Revert "Refactors sample module directory structure" by Sam Gilbert · 4 years, 5 months ago
  35. 80c5948 Refactors sample module directory structure by Louis Pullen-Freilich · 4 years, 5 months ago
  36. 157c9e2 Updated Image to no longer control RTL and min width/height parameters by Nader Jawad · 4 years, 6 months ago
  37. 7cb509f Merge "Added Image composable" into androidx-master-dev by Nader Jawad · 4 years, 6 months ago
  38. a736e8f Added Image composable by Nader Jawad · 4 years, 6 months ago
  39. 5c77fc5 Deprecate Wrap composable by Anastasia Soboleva · 4 years, 6 months ago
  40. 5eaee2e Refactor Box to support RTL by Anastasia Soboleva · 4 years, 6 months ago
  41. e5a9777 Support RTL in Stack by Anastasia Soboleva · 4 years, 6 months ago
  42. cdb78ac Clean up material demos by Matvei Malkov · 4 years, 6 months ago
  43. 59bac36 Remove DrawShape by Matvei Malkov · 4 years, 6 months ago
  44. 24bacea Make LayoutPadding RTL aware. by Anastasia Soboleva · 4 years, 7 months ago
  45. d307439 Remove dead code, composer globals by Leland Richardson · 4 years, 6 months ago
  46. 4016df1 Merge "Scrollable Composable" into androidx-master-dev by Ryan Mentley · 4 years, 6 months ago
  47. 875d957 Remove Padding composable in favor of modifier by Anastasia Soboleva · 4 years, 6 months ago
  48. 46aba35 Scrollable Composable by Matvei Malkov · 4 years, 7 months ago
  49. 83c41e0 Refactor and rename background modifier + samples by Matvei Malkov · 4 years, 7 months ago
  50. d08b02d More Box params by Matvei Malkov · 4 years, 7 months ago
  51. 211b47c Canvas layout in foundation experiment by Matvei Malkov · 4 years, 7 months ago
  52. a52cf6d Merge "Fixes failing lint check because of sample in the wrong module" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  53. eddcdf3c Merge "Remove ValueHolder in Foundation in favor of AnimatedFloat" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  54. 18b3b12 Fixes failing lint check because of sample in the wrong module by Louis Pullen-Freilich · 4 years, 7 months ago
  55. c09bc56 Remove ValueHolder in Foundation in favor of AnimatedFloat by Matvei Malkov · 4 years, 7 months ago
  56. 9413082 Added Painter API by Nader Jawad · 4 years, 7 months ago
  57. 47f0e1a Merge Density and DensityScope. Remove ambientDensity() by Andrey Kulikov · 4 years, 7 months ago
  58. d4471aa Rename Border modifier to DrawBorder + add Border by Matvei Malkov · 4 years, 7 months ago
  59. f27971d Integrate native fling spline into Compose UI by Adam Powell · 4 years, 7 months ago
  60. 6e5b8f2 Border modifier by Matvei Malkov · 4 years, 8 months ago
  61. 842c8c1 Change module and package of Dp, IntPx, etc to unit. by George Mount · 4 years, 8 months ago
  62. 3264c10 Merge "Improved Scroller gesture detection." into androidx-master-dev by Shep Shapard · 4 years, 8 months ago
  63. 7276ade Merge "Change annotation dep from implementation to api" into androidx-master-dev by Aurimas Liutikas · 4 years, 8 months ago
  64. 9494a43 Introduce MutableState, State, mutableStateOf APIs by Leland Richardson · 4 years, 8 months ago
  65. a356776 Change annotation dep from implementation to api by Nick Anthony · 4 years, 8 months ago
  66. 1e36a78 Improved Scroller gesture detection. by Shep Shapard · 4 years, 9 months ago
  67. 7f848ab Refactor effects to @Composable by Leland Richardson · 4 years, 8 months ago
  68. 712dc99 API proposal: Layout prefix for LayoutModifiers by Adam Powell · 4 years, 9 months ago
  69. 7a72958 Rewrite Spacer to accept modifiers by Matvei Malkov · 4 years, 9 months ago
  70. 9797f5f Merge "[Selection 1] Move Popup to ui-framework" into androidx-master-dev by Siyamed Sinir · 4 years, 9 months ago
  71. fc05929 [Selection 1] Move Popup to ui-framework by Siyamed Sinir · 4 years, 9 months ago
  72. 54cfccf Restructure compose-compiler project. by Aurimas Liutikas · 4 years, 9 months ago
  73. 1ef0346 Remove crossAxisAlignment parameter in Column/Row by Anastasia Soboleva · 4 years, 9 months ago
  74. 574d771 Adds default values to Material ambients by Louis Pullen-Freilich · 4 years, 10 months ago
  75. f502d3cb Merge "Finite measurement for inflexible Flex children" into androidx-master-dev by Mihai Popa · 4 years, 9 months ago
  76. c55cb9b Finite measurement for inflexible Flex children by Mihai Popa · 4 years, 9 months ago
  77. c1c7285 Modifiers for Scrollers by Matvei Malkov · 4 years, 9 months ago
  78. 985dcfa More declarative Draggable by Matvei Malkov · 5 years ago
  79. 1335163 Rename ToggleableState.Checked and Unchecked to On/Off by Matvei Malkov · 4 years, 10 months ago
  80. e2e911e Remove selectionColor from Text composable by Siyamed Sinir · 4 years, 10 months ago
  81. 08e53df Unifies dependencies across Compose and main project by Louis Pullen-Freilich · 4 years, 10 months ago
  82. f5f1fda Remove mainAxisSize parameter from Row/Column by Anastasia Soboleva · 4 years, 10 months ago
  83. dabc9147 Partially revert aosp/1143756 for samples by Nick Anthony · 4 years, 10 months ago
  84. f2db4e3 Turn off docs for samples, demos, integration test, and ui-android-text by Nick Anthony · 4 years, 10 months ago
  85. 5da28bd Update doc naming to refer to composables for consistency by Louis Pullen-Freilich · 4 years, 10 months ago
  86. dde079c Use ViewComposer as fallback during compile, remove unused composer imports by Leland Richardson · 4 years, 10 months ago
  87. a5396b4 Introduce call and emit codegen with new resolver, remove KTX completely by Leland Richardson · 4 years, 10 months ago
  88. a02c625 Deprecate AspectRatio composable and use modifier instead. by Anastasia Soboleva · 4 years, 11 months ago
  89. a7e05d7 Reorganize TextField API by Seigo Nonaka · 5 years ago
  90. b831555 Toggleable improvements. by Matvei Malkov · 5 years ago
  91. d4d3710 Change default size of Row and Column by Calin Tataru · 5 years ago
  92. b691c5b Merge "Add dropdown alignment for the Popup" into androidx-master-dev by Treehugger Robot · 5 years ago
  93. 49000c6 Add dropdown alignment for the Popup by Mihai Burlaciuc · 5 years ago
  94. d783448 Material data table component by Calin Tataru · 5 years ago
  95. 36e1b03 Revert to old Table API by Calin Tataru · 5 years ago
  96. 648657c Merge "Table decorations rework and optimisation" into androidx-master-dev by Calin Tataru · 5 years ago
  97. 3c63b73 Table decorations rework and optimisation by Calin Tataru · 5 years ago
  98. 8c5d038 Move Alignment to ui-core. by Qingqing Deng · 5 years ago
  99. 940129e Add flow layout by Calin Tataru · 5 years ago
  100. ad98353 Moved graphics APIs out of painting package by Nader Jawad · 5 years ago