oSumAtrIX
oSumAtrIX
@LisoUseInAIKyrios Does that make sense?
> The bug has existed for a long time, but that change fixes it. It was considered a non-bug. I was under the impression of fingerprints matching the real source,...
I've refactored the code. Please test the changes. Apart from that LGTM.
A patch can read the minsdk from the manifest. But why would the patch not work on versions below that. If two apps have different code base, you can abstract...
That sounds reasonable. A patch can technically decompress the dex, modify them and then compress them back, but this would need some boilerplate work which isn't really worth it.
The added patches don't add a download patch.
PRs are squashed to one commit. Either separate each patch to its own PR, or squash them locally into commits called "feat(Instagram): Added `Patch name` patch" so we can merge...
No it just changes the media quality
Working in a single pr is easier (also to review). We can decide that once all codebase issues are resolved 👍
The review will be iterative, addressing big issues, once solved, smaller issues and so on, until everything looks right. Hope it doesn't cause too much trouble.