Keith Naas

Results 6 comments of Keith Naas

I use the `FlipInTopXAnimator` with an `OvershootInterpolator` on a screen that user's can filter. I am also using multiple viewTypes. Without the `animateMove` fix from `DefaultItemAnimator`, the screen regularly crashes.

Is there a chance to get this fixed without tying it to the conversion to androidx? We are seeing crashes as well.

Our internal project which uses Gradle 7.6 just encountered this issue. However, this version of Gradle appears to treat this as an error instead of a warning. I stepped through...

We have the icons in a theme module. That module also includes the easylauncher plugin. After upgrading, we no longer are seeing the generated icon. We can see it in...

You may be able to use `app:wheel_font_path` and refer to a file in your `assets` folder.

We are also seeing this issue. It seems like the generateActivityClassNameConstants task is not registering when run on a no-daemon gradle. Perhaps this is related to newer Gradle versions.