oSumAtrIX
oSumAtrIX
### Feature description Show a prompt to download the main bundle of patches if no bundle has been downloaded yet. ### Motivation If the user has disabled auto-updates, they have...
### Feature description In order to be able to properly develop, the development environment should be able to prevent having to block PRs, just because it would disturb the development...
# Issue Currently, ReVanced Manager does not warn you about contacting the servers you source APK files from. # Solution Before contacting any outside IPs, let the user know and...
### Type Functionality ### Issue Currently, the fingerprints are always resolved by matching the fields in a specific order. ### Feature Allow fields to be annotated with priority. [Example](https://github.com/revanced/revanced-patches/blob/e43d692c7299b1b3faa0f54577f7495bd4413aca/src/main/kotlin/app/revanced/patches/youtube/misc/fix/verticalscroll/fingerprints/CanScrollVerticallyFingerprint.kt): ```kt...
### Type Functionality ### Issue ReVanced Patcher should only provide primitive types for patch options such as an `IntOption` or `StringOption`. This creates complications when abstractions are required at a...
### Feature description Add bash and CMD scripts that simplify and automate the usage of ReVanced CLI. ### Motivation Scripts will simplify the usage and improve automation. This will be...
# About This PR rewrites the code from scratch. It focuses on improving code quality to fix issues induced by the current code along the way. # Todo - [...
### Type Functionality ### Issue PR https://github.com/revanced/revanced-patches/pull/266 includes resources for the `settings` patch framework, ### Feature Implement https://github.com/revanced/revanced-patcher/issues/73. ### Motivation Mounting resources is a workaround when using base APK (which...