revanced-manager icon indicating copy to clipboard operation
revanced-manager copied to clipboard

feat: Store patched app's metadata elsewhere

Open PalmDevs opened this issue 3 years ago • 5 comments

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

PalmDevs avatar Sep 23 '22 07:09 PalmDevs

I already have that impl planned! To save a patches.json on the same folder of original and patched APK's. Thank anyway :)

ponces avatar Sep 24 '22 00:09 ponces

Hh

bao000 avatar Nov 21 '22 19:11 bao000

Isn't this solved already?

Isn't this solved already?

Not at all, no?

PalmDevs avatar Feb 13 '23 08:02 PalmDevs

Okay, had a wrong thought process from my side. Will keep it open.