paparazzi icon indicating copy to clipboard operation
paparazzi copied to clipboard

Render your Android screens without a physical device or emulator

Results 237 paparazzi issues
Sort by recently updated
recently updated
newest added

Paparazzi hasn't Gif support for Compose, it should be great if it was added. Is it possible, as a workaround, to wrap the composable with `AndroidView`?

and thus support for MaterialComponents or other custom UI library It would be great to resolve the viewInfalter from the theme but we don't have a context before constructing Paparazzi....

The current screenshots, are against a Golden image produced by the same code in a different mode. I wanted to experiment with using Figma designs, which I don't expect to...

**Description** AAPT inlined resources are not resolved when referenced from Compose. Due to the way Compose Vector parser works with resources, it first requests an id for resource reference. But...

I am interested in desktop support, but other folks may want to get support for more targets.

**Description** Modifying a view through its databinding does not render anything when using the `snapshot` method. Using the `gif` method works. Accessing the private `takeSnapshots` method also does not work...

waiting on user

I'm using the current snapshot version via `classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:1.0.0-SNAPSHOT'` to get compose support wich works already great but when I snapshot a composable which have special modifiers in it, I...

Using these two together: ```java public class CropViewRenderExtension implements RenderExtension { @Override public @NonNull BufferedImage render( @NonNull Snapshot snapshot, @NonNull View view, @NonNull BufferedImage image ) { return image.getSubimage(0, 0,...

**Description** I'm unsure if I'm doing something wrong, or it's not happening, but the `build/reports/paparazzi` folder is empty on failure. This means that to see the problem I have to...

Not sure if this is feasible, but putting it out there. For running single tests when debugging issues, it would be useful to have an automatic ways to show results....