Adam Brown
Adam Brown
On 4.1.x devices dismissing the overflow menu throws the following warnings every time: 11-09 12:58:01.099: W/InputEventReceiver(23881): Attempted to finish an input event but the input event receiver has already been...
Calling `get( key )` can be too expensive in some cases as a check if something is in the cache. Providing a light weight, (_non-synchronized?_) way of checking if a...
I'd really like to be able to (_optionally_) provide a `TextureRect` with the face of who is talking. It'd be extra good if I could provide any arbitrary `Control` object...
Clicking right on him doesn't work, but slightly up and left does work? Some times? I looked into it a little and don't see anything obviously wrong, so not sure...
These were mostly a problem with generics
It would be nice for those of us tha try to keep warnings at Zero, if the generated classes could suppress their unchecked cast warnings. @SuppressWarnings("unchecked") on the whole class...
It would be great to get an AAR of this in the maven central repo so we can use this inside Android Studio projects. Theres a good resource here for...
It would be great to be able to drag items to re-order them, nest them. Something like this: https://github.com/aclassen/ComposeReorderable
I don't know what causes this, it's possibly when populating, but I don't have a solid repro. ``` java.lang.IllegalArgumentException: top point of input rect can't be lower than minTop at...
Having the samples be inside this repo means they aren't fully representative of what they would look like as separate projects. Their gradle files reference the modules declared in this...