oSumAtrIX
oSumAtrIX
If sb patch is excluded, ideally no reference to sb should exist. ReVanced is modular for a reason.
> no as an appropriate log message is printed While running the patches this would be random.
> While running the patches this would be random. This is why. The resources should be decoded before the patches are executed. Its separate steps and doing it randomly while...
While running the patches it doesn't make sense to decode the resources at the same time. Running the patches is one thing, decoding the resources a different. Doing the latter...
I have answered your question in the previous message why it is random and reflection will be ditched when annotations are ditched. Please apply the requested changes.
> And before you ask this can't easily be done in cli because of dependencies Why?
Yes, you have access to the classes compile time annotations before having to create an instance of the class.
Is this regarding the feat?
In that case its as easy as it can get. All mutable classes pass are created in the proxy() method, which means you can store them in a list, if...
> This whole proposal is very memory expensive. Reminder, we're running on Android (on-device) here. I'm slowly starting to think this on-device goal was a bad idea x) The proposal...