[go: nahoru, domu]

  1. 56f5ea8 Add tests for Text/TextField Semantics by yingleiw · 4 years, 1 month ago
  2. 3bfe4ef Merge "LazyItems alignment and main-axis wrap content" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  3. aeda679 LazyItems alignment and main-axis wrap content by Mihai Burlaciuc · 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. 7a602a3 Merge "Zoomable minor rework." into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  8. 20f5b4c3 Zoomable minor rework. by Matvei Malkov · 4 years, 1 month ago
  9. d81536a Wrapped content on cross-axis for lazy row/column by Mihai Burlaciuc · 4 years, 1 month ago
  10. ca6eca2 Refactors androidx.compose.foundation:foundation-text to the androidx.compose.foundation package name by Louis Pullen-Freilich · 4 years, 1 month ago
  11. 623e405 Refactors androidx.compose.foundation:foundation-layout to the androidx.compose.foundation.layout package name by Louis Pullen-Freilich · 4 years, 1 month ago
  12. ddda7be Refactors androidx.compose.foundation:foundation to the androidx.compose.foundation package name by Louis Pullen-Freilich · 4 years, 1 month ago
  13. 356ab3e Refactors runtime extension libraries to their new androidx.compose.runtime package name by Louis Pullen-Freilich · 4 years, 1 month ago
  14. 790b311 Rename material.FilledTextField to material.TextField and foundation.TextField to foundation.BaseTextField with experimental marker. by Matvei Malkov · 4 years, 1 month ago
  15. e61080c Merge "Modifier.drawBackground -> Modifier.background" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  16. fb8d818 Merge "Remove deprecated AdapterList" into androidx-master-dev by Andrey Kulikov · 4 years, 1 month ago
  17. 55f0807 Remove deprecated AdapterList by Andrey Kulikov · 4 years, 1 month ago
  18. 2e4671b Merge "Updates isSystemInDarkTheme to no longer consider power saving mode pre-Q" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  19. bf014c1 Modifier.drawBackground -> Modifier.background by Matvei Malkov · 4 years, 1 month ago
  20. 839b35c Add RemeasurementModifier by Andrey Kulikov · 4 years, 1 month ago
  21. 7cf1c48 Deprecate Old Focus API by Ralston Da Silva · 4 years, 1 month ago
  22. 5398d76 Merge "Fix the rest of tests failing on cut-outs." into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  23. a1dc264 Fix the rest of tests failing on cut-outs. by Filip Pavlis · 4 years, 1 month ago
  24. 5730b29 Merge "Add contentPadding to LazyColumnItems/LazyRowItems" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  25. c85efb2 Updates isSystemInDarkTheme to no longer consider power saving mode pre-Q by Louis Pullen-Freilich · 4 years, 1 month ago
  26. b49c998 Add contentPadding to LazyColumnItems/LazyRowItems by Andrey Kulikov · 4 years, 1 month ago
  27. 3674533 Rename onFocusChange callback to onFocusChanged in text fields by Anastasia Soboleva · 4 years, 1 month ago
  28. bbe3d90 Merge "Disable DialogTest due to flakiness" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  29. 28d8d5d Disable DialogTest due to flakiness by Matvei Malkov · 4 years, 1 month ago
  30. 5aa418d Merge changes I400ce0e6,Iab63cb65 into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  31. 235b4fa Deprecate Scroller. Introduce ScrollableColumn / ScrollableRow by Matvei Malkov · 4 years, 1 month ago
  32. 710fb4f Refactor draggable, scrollable and fling config by Matvei Malkov · 4 years, 2 months ago
  33. a88c07a Kotlin Rebase ComposeUI 1.4 by Jim Sproch · 4 years, 2 months ago
  34. a4d73a5 Rename runOnIdleCompose to runOnIdle. by Filip Pavlis · 4 years, 1 month ago
  35. c1a5000 ui-foundation to MPP by Nikolay Igotti · 4 years, 1 month ago
  36. c60f33e Semantics no-op cleanups by Alexandre Elias · 4 years, 1 month ago
  37. 659ea72 Refactor testing APIs to the final proposal. by Filip Pavlis · 4 years, 1 month ago
  38. 97a0b74 Merge "Remove deprecated Modifier.ripple" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 1 month ago
  39. ba55567 Merge "Remove notifyObjectsInitialized() calls from WithConstraints and LazyItemsState" into androidx-master-dev by Andrey Kulikov · 4 years, 1 month ago
  40. 1d28118 Remove deprecated Modifier.ripple by Louis Pullen-Freilich · 4 years, 1 month ago
  41. 81e3adc Remove notifyObjectsInitialized() calls from WithConstraints and LazyItemsState by Andrey Kulikov · 4 years, 2 months ago
  42. ec4005d Merge "Remove LayoutNode.ref variable" into androidx-master-dev by Andrey Kulikov · 4 years, 1 month ago
  43. d66cc3e [Semantics] mergeAllDescendants improvements by Alexandre Elias · 4 years, 2 months ago
  44. 39609aa Allow corner sizes larger than 50% by Andrey Kulikov · 4 years, 2 months ago
  45. 5ef3f31 Use animation clock as disposable clock by Jelle Fresen · 4 years, 2 months ago
  46. 009493b Remove LayoutNode.ref variable by Andrey Kulikov · 4 years, 2 months ago
  47. c02fc30 Merge "Change Default ContentScale for Image" into androidx-master-dev by Nader Jawad · 4 years, 2 months ago
  48. 1c3daea Change Default ContentScale for Image by Nader Jawad · 4 years, 2 months ago
  49. 028c0d5 Final migration of material size tests. by Filip Pavlis · 4 years, 2 months ago
  50. 5469e25 Add Experimental annotation for LayoutNode method. by George Mount · 4 years, 2 months ago
  51. dd84977 Updated Interactions to use ScrollGestureFilter by Shep Shapard · 4 years, 2 months ago
  52. 11fcc133 Make draggable material components support RTL by Matvei Malkov · 4 years, 2 months ago
  53. b300d2c Link ViewGroup compositions to existing ones by Mihai Popa · 4 years, 2 months ago
  54. 0332df0 Set AlertDialog width to M specs by Jelle Fresen · 4 years, 2 months ago
  55. 0c5bd22 Merge "Remove layoutDirection parameter from MeasureBlock and IntrinsicsMeasureBlock" into androidx-master-dev by Anastasia Soboleva · 4 years, 2 months ago
  56. 0a90de9 Replace frames with snapshots by Chuck Jazdzewski · 4 years, 3 months ago
  57. 5e382dd Remove layoutDirection parameter from MeasureBlock and IntrinsicsMeasureBlock by Anastasia Soboleva · 4 years, 2 months ago
  58. 8214471 Add AbsoluteArrangement by Anastasia Soboleva · 4 years, 2 months ago
  59. a69d17b Make AnimationSpec the prevailing term for static anim config by Doris Liu · 4 years, 2 months ago
  60. 657c456 Deprecate @Untracked and use @ComposableContract instead by Leland Richardson · 4 years, 2 months ago
  61. 74ca1b8 Merge "Delete PassThroughLayout, its users and layout flags" into androidx-master-dev by aelias · 4 years, 2 months ago
  62. eb075b6 Merge "Add TextRange.constrain()" into androidx-master-dev by Siyamed Sinir · 4 years, 2 months ago
  63. f2e0973 Delete PassThroughLayout, its users and layout flags by Alexandre Elias · 4 years, 2 months ago
  64. 19285b1 Composable Emits === by Leland Richardson · 4 years, 2 months ago
  65. 6899f82 Add TextRange.constrain() by Siyamed Sinir · 4 years, 2 months ago
  66. 027edb4 InternalTextApi annotation by Siyamed Sinir · 4 years, 2 months ago
  67. 0e729d9 Merge "LazyRowItems" into androidx-master-dev by Andrey Kulikov · 4 years, 2 months ago
  68. 2613615 Merge "Rename AdapterList to LazyColumnItems" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  69. 9850fbc LazyRowItems by Andrey Kulikov · 4 years, 2 months ago
  70. 6decc02 Rename AdapterList to LazyColumnItems by Andrey Kulikov · 4 years, 2 months ago
  71. 3bba190 Merge "Update API docs for TextFields and TextFieldValue" into androidx-master-dev by Siyamed Sinir · 4 years, 2 months ago
  72. 031a98a Fix for AdapterList can't be scrolled when item is initially created with 0 size and then expanded by Andrey Kulikov · 4 years, 2 months ago
  73. 77df369 Merge "Update DrawScope based on API council feedback" into androidx-master-dev by Nader Jawad · 4 years, 2 months ago
  74. 91d3310 Update DrawScope based on API council feedback by Nader Jawad · 4 years, 2 months ago
  75. 4cea7ac Merge "Replace Semantics component with Modifier.semantics" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  76. 4e172c9 Update API docs for TextFields and TextFieldValue by Siyamed Sinir · 4 years, 2 months ago
  77. 2b055a7 Replace Semantics component with Modifier.semantics by Matvei Malkov · 4 years, 2 months ago
  78. 01b35f7 Do not create TextRange instance for 0 values by Siyamed Sinir · 4 years, 2 months ago
  79. d7e8e3b Fire TextField onValueChange on composition change by Siyamed Sinir · 4 years, 2 months ago
  80. 0adcede Add single index TextRange factory function by Siyamed Sinir · 4 years, 2 months ago
  81. d9d91ee Merge "Fix TextField not updating composition" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  82. 8127dc2 Merge "Stateless Animation API" into androidx-master-dev by Doris Liu · 4 years, 2 months ago
  83. 8f01123 Fix TextField not updating composition by Siyamed Sinir · 4 years, 2 months ago
  84. ba279a0 Disable blinking cursor in tests by default by Jelle Fresen · 4 years, 2 months ago
  85. 6dd8811 Stateless Animation API by Doris Liu · 4 years, 3 months ago
  86. d6062f7 Add ability to get ViewModels from inside a composable function by Andrey Kulikov · 4 years, 4 months ago
  87. c2e5559 Use TextFieldValue in all TextFields by Siyamed Sinir · 4 years, 2 months ago
  88. 846c6b6 Merge "Remove IntPx" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  89. 8103f44 Add Text API in SemanticsProperties by yingleiw · 4 years, 3 months ago
  90. 8f23757 Remove IntPx by George Mount · 4 years, 4 months ago
  91. c8bef9a Merge "Remove deprecated drawing/graphics APIs" into androidx-master-dev by Nader Jawad · 4 years, 2 months ago
  92. 655b819 Merge "Fix crash during the AdapterList measuring" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  93. 6f58864 Delete ui.foundation.RectangleShape. by Alexandre Elias · 4 years, 2 months ago
  94. 9daca11 Remove deprecated drawing/graphics APIs by Nader Jawad · 4 years, 3 months ago
  95. 94e15ac Merge "Adds Interaction tests for selectable and toggleable" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  96. 3eb4eb0 Adds Interaction tests for selectable and toggleable by Louis Pullen-Freilich · 4 years, 3 months ago
  97. 3832037 Require non-null ViewTreeLifecycleOwner by Andrey Kulikov · 4 years, 4 months ago
  98. 656c113 Narrow public API of Compose Runtime by Leland Richardson · 4 years, 3 months ago
  99. f94c64e Replace PxSize with Size by Nader Jawad · 4 years, 3 months ago
  100. b9cf864 Refactored drawRoundRect to consume single Radius parameter by Nader Jawad · 4 years, 3 months ago