[go: nahoru, domu]

  1. ddf743b Merge "Implement Composer.skipToGroupEnd() for new code generation" into androidx-master-dev by Treehugger Robot · 4 years, 4 months ago
  2. d7aa6bd Implement Composer.skipToGroupEnd() for new code generation by Chuck Jazdzewski · 4 years, 4 months ago
  3. dd97de1 Get rid of duplicate identical methods in class files. by Mads Ager · 4 years, 4 months ago
  4. 96c2fae Merge "Avoid using 'lateinit' in the composer" into androidx-master-dev by Chuck Jazdzewski · 4 years, 4 months ago
  5. d4357ae Merge "Remove compileOnly dependencies from library build_info files and turn on compose-compiler-hosted jar generation" into androidx-master-dev by Treehugger Robot · 4 years, 4 months ago
  6. 67e5927 Avoid using 'lateinit' in the composer by Chuck Jazdzewski · 4 years, 4 months ago
  7. e5fee49 Remove compileOnly dependencies from library build_info files and turn on compose-compiler-hosted jar generation by Nick Anthony · 4 years, 4 months ago
  8. c916742 Move use of global recomposer to be explicit by Adam Powell · 4 years, 4 months ago
  9. 37fc4c0 Merge "Fix IrSourcePrinter for builtin operators" into androidx-master-dev by Treehugger Robot · 4 years, 4 months ago
  10. f00729c Fix more cases of inline classes cross module. by Mads Ager · 4 years, 4 months ago
  11. cf80be8 Fix IrSourcePrinter for builtin operators by Leland Richardson · 4 years, 4 months ago
  12. 9605ee3 Kotlin rebase by Jim Sproch · 4 years, 6 months ago
  13. 53cef14 Make ComposableFunctionBodyTransformer work for any number of parameters by Leland Richardson · 4 years, 4 months ago
  14. 444fc3b Generate Movable groups with key and handle dynamic groups properly by Leland Richardson · 4 years, 5 months ago
  15. 95e114a Ensure the FrameManager's commit observer can run off the main thead by Chuck Jazdzewski · 4 years, 4 months ago
  16. d82df57 Fix insert after skipping by Chuck Jazdzewski · 4 years, 4 months ago
  17. e773388 Fix checkApi, broke when we move to dev10 by Nick Anthony · 4 years, 4 months ago
  18. 0924dbb Merge "Update Compose to 0.1.0-dev10" into androidx-master-dev by Treehugger Robot · 4 years, 4 months ago
  19. c7ded6a Merge "Improve the mechansim that updates the slot table" into androidx-master-dev by Chuck Jazdzewski · 4 years, 4 months ago
  20. 3970b03 Merge "Avoid generating unused classes for BuildableMap" into androidx-master-dev by Treehugger Robot · 4 years, 4 months ago
  21. 2834bae Update Compose to 0.1.0-dev10 by Nick Anthony · 4 years, 4 months ago
  22. c979400 Avoid generating unused classes for BuildableMap by Chuck Jazdzewski · 4 years, 4 months ago
  23. 5b7a6bb Use continuous and 1D Alignment in ui-layout APIs by Mihai Popa · 4 years, 4 months ago
  24. 60cdc46 Improve the mechansim that updates the slot table by Chuck Jazdzewski · 4 years, 5 months ago
  25. f969d8b Merge "Update runtime composition benchmarks to use dispose." into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  26. 0e97db6 Update runtime composition benchmarks to use dispose. by Chuck Jazdzewski · 4 years, 5 months ago
  27. 52d23a8 Merge "Revert "Turn on jar generation for compose-compiler-hosted for google3"" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  28. 4904391 Fix HotReloadIntegrationTests by Andrey Kulikov · 4 years, 5 months ago
  29. 1cb3e64 Fix bad merge of test. by Mads Ager · 4 years, 5 months ago
  30. 72a2530 Merge "Fix (one) issue with cross-module inline classes" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  31. 1c5f2fa Merge "Add a gradle property for allWarningsAsErrors." into androidx-master-dev by Aurimas Liutikas · 4 years, 5 months ago
  32. 31aa3c9 Fix (one) issue with cross-module inline classes by Mads Ager · 4 years, 5 months ago
  33. 2a9a199 Add a gradle property for allWarningsAsErrors. by Aurimas Liutikas · 4 years, 5 months ago
  34. 68325e7 Revert "Turn on jar generation for compose-compiler-hosted for google3" by Nick Anthony · 4 years, 5 months ago
  35. b6d8db2 Modifier is the new Modifier.None by Adam Powell · 4 years, 5 months ago
  36. 82de594 Change ui-text module name to ui-text-core (Step 3) by Siyamed Sinir · 4 years, 5 months ago
  37. 54010b3 Change DrawModifier.drawContent() to accept Canvas. by George Mount · 4 years, 5 months ago
  38. 7bdf423 Use ComponentActivity for all tests by Andrey Kulikov · 4 years, 5 months ago
  39. 406047f Merge "Fixed potential infinite loop when groups are swapped" into androidx-master-dev by Chuck Jazdzewski · 4 years, 5 months ago
  40. 8898251 Fixed potential infinite loop when groups are swapped by Chuck Jazdzewski · 4 years, 5 months ago
  41. 5f07ae8 State<T> property delegation by Adam Powell · 4 years, 5 months ago
  42. 75c42d0 Deprecate ColoredRect by Matvei Malkov · 4 years, 5 months ago
  43. 80aaa82 Merge "Remove TextField overloads" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  44. fbb4eeb Remove TextField overloads by Seigo Nonaka · 4 years, 5 months ago
  45. 98e3aad Merge "Hack to work around outdated IDE plugin" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  46. 38656c8 Merge "Function Body Skipping and Comparison Propagation" into androidx-master-dev by Leland Richardson · 4 years, 5 months ago
  47. e7fe68b Hack to work around outdated IDE plugin by Adam Powell · 4 years, 5 months ago
  48. 3e0b64a Merge "Infrastructure for non-Android JVM Compose." into androidx-master-dev by Aurimas Liutikas · 4 years, 5 months ago
  49. dee89b4 Infrastructure for non-Android JVM Compose. by Nikolay Igotti · 4 years, 5 months ago
  50. a8bb302 Function Body Skipping and Comparison Propagation by Leland Richardson · 4 years, 5 months ago
  51. 328710d Turn on jar generation for compose-compiler-hosted for google3 by Nick Anthony · 4 years, 5 months ago
  52. e61f668 Move Compose to 0.1.0-dev09 by Nick Anthony · 4 years, 5 months ago
  53. 999a89b Fluent modifiers by Adam Powell · 4 years, 5 months ago
  54. 4fc84ac Remove Owner as View casts by Andrey Kulikov · 4 years, 5 months ago
  55. 970f5cb Merge "Fix slot table node indexes" into androidx-master-dev by Chuck Jazdzewski · 4 years, 5 months ago
  56. 2b72651 Merge "Add "val composer" workaround for ui-saved-instance-state" into androidx-master-dev by Andrey Kulikov · 4 years, 5 months ago
  57. d1499c2 Fix slot table node indexes by Chuck Jazdzewski · 4 years, 5 months ago
  58. 9706c31 Merge "Move TextField to ui-foundation" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  59. fb4b013 Merge "Fix sibling benchmarks" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  60. 4100946 Move TextField to ui-foundation by Seigo Nonaka · 4 years, 5 months ago
  61. 7b44ccb Merge "Fix compose benchmarks" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  62. 6374c86 Fix sibling benchmarks by Chuck Jazdzewski · 4 years, 5 months ago
  63. 638fbcb Fix compose benchmarks by Chuck Jazdzewski · 4 years, 5 months ago
  64. dd179e8 Merge "Update to JDK 11." into androidx-master-dev by Aurimas Liutikas · 4 years, 5 months ago
  65. 4b897cb Update to JDK 11. by Aurimas Liutikas · 4 years, 10 months ago
  66. bd4a2a8 Add "val composer" workaround for ui-saved-instance-state by Andrey Kulikov · 4 years, 5 months ago
  67. bdde066 Fix benchmarks that broke from various changes by Chuck Jazdzewski · 4 years, 5 months ago
  68. fa4bd0b Merge "Revert "Attempt to update to JDK 11."" into androidx-master-dev by George Mount · 4 years, 5 months ago
  69. 4e9a565 Merge "Avoid wrapping composable lambdas with return results" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  70. 1dcad3f Revert "Attempt to update to JDK 11." by Aurimas Liutikas · 4 years, 5 months ago
  71. 97033cf Avoid wrapping composable lambdas with return results by Chuck Jazdzewski · 4 years, 5 months ago
  72. 130ea78 Merge "Fix memory leak in RestartableFunction" into androidx-master-dev by Chuck Jazdzewski · 4 years, 5 months ago
  73. 2a13c35 Fix memory leak in RestartableFunction by Chuck Jazdzewski · 4 years, 5 months ago
  74. 74cf5ae Merge "Attempt to update to JDK 11." into androidx-master-dev by Aurimas Liutikas · 4 years, 5 months ago
  75. 0d04438 Migrates consumers to ui-foundation Text from ui-framework Text by Louis Pullen-Freilich · 4 years, 5 months ago
  76. d13aefe Composition refactoring by Andrey Kulikov · 4 years, 5 months ago
  77. f3132ea Attempt to update to JDK 11. by Aurimas Liutikas · 4 years, 10 months ago
  78. b234831 Merge "Upgrades Compose to Studio 4.1 canary 3 and AGP 4.1 alpha 03" into androidx-master-dev by Aurimas Liutikas · 4 years, 5 months ago
  79. 1e023d3 Merge "Add Default Parameter IR Transform" into androidx-master-dev by Leland Richardson · 4 years, 5 months ago
  80. 659cf44 Upgrades Compose to Studio 4.1 canary 3 and AGP 4.1 alpha 03 by Louis Pullen-Freilich · 4 years, 6 months ago
  81. 232db3d Add Default Parameter IR Transform by Leland Richardson · 4 years, 5 months ago
  82. 0f26b68 Avoid boxing keys for `startRestartGroup` and `endRestartGroup` by Chuck Jazdzewski · 4 years, 5 months ago
  83. 9c38efb Bump Compose version to dev08 by Andrey Kulikov · 4 years, 5 months ago
  84. 7af26d9 Merge "Rework SlotReader to be more efficient" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  85. 7a7435c Handle Break/Continue in Control Flow Codegen by Leland Richardson · 4 years, 5 months ago
  86. 088e525 Rework SlotReader to be more efficient by Chuck Jazdzewski · 4 years, 5 months ago
  87. 1c21ca7 Merge "Fixes configuration changes not updating ConfigurationAmbient" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 5 months ago
  88. 7f45b09 Merge "Allow for early returns in control flow codegen" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  89. 53db327 Expose [Row/Column]Scope content; remove FlexScope by Mihai Popa · 4 years, 5 months ago
  90. b4482ed Allow for early returns in control flow codegen by Leland Richardson · 4 years, 5 months ago
  91. 16c8b54 Merge "Re-enable composition tests" into androidx-master-dev by Chuck Jazdzewski · 4 years, 5 months ago
  92. 2e5304b Re-enable composition tests by Chuck Jazdzewski · 4 years, 5 months ago
  93. 17f6bdc Fixes configuration changes not updating ConfigurationAmbient by Louis Pullen-Freilich · 4 years, 5 months ago
  94. 01f95ab Reduce memory allocation of restartable function by Chuck Jazdzewski · 4 years, 5 months ago
  95. 9af8d1c Integrate UiSavedStateRegistry to AndroidComposeView by Andrey Kulikov · 4 years, 5 months ago
  96. 94f221e Merge "Remove Container usages from compose becnhmarks" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  97. d8fa33d Merge "Add ControlFlowTransformer WIP and tests" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  98. 0be5312 Remove Container usages from compose becnhmarks by Matvei Malkov · 4 years, 5 months ago
  99. d7bbf6b Merge "Use OpaqueKey for keys used in Composer" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  100. cb229cb Add ControlFlowTransformer WIP and tests by Leland Richardson · 4 years, 5 months ago