Caleb Morris

Results 14 issues of Caleb Morris

There are several possible causes of the cache file to not exist, including user action. By skipping these couple steps during initialization when the file is missing, a full renew...

### Steps to reproduce 1. Add a manga to library 2. Download a chapter 3. Clear app cache - Navigate to `App info` > `Storage & cache` > `Clear cache`...

Bug

The TachiyomiTheme has a dependency-injection construct that doesn't have any registered elements at the time of rendering previews, so I've changed the preview function to use a preview-specific version of...

Before it was requiring you to resolve usage from one direction. Now works with all use-cases: - validator.isRequired.withPredicate(fn) - validator.isRequired - validator.withPredicate(fn).isRequired - validator.withPredicate(fn) - validator

When having resources files of multiple languages (ex: `foo.resx` and `foo-es.resx`) display a different view with the different language values in parallel.

enhancement

Add the ability to sort by field/metadata.

enhancement

File metadata and metadata fields (such as preserving spacing).

enhancement

When editing some file types with multiple views (gui editor and xml editor) you can switch between them. Add this functionality.

enhancement

When opening a `.resx` file, the user should be able to set the AddIn editor as default.

enhancement

Currently the latter one just overrides everything else on save. Should be more obvious and prevent dupe.

bug