| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | implemented mark-as-deobfuscated and reset-to-obfuscated | 2014-09-26 | 1 | -0/+6 | |
| | | |||||
| * | fixed in-jar detection for bridge-related methods | 2014-09-24 | 1 | -0/+5 | |
| | | |||||
| * | removed deobfuscated method signatures from mappings | 2014-09-03 | 1 | -16/+11 | |
| | | | | | They're too much work to maintain, and they're totally unnecessary! | ||||
| * | big refactor to better model class/method mappings with no deobf name | 2014-09-03 | 1 | -5/+11 | |
| | | |||||
| * | added checks to prevent renaming classes/fields/methods/arguments to the ↵ | 2014-08-31 | 1 | -0/+12 | |
| | | | | | same name as other classes/fields/methods/arguments | ||||
| * | fixed mapping conversion bug with class rename order | 2014-08-31 | 1 | -5/+11 | |
| | | |||||
| * | finished class matching for now, need to work on class member matching | 2014-08-30 | 1 | -0/+20 | |
| | | |||||
| * | add more checking to catch duplicate mappings on load | 2014-08-27 | 1 | -1/+1 | |
| | | | | | | implemented more stable sort order for methods repackaged as v0.4.1beta | ||||
| * | added stable save order for mappings to hopefully help with merging | 2014-08-04 | 1 | -3/+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 | ||||
| * | fixed bugs with saving mappings | 2014-08-03 | 1 | -1/+1 | |
| | | | | | got argument renaming to work | ||||
| * | switched to line-by-line mergable, human-readable file format for mappings | 2014-07-30 | 1 | -0/+136 | |