-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add JADX decompiler #27
Merged
Merged
Commits on Mar 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16a1ab3 - Browse repository at this point
Copy the full SHA 16a1ab3View commit details -
Speeds up things significantly. And yes, the memory is never reclaimed, but once we move the cache to the disk instead, that won't be an issue anymore
Configuration menu - View commit details
-
Copy full SHA for 8a42316 - Browse repository at this point
Copy the full SHA 8a42316View commit details -
Much more efficient JADX implementation
Now only passes the requested class instead of all input files.
Configuration menu - View commit details
-
Copy full SHA for 53881b1 - Browse repository at this point
Copy the full SHA 53881b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f970a22 - Browse repository at this point
Copy the full SHA f970a22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ebddf6 - Browse repository at this point
Copy the full SHA 7ebddf6View commit details -
New JADX implementation can decompile inner classes
Also fix checkstyle issues
Configuration menu - View commit details
-
Copy full SHA for b4286f2 - Browse repository at this point
Copy the full SHA b4286f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cbcbb5 - Browse repository at this point
Copy the full SHA 3cbcbb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f72330 - Browse repository at this point
Copy the full SHA 9f72330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30eaa0c - Browse repository at this point
Copy the full SHA 30eaa0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 449789c - Browse repository at this point
Copy the full SHA 449789cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85820c5 - Browse repository at this point
Copy the full SHA 85820c5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.