pappnu

Results 18 issues of pappnu

Updates React Native and a bunch of other dependencies, but I didn't touch the ios files at all, since I don't have a compatible dev environment, so this probably breaks...

Adds settings to change the number of illustration columns and the detail screen image quality. The setting names are currently only in English as I'm not proficient in the other...

This PR adds extensive type annotations, various missing properties, classes for interacting with path items and tries to lessen some of the repetition within the code. The type annotations don't...

Adds stricter type annotations to most of the codebase excluding GUI code, as Kivy lacks proper type annotation support. ~~The API data is mostly typed as `dict[str, Any]`, so that...

Adds an option to open Scryfall card data in a text editor at the beginning of the render process, which allows, e.g., to fix incorrect data or to create custom...

Shows all category tabs irrespective of the amount of templates available for each category. This allows users to easily see whether they have some template installed that can render a...

Adds basic support for rendering Station cards. A `StationMod` class is provided as a base for making templates. Additionally includes some type annotation fixes and adjustments.

Makes the layout fall back to first card face for multi-faced cards if none of the card faces match the image file's name. When rendering Adventure cards, even a slight...

Adds an option, which defaults to off, to minimize Photoshop at the start of the render process. The rendering seems to execute a bit faster when Photoshop is minimized, but...

Depends on #96 because of type annotations. Changes: - Refactors Split template and layout so that they inherit their base classes in a type safe way, i.e. so that they...