oSumAtrIX
oSumAtrIX
### Bug description Currently, the project has many public classes that may not necessarily be meant to be visible. ### Solution Clean up the public API. "Injection points" have to...
Depends on https://github.com/ReVanced/revanced-patches/pull/3266
# Issue Some integrations are under `app.revanced` instead of `app.revanced.integrations` and some are under `app.revanced.integrations` instead of their package. # Solution Move everything under `app.revanced.integrations` and separate the packages by...
This PR shows a native dialogue after the installation finishes. It can handle all status flags. Business logic may move. # Todo - [ ] Handle errors such as: -...
### Feature description A dialogue should be shown when an update is available. ### Motivation It has been observed that many people fail to see when an update is available...
### Feature description ReVanced Manager should check at the start or refresh if any mount installation is broken and offer a fix if possible. ReVanced Manager should self-check mount installations...
### Feature description After the user selects a version, ReVanced Manager can download the APK file in the background until the patcher screen is reached. ### Motivation This can potentially...
### Bug report When the user tries to patch an app and select patches that have options but have not set them, they should not be able to proceed. Instead,...
ci: init
## About Currently, this repository lacks CI/CD. ## Solution Add CI/CD to run tests, build and deploy releases. ## Additional context - Prereleases should be dispatched manually for development branches....
# Issue If the configured API does not work, the app stops working. # Solution The app should be able to cache everything necessary for it to work when the...