DeweyReed

Results 6 issues of DeweyReed

``` java.lang.IllegalStateException: Two different ViewHolders have the same stable ID. Stable IDs in your adapter MUST BE unique and SHOULD NOT change. ViewHolder 1:s03{66e26ed position=51 id=1717986968, oldPos=-1, pLpos:-1 not recyclable(1)}...

After playing around with Jetpack Compose, I find that it supports changing view colors through color int instead of styles out of box. By the time of its stable release,...

Thank you for the excellent work on the transformer! I've learned a lot by reading your code. ### Use case description At the moment, we can only [rotate overlays around...

enhancement
low priority
editing

Hi, thank you for the excellent work! I'm using media3(1.3.0-alpha01) to add a bitmap overlay to a video. However, the resulting overlay slightly differs from the original file. For example,...

question
needs triage
editing

``` Caused by: java.lang.NullPointerException:Attempt to invoke virtual method 'android.content.Context android.content.Context.getApplicationContext()' on a null object reference com.airbnb.lottie.manager.ImageAssetManager.boolean hasSameContext(android.content.Context)(ImageAssetManager.java:0) com.airbnb.lottie.LottieDrawable.com.airbnb.lottie.manager.ImageAssetManager getImageAssetManager()(LottieDrawable.java:0) com.airbnb.lottie.LottieDrawable.x(LottieDrawable.java:1) ``` `ImageAssetManager.hasSameContext` stopped checking for nulls since [the commit in...

Non-Rendering Bug

As mentioned in #30, local and cloud backup files don't include image files. This feature will include images and audio files in exported archives and store those files in the...