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