oSumAtrIX
oSumAtrIX
### Feature description Utility functions that check for the GPG signature of patches files ### Motivation Same as https://github.com/ReVanced/revanced-manager/issues/2082 ### Acknowledgements - [X] I have checked all open and closed...
### Feature description Use Kotlinx-serialization instead of Gson with Patcher v20 ### Motivation Gson was used for the utility serialization functions, but with Patcher v20, this won't be necessary anymore...
> [!NOTE] > For any questions, you can contact [email protected] or contact us through our social media platforms listed on [ReVanced's official website](https://revanced.app). Alternatively, you can use this issue for...
### Feature description Add a way to delete files and resources from an APK. This can be achieved by tracking which files have been accessed via get() and if they...
### Feature description Make use of KMP for platform-specific APIs. ### Motivation The library is used on multiple platforms with platform-specific APIs instead of providing multiple APIs for each platform...
### Feature description Extend instruction functions from MutableX to to X ### Motivation The functions can't be called on regular methods. ### Acknowledgements - [X] This issue is not a...
### Bug description After disabling battery optimization when clicking on the banner, the banner is not removed & can't be removed. Restarting the app fixes it. ### Acknowledgements - [X]...
### Feature description # Downloader API proposal A downloader must specify a `download` function and a `strategy`. The downloader provides a DSL in which a strategy can be invoked. In...
### Bug description When the settings to save the last patched APK are off, the patched APK on the install screen can not be installed. The file seems to be...
### Feature Description Starting with ReVanced API v3, the signature is sent along with the patches file. ReVanced Manager should, by default, trust the public keys of the configured API....