Sculas

Results 16 issues of Sculas

Who wants to wait everytime? No one. We should implement incremental patching, and only do a full rebuild if a patch is removed or the app is updated.

feature-request

Implements a cross-platform patch bundle format Resolves #54

wip

## 🐞 Issue Split support is missing, meaning some patches don't work with the root method. ## ❗ Solution Add split support. ## ❓ Motivation The root method does not...

Feature request

Current idea is that you can do: ```patch this.addInstruction( index, - "invoke-static { v$register }, Lapp/revanced/integrations/patches/HideHomeAdsPatch;->HideHomeAds(Landroid/view/View;)V".toInstruction() + "invoke-static { v$register }, ${TypeDescriptor.of(HideHomeAdsPatch::HideHomeAds)}".toInstruction() ) ``` A side effect of this is...

Feature request

It would be nice to have support for H.265, since my devices support it. I already read in a different issue that you haven't added support for it yet. You...

enhancement

Bintray has been shut down as of today meaning from February 2022 no one will be able to download this anymore that doesn't have it cached. Can JDA-Utilities be migrated...

**Please describe your suggestion** Currently, the annotation processor of CommandAPI can only process Java code. If you create a Kotlin project and follow all the steps, the annotation processor is...

enhancement
future idea

## Description CockroachDB is not supported by `sea-schema`, because it queries columns from the table information schema which don't exist in CockroachDB. ## Steps to Reproduce 1. Run an instance...

This would allow a user to just select an icon, pass it to the `custom-branding` patch via patch options, and then it would convert the single icon to the many...

### Type Functionality ### Issue Currently, fingerprints and patches have to be written by hand. While this is not an issue for some, this can be a challenge for newcomers....

feature-request
help wanted