feat: Store patched app's metadata elsewhere
Type
Other
Manager Branch
Flutter
Issue
When patching an app, Manager stores the list of patches in its data. Causing an issue where if you clear your data. Patched apps will still be recognized, but its applied patches will not show.
Feature
Storing the data elsewhere will be ideal. I'd love to see it storing the data in the same directory as where the patched APKs are (/data/local/tmp).
Motivation
It's just a minor inconvenience, but it'll make Manager better. This is closely related to #283 .
Additional context
No response
Acknowledgements
- [X] I have searched the existing issues and this is a new and no duplicate or related to another open issue.
- [X] I have written a short but informative title.
- [X] I filled out all of the requested information in this issue properly.
- [X] The issue is related solely to the ReVanced Manager
I already have that impl planned! To save a patches.json on the same folder of original and patched APK's. Thank anyway :)
Hh
Isn't this solved already?
Isn't this solved already?
Not at all, no?
Okay, had a wrong thought process from my side. Will keep it open.