Jake Wharton
Jake Wharton
Refs #2275 --- - [ ] `CHANGELOG.md`'s "Unreleased" section has been updated, if applicable.
`ViewRecyclingTest` and `WidgetDetachingTest` are in the 'redwood-testing' module, but should probably be in 'redwood-protocol-host' since they both are behaviors provided by the host protocol adapter.
With #1902, we will have the ability to remove nodes and add them elsewhere without recreation. Thus, all moves can be synthesized as removes and adds. Since these are exceedingly...
Closes #2580 --- - [x] `CHANGELOG.md`'s "Unreleased" section has been updated, if applicable.
This requires you to refine that function to a more friendly public API in the module which contains the Compose codegen. Use cases: * Defining a more complex protocol between...
Like 100,000. This will prevent its accidental use with regular widgets whose children are likely to be numbered with the current value of 1. Unfortunately we need to do a...
This is the view-based version. My API 29 emulator: 
The integer tag space can now contain collisions due to schema dependencies. We need to figure out what the plan is for the XML input to the lint task and...
We generate serialize-only ones for the compose-side protocol. We should do the same for the widget ones. * [ ] Put an impl in each file. * [ ] Put...
Each schema binary has a single schema entrypoint. This eliminates the need to specify it at every downstream usage site as it can be written into the Jar manifest, just...