[go: nahoru, domu]

  1. eb35c35 Move Brush API out of vectorgraphics package by Nader Jawad · 5 years ago
  2. 51e25ac Merge "Add a tooling API for collecting information needed by developer tools" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  3. e7725b9 Add a tooling API for collecting information needed by developer tools by Chuck Jazdzewski · 5 years ago
  4. bbedb3d Stop using Kotlin SAM conversions for Choreographer.FrameCallback. by Alexandre Elias · 5 years ago
  5. a40dcb0 Replace System.arraycopy() with Kotlin stdlib copyInto(). by Alexandre Elias · 5 years ago
  6. 0ea268d Merge "Remove more @Children" into androidx-master-dev by Treehugger Robot · 5 years ago
  7. f17fd4d Remove unused Composition<T> abstraction by Chuck Jazdzewski · 5 years ago
  8. d1789853 Remove more @Children by Jim · 5 years ago
  9. b0040ef Merge "Re-enable compose runtime tests" into androidx-master-dev by Treehugger Robot · 5 years ago
  10. fff2da2 Re-enable compose runtime tests by Chuck Jazdzewski · 5 years ago
  11. 61462a6 Merge "Ban try-catch blocks around composable calls." into androidx-master-dev by Jim Sproch · 5 years ago
  12. 19ae8b7 Ban try-catch blocks around composable calls. by Jim · 5 years ago
  13. 2114a5e Merge "Remove string allocating traces" into androidx-master-dev by Treehugger Robot · 5 years ago
  14. a94f371 Revert testBuildType in benchmark plugin by Dustin Lam · 5 years ago
  15. 44d557f Remove string allocating traces by Chuck Jazdzewski · 5 years ago
  16. a2ed24e Preparing compose runtime for host side tests by Cătălin Tudor · 5 years ago
  17. 5411ec2 Merge "Added support for VectorGraphics subcomposition" into androidx-master-dev by Nader Jawad · 5 years ago
  18. 4cfb5de Added support for VectorGraphics subcomposition by Nader Jawad · 5 years ago
  19. 99bf1ca Merge "Fix compose benchmarks" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  20. aa48547 Fix compose benchmarks by Chuck Jazdzewski · 5 years ago
  21. 1fbb1c1 Use of @Children is now discouraged, prefer lambda as last parameter. by Jim · 5 years ago
  22. cdad0d4 Merge "Fix if/then/else pattern for composition" into androidx-master-dev by Treehugger Robot · 5 years ago
  23. 4357434 Merge "Apply Benchmark plugin to benchmark modules" into androidx-master-dev by Dustin Lam · 5 years ago
  24. 819e865 Fix if/then/else pattern for composition by Chuck Jazdzewski · 5 years ago
  25. 22c3392 Move JUnit4 usage to separate module by Chris Craik · 5 years ago
  26. 56130b2 Apply Benchmark plugin to benchmark modules by Dustin Lam · 5 years ago
  27. e2022ae Move benchmark -> benchmark-common by Chris Craik · 5 years ago
  28. 280cf64 Merge "Add DeepTree, Sibling, DbMonster benchmark suites" into androidx-master-dev by Leland Richardson · 5 years ago
  29. 942d430 Add DeepTree, Sibling, DbMonster benchmark suites by Leland Richardson · 5 years ago
  30. 6f5f3ff Merge "Add attributes that allow marking types as stable" into androidx-master-dev by Treehugger Robot · 5 years ago
  31. c3bbbf2 Add attributes that allow marking types as stable by Chuck Jazdzewski · 5 years ago
  32. 590fed2 Merge "Test to validate a fix for crash when a invalidation arrives late." into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  33. 9960555 Merge "Replace java.util.Stack with a pure Kotlin implementation." into androidx-master-dev by aelias · 5 years ago
  34. 0bbb11ef Fix memory leak in compose benchmarks by Chuck Jazdzewski · 5 years ago
  35. aa4da3f Replace java.util.Stack with a pure Kotlin implementation. by Alexandre Elias · 5 years ago
  36. d3f28c0 Replace CraneWrapper to avoid sub-compositions. by Filip Pavlis · 5 years ago
  37. 28c8ff6 Add realworld4 performance benchmark by Jim · 5 years ago
  38. 0c6e0f1 Test to validate a fix for crash when a invalidation arrives late. by Chuck Jazdzewski · 5 years ago
  39. 2c92cd8 Merge "Improve initial composition performance" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  40. e09e652 Add benchmark tests to the compose runtime by Chuck Jazdzewski · 5 years ago
  41. d9fc2ca Improve initial composition performance by Chuck Jazdzewski · 5 years ago
  42. 18a13a6 Updates compose module structure to AndroidX guidelines by Louis Pullen-Freilich · 5 years ago
  43. 809a965 Merge "Add more traces into compose." into androidx-master-dev by Filip Pavlis · 5 years ago
  44. 1bb62fe Add more traces into compose. by Filip Pavlis · 5 years ago
  45. 2044790 Add benchmarks module. by Filip Pavlis · 5 years ago
  46. d06eb10 Fix ktlint issues in compose/ projects by Aurimas Liutikas · 5 years ago
  47. 33970ee Fix memory leak in ComposableCheckerTests and turn back on by Leland Richardson · 5 years ago
  48. 4c1c82f Rename compiler directories to more sensible names by Chuck Jazdzewski · 5 years ago
  49. 3b69221 Disable Compose CLI tests by Aurimas Liutikas · 5 years ago
  50. 186d12c Merge "Re-enable compose compiler tests" into androidx-master-dev by Treehugger Robot · 5 years ago
  51. df51633 Re-enable compose compiler tests by Chuck Jazdzewski · 5 years ago
  52. 2099b15 Merge "Prevent CraneWrapper from causing recomposes of children" into androidx-master-dev by Leland Richardson · 5 years ago
  53. 68c0d05 Merge "Ensure setContent reuses context when possible" into androidx-master-dev by Treehugger Robot · 5 years ago
  54. 8a431eb Add the compiler plugin for use in gradle to the repository by Chuck Jazdzewski · 5 years ago
  55. 4b8e246 Prevent CraneWrapper from causing recomposes of children by Leland Richardson · 5 years ago
  56. 85078fe Ensure setContent reuses context when possible by Leland Richardson · 5 years ago
  57. d969cdd Merge "Fix flakey test" into androidx-master-dev by Treehugger Robot · 5 years ago
  58. 3d3e0f9 Merge "Use recomposeSync() instead of compose() in perf test." into androidx-master-dev by George Mount · 5 years ago
  59. c4b34a0 Use recomposeSync() instead of compose() in perf test. by George Mount · 5 years ago
  60. ae2cebf Merge "Added simple Scroller benchmark test." into androidx-master-dev by George Mount · 5 years ago
  61. 6b6c8a4 Merge "Add repaint boundary" into androidx-master-dev am: a0d6f38ec4 by George Mount · 5 years ago
  62. b33284b Merge "Added simple Scroller benchmark test." into androidx-master-dev by George Mount · 5 years ago
  63. a0d6f38 Merge "Add repaint boundary" into androidx-master-dev by George Mount · 5 years ago
  64. 46911b2 Add repaint boundary by George Mount · 5 years ago
  65. ca81207 Fix flakey test by Chuck Jazdzewski · 5 years ago
  66. aa4f5cc Merge "Add a way to create snapshot repository directory" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  67. fde362b Added simple Scroller benchmark test. by George Mount · 5 years ago
  68. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  69. e005721 Merge "Propogate invalidations through CompositionReferences properly" into androidx-master-dev by Leland Richardson · 5 years ago
  70. deef573 Merge "Add Systrace markers to Compose Runtime" into androidx-master-dev by Leland Richardson · 5 years ago
  71. 0b5bf70 Propogate invalidations through CompositionReferences properly by Leland Richardson · 5 years ago
  72. bf5f6a6 Add Systrace markers to Compose Runtime by Leland Richardson · 5 years ago
  73. a830017 Merge "Introduce Recomposer in favor of CompositionContext" into androidx-master-dev by Matvei Malkov · 5 years ago
  74. d5ea2a6 Merge "Disable all compose-cli-plugin-test tests." into androidx-master-dev by Aurimas Liutikas · 5 years ago
  75. dc18fdd Merge "AndroidOwner sometimes didn't invalidate the correlated node when the model has been updated." into androidx-master-dev by Andrey Kulikov · 5 years ago
  76. ac530be Introduce Recomposer in favor of CompositionContext by Matvei Malkov · 5 years ago
  77. 3320bb7 Disable all compose-cli-plugin-test tests. by Aurimas Liutikas · 5 years ago
  78. 0114e07 AndroidOwner sometimes didn't invalidate the correlated node when the model has been updated. by Andrey Kulikov · 5 years ago
  79. ee978d5 Merge "Remove targetSdkVersion workaround for library tests" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  80. a1aa570 Remove targetSdkVersion workaround for library tests by Aurimas Liutikas · 5 years ago
  81. 4f531aa Merge "Fix invalidation handling" into androidx-master-dev am: 25456ee776 by Chuck Jazdzewski · 5 years ago
  82. 1056d6f3 Merge "Remove reference to pure functions" into androidx-master-dev by James Ward · 5 years ago
  83. b3c46da Merge "Set default composable annotation checker mode to FCS" into androidx-master-dev by Mikhail Levchenko · 5 years ago
  84. e4b25fc Merge "Fix trailing lambda calls in compose interceptor" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  85. 04a3b63 Merge "Fix inference of `@Compose` for function literals" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  86. 25456ee Merge "Fix invalidation handling" into androidx-master-dev by Treehugger Robot · 5 years ago
  87. c9e0efe Fix invalidation handling by Chuck Jazdzewski · 5 years ago
  88. 1bb47e3 Merge "Remove reference to pure functions" into androidx-master-dev by Treehugger Robot · 5 years ago
  89. a1dc463 Set default composable annotation checker mode to FCS by Mikhail Levchenko · 5 years ago
  90. 8d8b9dd Fix trailing lambda calls in compose interceptor by Chuck Jazdzewski · 5 years ago
  91. 25a706b Merge "Fix inference of `@Compose` for function literals" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  92. a6a2646 Merge "Fix up some buildSrc warnings and enabled -werror" into androidx-master-dev by Louis Pullen-Freilich · 5 years ago
  93. 834c8a9 Fix up some buildSrc warnings and enabled -werror by Louis Pullen-Freilich · 5 years ago
  94. 21a51e0 Merge "Remove unnecessary triple data structure copying" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  95. 238ed64 Merge "Fixes link in README" into androidx-master-dev am: 6ec6777dca by Louis Pullen-Freilich · 5 years ago
  96. e2854d3 Merge "Add ComposeCompiler README.md" into androidx-master-dev am: 20974dc74c by Jim Sproch · 5 years ago
  97. c9b0d97 Merge "Remove unnecessary triple data structure copying" into androidx-master-dev by Chuck Jazdzewski · 5 years ago
  98. b5c6f1f Remove reference to pure functions by James Ward · 5 years ago
  99. 059f6b6 Remove unnecessary triple data structure copying by Mikhail Levchenko · 5 years ago
  100. 14ccfcb Fixes link in README by Louis Pullen-Freilich · 5 years ago