Jake Wharton

Results 497 issues of 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.

PR welcome

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...

redwood/compose
redwood/widget

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...

redwood/tooling
area/developer experience

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...

redwood/protocol

This is the view-based version. My API 29 emulator: ![Image](https://github.com/user-attachments/assets/5365329a-5822-4438-b55e-6461e069bb49)

platform/android
sample/emoji
toolkit/android-views

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...

Hot Queue

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...

PR welcome
redwood/widget
redwood/protocol

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...

PR welcome
redwood/gradle