Pascal Hartig
Pascal Hartig
Rendering the Tweets takes a considerable amount of time, in particular when dragging Tweets around. That was to be expected since there are no optimizations whatsoever. I should enable pure...
Obviously. But this was rapid prototyping, so I'm fine with retroactively adding a few later on.
Remove broken tests temporarily (#987) Summary: The tests are not actually being run. After upgrading the Gradle plugin on GitHub, it has become clear that these are running without the...
[sample] Remove Flipper integration temporarily --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/litho/pull/985). * #986 * __->__ #985 * #988
Summary: The tests are not actually being run. After upgrading the Gradle plugin on GitHub, it has become clear that these are running without the AP processing them. When processed,...
[agp] Upgrade AGP, Kotlin, Gradle, maven publish plugin --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/litho/pull/982). * __->__ #982 * #986 * #985
The `widget_attrs.xml` is currently part of `litho-core` but should obviously live in `litho-widget`. It's not as easy as moving it to the other package and updating the references to `com.facebook.litho.widget.R`...