brosssh
brosssh
Implemented https://github.com/ReVanced/revanced-manager/issues/2556 in compose
### Bug description Shows 4 even if only a patch is selected.   ### Version of ReVanced Manager and version & name of app you are patching Compose ###...
### Feature description `POST_NOTIFICATIONS` is required on Android 13+ else notifications wont show. A dialog asking for the permission is probably needed. ### Motivation . ### Acknowledgements - [x] I...
### Bug description I have installed yt music via apkmirror plugin. If I want to patch it again in a second moment, it will by default select the already downloaded...
### Bug description Using [latest cli](https://github.com/ReVanced/revanced-cli/releases/tag/v5.0.1), when mouting patches aren't applied. The app is the same as stock. Clean installing with the same patches does indeed work, I can see...
Currently, every command run by a `ShellCommandRunner` will be run with `su` (root required). With this PR, root will only be required from a `RootInstaller`. Also remove latest `\n` from...
### Feature description It should be agreed on a better design of the "Select source" screen. There are few issues with it, linked as sub issues to this one. ###...
### Bug description > No github release was made for dev.10 by the CI. I don't know why. _Originally posted by @Axelen123 in [#2807](https://github.com/ReVanced/revanced-manager/issues/2807#issuecomment-3375809452)_ Right now we have no idea...
### Bug description When exporting logs, they are missing important information such as device, patch and options applied as well as app and patches version used. For reference, logs exported...
Starting from Android 13, notification permission is now not granted by default. With this motivation, I created a component to handle permission requests (`PermissionRequestHandler`). This will show a dialog with...