revanced-manager
revanced-manager copied to clipboard
💊 Application to use ReVanced on Android
### Feature description Add a safeguard so that an user can only patch/install APK compatible with their device. This may be toggled off, allowing user to patch APK regardless of...
Closes https://github.com/ReVanced/revanced-manager/issues/2578.
Implemented https://github.com/ReVanced/revanced-manager/issues/2556 in compose
Optionally "Patches file" can be used. For reference: https://discord.com/channels/952946952348270622/952987428786941952/1370824632156033185 For now, only strings are named. Code and internal changes can be made after Compose Manager release
Add 1. Merge dev to main 2. Attestation 3. Update Gradle Wrapper automatically 4. Use burrunan/gradle-cache-action > [!NOTE] > This PR does not update `release-build.yml` to semantic release because of...
Closes #2061  
This pull request will Merge branch `dev` to `main`.
### Bug description - Download suggested youtube version. - select it from storage. - patch. Patch begin ok, everything is successful, at compiling resources stage revanced close itself. Tested with...
### Bug description According to `logcat`: ~~~YAML FATAL EXCEPTION: main Process: app.revanced.manager.flutter, PID: 892 java.lang.RuntimeException: Unable to start receiver app.revanced.manager.flutter.utils.packageInstaller.InstallerReceiver: java.lang.NullPointerException at android.app.ActivityThread.handleReceiver(ActivityThread.java:4459) at android.app.ActivityThread.-$$Nest$mhandleReceiver(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2257) at android.os.Handler.dispatchMessage(Handler.java:106)...