| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed inner class renaming bug | 2014-10-01 | 1 | -2/+26 | |
| | | | | | also added smarter sorting to class mappings | ||||
| * | fixed nasty issue with renaming inner classes, but alas, more bugs remain | 2014-09-30 | 1 | -2/+16 | |
| | | |||||
| * | implemented mark-as-deobfuscated and reset-to-obfuscated | 2014-09-26 | 1 | -12/+50 | |
| | | |||||
| * | HOW DO I WRITE SO MANY BUGS?!? | 2014-09-24 | 1 | -12/+22 | |
| | | |||||
| * | trying to figure out why some mappings to correspond to anything in the jar ↵ | 2014-09-23 | 1 | -0/+22 | |
| | | | | | file... | ||||
| * | removed deobfuscated method signatures from mappings | 2014-09-03 | 1 | -13/+4 | |
| | | | | | They're too much work to maintain, and they're totally unnecessary! | ||||
| * | fixed issue with method renaming | 2014-09-03 | 1 | -1/+1 | |
| | | |||||
| * | big refactor to better model class/method mappings with no deobf name | 2014-09-03 | 1 | -42/+69 | |
| | | |||||
| * | added checks to prevent renaming classes/fields/methods/arguments to the ↵ | 2014-08-31 | 1 | -0/+20 | |
| | | | | | same name as other classes/fields/methods/arguments | ||||
| * | fixed mapping conversion bug with class rename order | 2014-08-31 | 1 | -15/+21 | |
| | | |||||
| * | finished class matching for now, need to work on class member matching | 2014-08-30 | 1 | -0/+29 | |
| | | |||||
| * | add more checking to catch duplicate mappings on load | 2014-08-27 | 1 | -3/+22 | |
| | | | | | | implemented more stable sort order for methods repackaged as v0.4.1beta | ||||
| * | added support for automatic reconstruction of inner and anonymous classes | 2014-08-17 | 1 | -11/+86 | |
| | | | | | also added class to restore bridge method flags taken out by the obfuscator | ||||
| * | completely re-wrote token recognizer to bootstrap from Procyon's AST | 2014-08-10 | 1 | -12/+12 | |
| | | | | | changed imports to guava instead of whatever collections library happened to be on my classpath | ||||
| * | added stable save order for mappings to hopefully help with merging | 2014-08-04 | 1 | -18/+9 | |
| | | | | | | | | | added color-coding for source identifiers redesigned rename GUI customized editor pane, added popup menu finished name validation added last-chance save on window close | ||||
| * | switched to line-by-line mergable, human-readable file format for mappings | 2014-07-30 | 1 | -0/+217 | |