| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved all classes from the default package into a package called "default" ↵ | 2014-08-23 | 1 | -3/+3 | |
| | | | | | so they can be properly imported by other classes | ||||
| * | crap-ton of bug fixes for inner classes | 2014-08-18 | 1 | -22/+20 | |
| | | |||||
| * | added support for automatic reconstruction of inner and anonymous classes | 2014-08-17 | 1 | -20/+44 | |
| | | | | | also added class to restore bridge method flags taken out by the obfuscator | ||||
| * | trying to get inner/anonymous classes working... I have a working heuristic ↵ | 2014-08-15 | 1 | -0/+79 | |
| in place to detect anonymous classes, but I can't seem to get Procyon to decompile them correctly. I'm writing the InnerClasses attribute and translating all the inner class names, but there must be something else I'm missing... | |||||