Sign in
android
/
platform
/
frameworks
/
support
/
bca651b93560db765e803f4e8b768f6b63502cf5
/
compose
/
compose-compiler-hosted
1bbaab4
Fix unbound symbol compiler error from sourceLocation collection
by Leland Richardson
· 5 years ago
01a0736
Merge "Fix memoization of composable lambdas in default expressions" into androidx-master-dev
by Treehugger Robot
· 5 years ago
aa1da8f
Fix memoization of composable lambdas in default expressions
by Chuck Jazdzewski
· 5 years ago
94867223
Deprecate state {} composable
by Adam Powell
· 5 years ago
6896ca5
Disable Compose remember optimization
by Adam Powell
· 5 years ago
25c1302
Merge "Update compose compiler plugin ID to androidx.compose.compiler.plugins.kotlin" into androidx-master-dev
by Louis Pullen-Freilich
· 5 years ago
c5a3e1e
Merge "Fix the call order assumptions in source information" into androidx-master-dev
by Treehugger Robot
· 5 years ago
b4edb35
Update compose compiler plugin ID to androidx.compose.compiler.plugins.kotlin
by Louis Pullen-Freilich
· 5 years ago
4ce3ac6
Fix the call order assumptions in source information
by Chuck Jazdzewski
· 5 years ago
a00a468
Upgrade to Kotlin 1.4.0-rc (real)
by Jim Sproch
· 5 years ago
a03fd6c
Refactors androidx.compose.ui:ui to the androidx.compose.ui package name
by Louis Pullen-Freilich
· 5 years ago
1f10a59
Refactors androidx.compose.runtime:runtime to the androidx.compose.runtime package name
by Louis Pullen-Freilich
· 5 years ago
3ebca69
Refactors androidx.compose.compiler libraries to the androidx.compose.compiler package name
by Louis Pullen-Freilich
· 5 years ago
3cc3c0a
Make ComposeFqNames simpler
by Leland Richardson
· 5 years ago
b85af54
Fix test after util module move
by Matvei Malkov
· 5 years ago
a7eeb10
Refactors androidx.compose.ui:ui-unit to the androidx.compose.ui.unit package name
by Louis Pullen-Freilich
· 5 years ago
bfd3aea
Add diagnostics for invalid composable declarations
by Leland Richardson
· 5 years ago
727be3d
Remove previously deprecated compose runtime APIs
by Leland Richardson
· 5 years ago
7135dbd
Fix remember tests
by Leland Richardson
· 5 years ago
34a9837
Merge "Update inspector to use source information" into androidx-master-dev
by Treehugger Robot
· 5 years ago
655ace3
Update inspector to use source information
by Chuck Jazdzewski
· 5 years ago
59d9a8f
Merge "Add runtime compatibility check to compose compiler" into androidx-master-dev
by Leland Richardson
· 5 years ago
30e8bf9
Add runtime compatibility check to compose compiler
by Leland Richardson
· 5 years ago
02aa60d
Optimize remember calls by eliding groups when possible
by Leland Richardson
· 5 years ago
34f4597
Correctly generate groups for composable lambdas with return values
by Leland Richardson
· 5 years ago
76b8acb
Fix LiveLiteral field initialization issue
by Leland Richardson
· 5 years ago
2ee9227
Rework how source information is collected
by Chuck Jazdzewski
· 5 years ago
eb605fd
Merge "Renames androidx.compose.core group to androidx.compose.ui" into androidx-master-dev
by Treehugger Robot
· 5 years ago
923ed4c
Renames androidx.compose.core group to androidx.compose.ui
by Louis Pullen-Freilich
· 5 years ago
a88c07a
Kotlin Rebase ComposeUI 1.4
by Jim Sproch
· 5 years ago
3d03099
Migrates internal / unpublished modules to androidx.compose
by Louis Pullen-Freilich
· 5 years ago
7763592
Merge "Store default value of live literal in a field" into androidx-master-dev
by Leland Richardson
· 5 years ago
9669e6a
Store default value of live literal in a field
by Leland Richardson
· 5 years ago
f0b5098
Moves androidx.compose:compose-runtime to androidx.compose.runtime:runtime
by Louis Pullen-Freilich
· 5 years ago
7e6ecdb
Moves androidx.ui:ui-core to androidx.compose.core:core
by Louis Pullen-Freilich
· 5 years ago
793de65
Disambiguate EnumConstructorCall arguments for live literals
by Leland Richardson
· 5 years ago
34cdbac
Merge "Live Literal Codegen" into androidx-master-dev
by Leland Richardson
· 5 years ago
e49cef8f
Live Literal Codegen
by Leland Richardson
· 5 years ago
27023ecf
Fix inline of composable function with lambda parameters with receivers.
by Chuck Jazdzewski
· 5 years ago
403f4ce
Merge "Remove various deprecated pre-dev14 APIs" into androidx-master-dev
by Leland Richardson
· 5 years ago
7504e42
Prevent composable calls in remember/state etc.
by Leland Richardson
· 5 years ago
1740e79
Remove various deprecated pre-dev14 APIs
by Leland Richardson
· 5 years ago
ae469a4
Refactor ComposableAnnotationChecker and remove need for ComposableCallResolutionInterceptor
by Leland Richardson
· 5 years ago
62bea15
Fix skipping for composables with default parameters
by Leland Richardson
· 5 years ago
657c456
Deprecate @Untracked and use @ComposableContract instead
by Leland Richardson
· 5 years ago
62480d9
Rename RestartableFunction to ComposableLambda
by Leland Richardson
· 5 years ago
40bcf3c
Remove Class as target for @Composable
by Leland Richardson
· 5 years ago
19285b1
Composable Emits ===
by Leland Richardson
· 5 years ago
2b0252f
Properly transform invoke method calls on Composable lambdas
by Leland Richardson
· 5 years ago
458aaff
Prevent non-static default expressions from being treated as static
by Leland Richardson
· 5 years ago
656c113
Narrow public API of Compose Runtime
by Leland Richardson
· 5 years ago
341c0b49
Merge "Add @ComposableContract in place of @Direct, use it to opt into elided groups in composable functions" into androidx-master-dev
by Leland Richardson
· 5 years ago
64515d5
Deprecate Observe
by Leland Richardson
· 5 years ago
7204683
Add @ComposableContract in place of @Direct, use it to opt into elided groups in composable functions
by Leland Richardson
· 5 years ago
9c8cc68
Avoid boxing inline classes for changed calls
by Leland Richardson
· 5 years ago
7d07865
Avoid boxing for Composer::changed calls
by Leland Richardson
· 5 years ago
edbce37
Fix "Parent not initialized" bug on overridden composable methods
by Leland Richardson
· 5 years ago
4023ba4d
Fix control-flow group generation inside inlined lambdas
by Leland Richardson
· 5 years ago
0b792ac
Detect remembered expressions and restartableFunction as static
by Leland Richardson
· 5 years ago
519899a
Remove deprecated @Model, @Pivotal
by Leland Richardson
· 5 years ago
47df77f
Improve stable/static analysis
by Leland Richardson
· 5 years ago
898e9e6
Include the lambda instance in skipping calculation of composable lambdas
by Leland Richardson
· 6 years ago
1fa23b0
Fix isStatic boolean logic in isStatic calculation
by Leland Richardson
· 6 years ago
fcf76b3
Deprecate @Model
by Leland Richardson
· 6 years ago
797bd0cd
Turn on Function-body-based code generation strategy
by Leland Richardson
· 6 years ago
3a54b94
Removes no longer needed parentheses in @Composable() annotations
by Louis Pullen-Freilich
· 6 years ago
1514caf
Upgrades ktlint to 0.36.0 and re-enables no-unused-imports
by Louis Pullen-Freilich
· 6 years ago
0ad23d0
Move ui-platform and ui-framework into ui-core
by George Mount
· 6 years ago
6c03aa8
Remove decoys from composable functions
by Steven Schäfer
· 6 years ago
dd97de1
Get rid of duplicate identical methods in class files.
by Mads Ager
· 6 years ago
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
· 6 years ago
e5fee49
Remove compileOnly dependencies from library build_info files and turn on compose-compiler-hosted jar generation
by Nick Anthony
· 6 years ago
c916742
Move use of global recomposer to be explicit
by Adam Powell
· 6 years ago
37fc4c0
Merge "Fix IrSourcePrinter for builtin operators" into androidx-master-dev
by Treehugger Robot
· 6 years ago
f00729c
Fix more cases of inline classes cross module.
by Mads Ager
· 6 years ago
cf80be8
Fix IrSourcePrinter for builtin operators
by Leland Richardson
· 6 years ago
9605ee3
Kotlin rebase
by Jim Sproch
· 6 years ago
53cef14
Make ComposableFunctionBodyTransformer work for any number of parameters
by Leland Richardson
· 6 years ago
444fc3b
Generate Movable groups with key and handle dynamic groups properly
by Leland Richardson
· 6 years ago
52d23a8
Merge "Revert "Turn on jar generation for compose-compiler-hosted for google3"" into androidx-master-dev
by Treehugger Robot
· 6 years ago
1cb3e64
Fix bad merge of test.
by Mads Ager
· 6 years ago
72a2530
Merge "Fix (one) issue with cross-module inline classes" into androidx-master-dev
by Treehugger Robot
· 6 years ago
31aa3c9
Fix (one) issue with cross-module inline classes
by Mads Ager
· 6 years ago
2a9a199
Add a gradle property for allWarningsAsErrors.
by Aurimas Liutikas
· 6 years ago
68325e7
Revert "Turn on jar generation for compose-compiler-hosted for google3"
by Nick Anthony
· 6 years ago
38656c8
Merge "Function Body Skipping and Comparison Propagation" into androidx-master-dev
by Leland Richardson
· 6 years ago
a8bb302
Function Body Skipping and Comparison Propagation
by Leland Richardson
· 6 years ago
328710d
Turn on jar generation for compose-compiler-hosted for google3
by Nick Anthony
· 6 years ago
4b897cb
Update to JDK 11.
by Aurimas Liutikas
· 6 years ago
fa4bd0b
Merge "Revert "Attempt to update to JDK 11."" into androidx-master-dev
by George Mount
· 6 years ago
4e9a565
Merge "Avoid wrapping composable lambdas with return results" into androidx-master-dev
by Treehugger Robot
· 6 years ago
1dcad3f
Revert "Attempt to update to JDK 11."
by Aurimas Liutikas
· 6 years ago
97033cf
Avoid wrapping composable lambdas with return results
by Chuck Jazdzewski
· 6 years ago
74cf5ae
Merge "Attempt to update to JDK 11." into androidx-master-dev
by Aurimas Liutikas
· 6 years ago
d13aefe
Composition refactoring
by Andrey Kulikov
· 6 years ago
f3132ea
Attempt to update to JDK 11.
by Aurimas Liutikas
· 6 years ago
b234831
Merge "Upgrades Compose to Studio 4.1 canary 3 and AGP 4.1 alpha 03" into androidx-master-dev
by Aurimas Liutikas
· 6 years ago
659cf44
Upgrades Compose to Studio 4.1 canary 3 and AGP 4.1 alpha 03
by Louis Pullen-Freilich
· 6 years ago
232db3d
Add Default Parameter IR Transform
by Leland Richardson
· 6 years ago
7a7435c
Handle Break/Continue in Control Flow Codegen
by Leland Richardson
· 6 years ago
Next »