-
-
Notifications
You must be signed in to change notification settings - Fork 842
feat: Set app ownership when installing apps #2558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: compose-dev
Are you sure you want to change the base?
feat: Set app ownership when installing apps #2558
Conversation
ReVanced Library is supposed to host installation code. This way ReVanced CLI can also benefit of this change. ReVanced Library installer isn't used yet in Manager so that can be looked into in this PR |
I'm not sure I understand, |
CLI used ADB and via ADB pm is used which should offer this API |
I cannot find anything similar for ADB/ABD pm, feel free to share if you find anything that can do this job. |
|
This needs to be rebased |
What happened to the repository that changed the history this much? |
The changes were the result of rebasing the Compose branch with Flutter
branch.
ในวันที่ จ. 26 พ.ค. 2025 05:16 น. Ushie ***@***.***> เขียนว่า:
… *Ushie* left a comment (ReVanced/revanced-manager#2558)
<#2558 (comment)>
What happened to the repository that changed the history this much?
—
Reply to this email directly, view it on GitHub
<#2558 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWGPSOCDJ7QH2KZCZKQLDED3AI6MRAVCNFSM6AAAAAB5QZ32JGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSMBYGEZDANZRGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
The rebase shouldn't have been done with pending PRs that are meant to be merged before release |
As explained on discord you merely need to cherry pick your commits onto the target branch, no conflicts. We can't wait for all PRs |
Implemented ReVanced#2556 in compose
7182de3
to
322d240
Compare
At this point of time, compose manager partially supports bundle patching by patching the base.apk. This works only for Bytecode patches. The library does not handle bundles (yet), so if ReVanced Library needs to be used in this project, bundle support need to be dropped in the current compose. This requires a bit of work. Can't this small change be applied now and address bundle support/drop in another PR? |
Implemented #2556 in compose