[go: nahoru, domu]

  1. 623e405 Refactors androidx.compose.foundation:foundation-layout to the androidx.compose.foundation.layout package name by Louis Pullen-Freilich · 4 years ago
  2. ddda7be Refactors androidx.compose.foundation:foundation to the androidx.compose.foundation package name by Louis Pullen-Freilich · 4 years ago
  3. 356ab3e Refactors runtime extension libraries to their new androidx.compose.runtime package name by Louis Pullen-Freilich · 4 years ago
  4. 790b311 Rename material.FilledTextField to material.TextField and foundation.TextField to foundation.BaseTextField with experimental marker. by Matvei Malkov · 4 years ago
  5. bf014c1 Modifier.drawBackground -> Modifier.background by Matvei Malkov · 4 years ago
  6. eb605fd Merge "Renames androidx.compose.core group to androidx.compose.ui" into androidx-master-dev by Treehugger Robot · 4 years ago
  7. 235b4fa Deprecate Scroller. Introduce ScrollableColumn / ScrollableRow by Matvei Malkov · 4 years ago
  8. 710fb4f Refactor draggable, scrollable and fling config by Matvei Malkov · 4 years ago
  9. 923ed4c Renames androidx.compose.core group to androidx.compose.ui by Louis Pullen-Freilich · 4 years ago
  10. f0b5098 Moves androidx.compose:compose-runtime to androidx.compose.runtime:runtime by Louis Pullen-Freilich · 4 years ago
  11. 7e6ecdb Moves androidx.ui:ui-core to androidx.compose.core:core by Louis Pullen-Freilich · 4 years ago
  12. db76e86 Moves androidx.ui:ui-layout to androidx.compose.foundation:foundation-layout by Louis Pullen-Freilich · 4 years ago
  13. 0495ca00 Moves core text libraries to androidx.compose.core:* by Louis Pullen-Freilich · 4 years ago
  14. 46ade7d Moves androidx.ui:ui-animation to androidx.compose.animation:animation by Louis Pullen-Freilich · 4 years ago
  15. cec33d9 Moves androidx.ui:ui-foundation to androidx.compose.foundation:foundation by Louis Pullen-Freilich · 4 years ago
  16. 0a90de9 Replace frames with snapshots by Chuck Jazdzewski · 4 years, 2 months ago
  17. 3bba190 Merge "Update API docs for TextFields and TextFieldValue" into androidx-master-dev by Siyamed Sinir · 4 years, 1 month ago
  18. 91d3310 Update DrawScope based on API council feedback by Nader Jawad · 4 years, 1 month ago
  19. 4e172c9 Update API docs for TextFields and TextFieldValue by Siyamed Sinir · 4 years, 1 month ago
  20. c2e5559 Use TextFieldValue in all TextFields by Siyamed Sinir · 4 years, 1 month ago
  21. 6df0612 Replace PxPosition with Offset by Nader Jawad · 4 years, 1 month ago
  22. 39447e5 Add Modifier.zoomable by Aaron Stacy · 4 years, 2 months ago
  23. 852980c7 Make Toggleable be Modifier.toggleable by Matvei Malkov · 4 years, 2 months ago
  24. 6788d20b Replace MutuallyExclusiveSetItem with Modifier.Selectable. by Matvei Malkov · 4 years, 2 months ago
  25. 4f9fbca Deprecate TestTag and convert all remaining uses to modifier by Alexandre Elias · 4 years, 2 months ago
  26. feb99f8 Removal of Px usages part 3 of n by Nader Jawad · 4 years, 2 months ago
  27. 562503b Merge "Make Indication creating via ambient lazily invoked" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  28. cf02d84 Make Indication creating via ambient lazily invoked by Matvei Malkov · 4 years, 2 months ago
  29. d379a78 Merge "Add reasonable slot defaults for Scrollers" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  30. c271628 Merge "Removal of Px usages part 2 of n" into androidx-master-dev by Nader Jawad · 4 years, 2 months ago
  31. 22de791 Removal of Px usages part 2 of n by Nader Jawad · 4 years, 2 months ago
  32. 323b745 Modifier.clickable reimagined by Matvei Malkov · 4 years, 3 months ago
  33. 9fb6924 Add reasonable slot defaults for Scrollers by Matvei Malkov · 4 years, 2 months ago
  34. cdf5143 Indication API with InteractionState support by Matvei Malkov · 4 years, 3 months ago
  35. 965f21f Moved DrawScope out of painter package by Nader Jawad · 4 years, 2 months ago
  36. d01c1c2 Move DrawScope to ui-graphics by Nader Jawad · 4 years, 2 months ago
  37. dcb7220 Updated DrawScope and ContentDrawScope by Nader Jawad · 4 years, 2 months ago
  38. 4de16fe Refactor DrawScope size to be an instance of Size instead of PxSize by Nader Jawad · 4 years, 2 months ago
  39. 0ad23d0 Move ui-platform and ui-framework into ui-core by George Mount · 4 years, 3 months ago
  40. 650f104 Temporarily remove Table by Mihai Popa · 4 years, 3 months ago
  41. d9f3f4a Updated usages of Canvas composable to use Canvas2 by Nader Jawad · 4 years, 3 months ago
  42. ff85bda Compose declarative graphics API by Nader Jawad · 4 years, 3 months ago
  43. ab06245 Merge changes I0b950cd3,I82768739 into androidx-master-dev by Louis Pullen-Freilich · 4 years, 3 months ago
  44. 4c082f9 Saved instance state support for TextFields by Andrey Kulikov · 4 years, 3 months ago
  45. 75e63e4 Updates demos and samples to use new explicit style parameters on Text by Louis Pullen-Freilich · 4 years, 3 months ago
  46. 85efce6 Merge "Initial InteractionState / Interaction implementation" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  47. c5567dc9 Initial InteractionState / Interaction implementation by Louis Pullen-Freilich · 4 years, 3 months ago
  48. 267b950 Move RectangleShape from ui-foundation to ui-graphic by Andrey Kulikov · 4 years, 3 months ago
  49. 038429bf Add support for ImagePainter subsection drawing by Nader Jawad · 4 years, 3 months ago
  50. 83158ed Renamed ScaleFit API and added documentation for improved clarity by Nader Jawad · 4 years, 3 months ago
  51. b6d8db2 Modifier is the new Modifier.None by Adam Powell · 4 years, 3 months ago
  52. 82de594 Change ui-text module name to ui-text-core (Step 3) by Siyamed Sinir · 4 years, 4 months ago
  53. 70a8cfe Make PointerInputModifiers fluent. by Shep Shapard · 4 years, 4 months ago
  54. 5f07ae8 State<T> property delegation by Adam Powell · 4 years, 4 months ago
  55. 75c42d0 Deprecate ColoredRect by Matvei Malkov · 4 years, 4 months ago
  56. 80aaa82 Merge "Remove TextField overloads" into androidx-master-dev by Treehugger Robot · 4 years, 4 months ago
  57. 009f48d Better comments and samples for draggable/scrollable by Matvei Malkov · 4 years, 4 months ago
  58. fbb4eeb Remove TextField overloads by Seigo Nonaka · 4 years, 4 months ago
  59. 4a945c3 Make draggable and scrollable be *new* modifiers by Matvei Malkov · 4 years, 4 months ago
  60. 9f9e7c9 Move DrawBorder to Modifier.drawBorder by Matvei Malkov · 4 years, 4 months ago
  61. 999a89b Fluent modifiers by Adam Powell · 4 years, 4 months ago
  62. 59fa63f Make scrollable to be a modifier + bugfix by Matvei Malkov · 4 years, 4 months ago
  63. 4100946 Move TextField to ui-foundation by Seigo Nonaka · 4 years, 4 months ago
  64. d35a11e Rework draggable by Matvei Malkov · 4 years, 4 months ago
  65. 0d04438 Migrates consumers to ui-foundation Text from ui-framework Text by Louis Pullen-Freilich · 4 years, 4 months ago
  66. b72b705 Initial migration of Text to ui-foundation by Louis Pullen-Freilich · 4 years, 4 months ago
  67. 36f94e7 Add enabled param for Checkbox, Toggleable and Switches by Matvei Malkov · 4 years, 4 months ago
  68. 3865cac Merge "Added VectorPainter API" into androidx-master-dev by Nader Jawad · 4 years, 4 months ago
  69. 4dd1188 Added VectorPainter API by Nader Jawad · 4 years, 4 months ago
  70. 8931646 Moving all gestures over to modifiers. by Shep Shapard · 4 years, 4 months ago
  71. 5ea860c Remove Containers from demos, samples and ui benchmarks by Matvei Malkov · 4 years, 4 months ago
  72. feef695c Revert "Revert "Refactors sample module directory structure"" by Louis Pullen-Freilich · 4 years, 4 months ago
  73. 39594d7 Revert "Refactors sample module directory structure" by Sam Gilbert · 4 years, 4 months ago
  74. 80c5948 Refactors sample module directory structure by Louis Pullen-Freilich · 4 years, 4 months ago