[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 ago
  2. f434a13e Refactors androidx.compose.ui:ui-geometry to the androidx.compose.ui.geometry package name by Louis Pullen-Freilich · 4 years ago
  3. e933802 Re-enable inlining Row and Column by Chuck Jazdzewski · 4 years ago
  4. 62e58cd Temporary remove inline for Row and Column by Andrey Kulikov · 4 years ago
  5. ab19475 Refactors androidx.compose.ui:ui-text to the androidx.compose.ui.text package name by Louis Pullen-Freilich · 4 years ago
  6. ef18c63 Inline `Row` and `Column` by Chuck Jazdzewski · 4 years, 1 month ago
  7. ca6eca2 Refactors androidx.compose.foundation:foundation-text to the androidx.compose.foundation package name by Louis Pullen-Freilich · 4 years ago
  8. 623e405 Refactors androidx.compose.foundation:foundation-layout to the androidx.compose.foundation.layout package name by Louis Pullen-Freilich · 4 years ago
  9. ddda7be Refactors androidx.compose.foundation:foundation to the androidx.compose.foundation package name by Louis Pullen-Freilich · 4 years ago
  10. d7bd45a Merge "Fix measurement bug in ConstraintLayout" into androidx-master-dev by Treehugger Robot · 4 years ago
  11. c5f98fc Fix measurement bug in ConstraintLayout by Mihai Popa · 4 years ago
  12. bf014c1 Modifier.drawBackground -> Modifier.background by Matvei Malkov · 4 years ago
  13. 05c6ba5 Update Compose to 0.1.0-dev16 by Nick Anthony · 4 years ago
  14. a1dc264 Fix the rest of tests failing on cut-outs. by Filip Pavlis · 4 years ago
  15. eb605fd Merge "Renames androidx.compose.core group to androidx.compose.ui" into androidx-master-dev by Treehugger Robot · 4 years ago
  16. a15f90f Merge "Kotlin Rebase ComposeUI 1.4" into androidx-master-dev by Jim Sproch · 4 years ago
  17. 923ed4c Renames androidx.compose.core group to androidx.compose.ui by Louis Pullen-Freilich · 4 years ago
  18. a88c07a Kotlin Rebase ComposeUI 1.4 by Jim Sproch · 4 years, 1 month ago
  19. f36ba56 Reverts back to ui-test and ui-tooling libraries by Louis Pullen-Freilich · 4 years ago
  20. a4d73a5 Rename runOnIdleCompose to runOnIdle. by Filip Pavlis · 4 years ago
  21. fd01fbb Merge "Migrates internal / unpublished modules to androidx.compose" into androidx-master-dev by Louis Pullen-Freilich · 4 years ago
  22. 659ea72 Refactor testing APIs to the final proposal. by Filip Pavlis · 4 years ago
  23. 3d03099 Migrates internal / unpublished modules to androidx.compose by Louis Pullen-Freilich · 4 years ago
  24. d5e9ae9 Merge "Turn off debugging logs in ConstraintLayout" into androidx-master-dev by Treehugger Robot · 4 years ago
  25. f0b5098 Moves androidx.compose:compose-runtime to androidx.compose.runtime:runtime by Louis Pullen-Freilich · 4 years ago
  26. e018259 Moves androidx.ui:ui-text to androidx.compose.foundation:foundation-text by Louis Pullen-Freilich · 4 years ago
  27. 7e6ecdb Moves androidx.ui:ui-core to androidx.compose.core:core by Louis Pullen-Freilich · 4 years ago
  28. 6512337 Turn off debugging logs in ConstraintLayout by Mihai Popa · 4 years ago
  29. db76e86 Moves androidx.ui:ui-layout to androidx.compose.foundation:foundation-layout by Louis Pullen-Freilich · 4 years ago
  30. 5e711a1 Merge "Moves core text libraries to androidx.compose.core:*" into androidx-master-dev by Louis Pullen-Freilich · 4 years ago
  31. 63c6e12 ui-layout to MPP by Nikolay Igotti · 4 years ago
  32. 0495ca00 Moves core text libraries to androidx.compose.core:* by Louis Pullen-Freilich · 4 years ago
  33. 28185a6 Moves some small core libraries to androidx.compose.core:* by Louis Pullen-Freilich · 4 years ago
  34. 6bb9a47 Moves androidx.ui:ui-test to androidx.compose.test:test-core by Louis Pullen-Freilich · 4 years ago
  35. cec33d9 Moves androidx.ui:ui-foundation to androidx.compose.foundation:foundation by Louis Pullen-Freilich · 4 years ago
  36. bffebcd Revert "Revert "API lint check for the MissingJvmstatic is enabled for androidx"" by Jeff Gaston · 4 years, 2 months ago
  37. 5e382dd Remove layoutDirection parameter from MeasureBlock and IntrinsicsMeasureBlock by Anastasia Soboleva · 4 years, 1 month ago
  38. 8214471 Add AbsoluteArrangement by Anastasia Soboleva · 4 years, 1 month ago
  39. a47310e Regenerate old apis for compose using new metalava version by Aurimas Liutikas · 4 years, 1 month ago
  40. afd4a79 Update to a new version of Metalava by Aurimas Liutikas · 4 years, 1 month ago
  41. 726179f Updated Compose and UI version to 0.1.0-dev15 by Nick Anthony · 4 years, 1 month ago
  42. 4d1d814 Rename Modifier.tag to Modifier.layoutId by Mihai Popa · 4 years, 1 month ago
  43. 08c4795 Return non-null from Placeable#get(AlignmentLine) by Mihai Popa · 4 years, 1 month ago
  44. 0da462a Merge "Fix ConstraintLayout crash on specific remeasure" into androidx-master-dev by Mihai Popa · 4 years, 1 month ago
  45. 89b664d Merge changes from topic "merge_platform_dev" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  46. 9d17b5e Fix ConstraintLayout crash on specific remeasure by Mihai Popa · 4 years, 1 month ago
  47. c2e5559 Use TextFieldValue in all TextFields by Siyamed Sinir · 4 years, 1 month ago
  48. dc3c965 Merge "Remove IntPx" into androidx-master-dev am: 846c6b62a0 by Treehugger Robot · 4 years, 1 month ago
  49. 8f23757 Remove IntPx by George Mount · 4 years, 3 months ago
  50. 6089498 Merge "Replace PxSize with Size" into androidx-master-dev am: 61423c74dd by Treehugger Robot · 4 years, 1 month ago
  51. f94c64e Replace PxSize with Size by Nader Jawad · 4 years, 1 month ago
  52. c26fd53 Merge "Upgrade to androidx.test 1.3.0-rc01" into androidx-master-dev am: 618985cf35 by Aurimas Liutikas · 4 years, 1 month ago
  53. 618985cf Merge "Upgrade to androidx.test 1.3.0-rc01" into androidx-master-dev by Aurimas Liutikas · 4 years, 1 month ago
  54. 7fb1e39 Merge "Replace PxPosition with Offset" into androidx-master-dev am: 7ee528f765 by Nader Jawad · 4 years, 1 month ago
  55. 7ee528f Merge "Replace PxPosition with Offset" into androidx-master-dev by Nader Jawad · 4 years, 1 month ago
  56. 6189603 Merge "Fix defaultMinSizeConstraints sample comments" into androidx-master-dev am: 2812e978fa by Treehugger Robot · 4 years, 1 month ago
  57. 2812e97 Merge "Fix defaultMinSizeConstraints sample comments" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  58. c7af38c Fix defaultMinSizeConstraints sample comments by Mihai Popa · 4 years, 1 month ago
  59. 6df0612 Replace PxPosition with Offset by Nader Jawad · 4 years, 1 month ago
  60. 506ab64d Upgrade to androidx.test 1.3.0-rc01 by Aurimas Liutikas · 4 years, 1 month ago
  61. 3e9cfa6 Merge "Layout performance improvements." into androidx-master-dev am: 28cf45ff65 by Treehugger Robot · 4 years, 1 month ago
  62. 28cf45f Merge "Layout performance improvements." into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  63. 95a1ee3 Merge changes Ibee5afd6,Ida2db050,I47ffedaf,I08821d47,I3b1c75b8, ... into androidx-master-dev am: ec5b3cbb6c by Treehugger Robot · 4 years, 1 month ago
  64. ec5b3cb Merge changes Ibee5afd6,Ida2db050,I47ffedaf,I08821d47,I3b1c75b8, ... into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  65. 2acd5c2 Reset references in solver State on #reset() by Mihai Popa · 4 years, 1 month ago
  66. 8f136d6 Rename percent to fraction in guidelines API by Mihai Popa · 4 years, 1 month ago
  67. a11cfa2 Add margins for barriers by Mihai Popa · 4 years, 1 month ago
  68. 5b6148e Add missing docs for ChainStyle by Mihai Popa · 4 years, 1 month ago
  69. dc4c6ec Improve RTL support in ConstraintLayout by Mihai Popa · 4 years, 1 month ago
  70. 00bd59a Add @FloatRange to bias in ConstraintLayout by Mihai Popa · 4 years, 1 month ago
  71. 338712b Add ConstraintLayout @samples by Mihai Popa · 4 years, 1 month ago
  72. 324ff12 Layout performance improvements. by George Mount · 4 years, 2 months ago
  73. 013ef12 Merge "New ConstraintLayout DSL" into androidx-master-dev am: 82598b0d59 by Treehugger Robot · 4 years, 1 month ago
  74. 82598b0 Merge "New ConstraintLayout DSL" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  75. 53f4dd70 New ConstraintLayout DSL by Mihai Popa · 4 years, 2 months ago
  76. a6f65cb Merge "Removal of Px usages part 7 of 7" into androidx-master-dev am: a11b19a69c by Treehugger Robot · 4 years, 1 month ago
  77. 16e330a Removal of Px usages part 7 of 7 by Nader Jawad · 4 years, 2 months ago
  78. 07cd3cc Merge "Regenerate old compose API files using new metalava." into androidx-master-dev by Alan Viverette · 4 years, 1 month ago
  79. 099e77c Merge changes I086f4744,Id3434582 into androidx-master-dev am: b9dbf8fd40 by Nader Jawad · 4 years, 1 month ago
  80. ae679b3 Merge "Removal of Px usages part 4 of n" into androidx-master-dev am: 6a149097f7 by Nader Jawad · 4 years, 1 month ago
  81. 63153c1 Removal of Px usages part 6 of n by Nader Jawad · 4 years, 2 months ago
  82. e6a9b33 Removal of Px usages part 5 of n by Nader Jawad · 4 years, 2 months ago
  83. 5cc78dc Removal of Px usages part 4 of n by Nader Jawad · 4 years, 2 months ago
  84. 19b6618 Merge "Deprecate TestTag and convert all remaining uses to modifier" into androidx-master-dev am: 7a188fb522 by Treehugger Robot · 4 years, 2 months ago
  85. 4f9fbca Deprecate TestTag and convert all remaining uses to modifier by Alexandre Elias · 4 years, 2 months ago
  86. 3026a3b Regenerate old compose API files using new metalava. by Aurimas Liutikas · 4 years, 2 months ago
  87. 9291f14 Regenerate old compose API files using new metalava. by Aurimas Liutikas · 4 years, 2 months ago
  88. 1813d68 Merge "Improve Row and Column samples for fill = false" into androidx-master-dev am: b265e3bdb2 by Treehugger Robot · 4 years, 2 months ago
  89. b265e3b Merge "Improve Row and Column samples for fill = false" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  90. 053e4ac Resolve merge conflicts of 58b49540d86ba47b2345c0731b5508263d3ef81c to androidx-platform-dev by Aurimas Liutikas · 4 years, 2 months ago
  91. 3ec1672 Start tracking annotations that come from the classpath. by Aurimas Liutikas · 4 years, 2 months ago
  92. cd26af2 Merge "Add @ExperimentalLayout to intrinsic sizing" into androidx-master-dev am: 06588a73a5 by Treehugger Robot · 4 years, 2 months ago
  93. 1a0cf0d Merge "Improve stable/static analysis" into androidx-master-dev am: 77b74fa6b7 by Treehugger Robot · 4 years, 2 months ago
  94. a22885d Add @ExperimentalLayout to intrinsic sizing by Mihai Popa · 4 years, 2 months ago
  95. 874565a Improve Row and Column samples for fill = false by Mihai Popa · 4 years, 2 months ago
  96. 47df77f Improve stable/static analysis by Leland Richardson · 4 years, 2 months ago
  97. dd35f46 Merge "Add the @ExperimentalLayout annotation" into androidx-master-dev am: 834a4decf6 by Treehugger Robot · 4 years, 2 months ago
  98. 7d7481d Add the @ExperimentalLayout annotation by Mihai Popa · 4 years, 2 months ago
  99. 79ee69a Merge "Removal of Px usages part 3 of n" into androidx-master-dev am: 613ef1fb0a by Nader Jawad · 4 years, 2 months ago
  100. feb99f8 Removal of Px usages part 3 of n by Nader Jawad · 4 years, 2 months ago