Thank You! #51
-
Just discovered this gem repo today, you have done an amazing work, even google is struggling to achieve this on R8. I tested in couple of apks and works like a magic.
Question: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello, thank you very much :) Personally, I am very hesitant to "detach" this repo from the original one by removing the fork-status.
Now regarding your question: There will probably not be any side effects since the class version is backward-compatible. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer, My other thought is on dex2jar what about converting constant integer resource ids to field invoke ? for example: This helps to produce I attempted to do this on DEX side but my challenge was converting array data and switch values which requires adding extra tmp registers (not easy when total registers are > 16). |
Beta Was this translation helpful? Give feedback.
Hello, thank you very much :)
However, most credit goes to pxb1988, still! I have only fixed issues and improved stability overall...
Personally, I am very hesitant to "detach" this repo from the original one by removing the fork-status.
I like everyone to see at first glance that this repo is indeed a fork and not just a new project.
Also, by removing the fork status, my PR over at the original repo (pxb1988#486) would be closed and cannot be reopened again (because this requires my repo to be a fork).
Since most people find my repo through this PR, it is not optional, but rather mandatory for me to do it this way.
I understand your second point, though. Indeed, when creating a PR agains…