| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-07-10 | index & resolve method/field references for usages view | 2 | -0/+49 | ||
| 2018-07-06 | fix signature remap of inners for now | 1 | -0/+15 | ||
| 2018-07-06 | move SynchronizedTypeLoader to a non-inner | 2 | -28/+39 | ||
| 2018-07-06 | speed up Deobfuscator's getSources by using a single TranslatingTypeloader ↵ | 5 | -35/+131 | ||
| and caching the ClassLoaderTypeloader | |||||
| 2018-07-05 | make isMethodProvider public | 1 | -1/+1 | ||
| (cherry picked from commit ebad6a9) | |||||
| 2018-07-05 | Fix old mappings not properly being removed | 3 | -78/+96 | ||
| 2018-07-05 | Fix old mappings not properly being removed | 2 | -10/+17 | ||
| 2018-07-05 | Use previous save state to delete old mapping files | 3 | -54/+54 | ||
| 2018-07-04 | fix incorrect super calls | 1 | -2/+2 | ||
| 2018-07-03 | Make decompile parallel | 1 | -6/+10 | ||
| 2018-07-03 | Output directly to file on source export | 1 | -4/+4 | ||
| 2018-06-30 | Ignore invalid decompiled variable indices | 1 | -9/+16 | ||
| 2018-06-25 | Fix stackoverflow on rebuilding method names | 1 | -17/+13 | ||
| 2018-06-24 | Fix parsed local variable indexing | 5 | -55/+54 | ||
| 2018-06-24 | Fix enum parameter index offset | 3 | -12/+18 | ||
| 2018-06-24 | Parameter translation in interfaces | 1 | -19/+48 | ||
| 2018-06-24 | Fix handling of null deobf mappings | 4 | -32/+15 | ||
| 2018-06-24 | Fix method reference and bridge detection | 4 | -36/+77 | ||
| 2018-06-23 | Fix array translation in method calls | 3 | -7/+17 | ||
| 2018-06-23 | Fix frame array type translation | 1 | -2/+2 | ||
| 2018-06-23 | Fix frame array type translation | 1 | -2/+6 | ||
| 2018-06-23 | Fix class signatures not being translated | 1 | -1/+2 | ||
| 2018-06-23 | Apply deobfuscated name to transformed classes | 2 | -8/+15 | ||
| 2018-06-22 | Resolve all failed tests | 4 | -13/+10 | ||
| 2018-06-22 | Fix compile issues | 3 | -6/+4 | ||
| 2018-06-21 | Fix bridged method detection | 1 | -1/+1 | ||
| 2018-06-21 | Fix issues with inner class signature transformation | 4 | -13/+11 | ||
| 2018-06-21 | Recursively rebuild method names | 2 | -3/+9 | ||
| Before it was only doing the first level of inner classes, this works on "inner inner classes" | |||||
| 2018-05-20 | Fix anonymous class generation | 3 | -4/+6 | ||
| 2018-05-19 | Fix parameter name offset | 3 | -46/+40 | ||
| 2018-05-19 | Fix highlighting of mapped names | 1 | -10/+14 | ||
| 2018-05-19 | Signature refactoring | 16 | -96/+206 | ||
| 2018-05-19 | More bytecode translation | 7 | -50/+304 | ||
| 2018-05-19 | Fix inner class mapping | 2 | -18/+12 | ||
| 2018-05-19 | Annotation + inner class translation | 10 | -23/+133 | ||
| 2018-05-19 | Package updates | 58 | -273/+102 | ||
| 2018-05-19 | Initial port to ASM | 82 | -4649/+2372 | ||
| 2018-05-16 | Fix method parameter info sometimes causing the exported class to become ↵ | 1 | -2/+0 | ||
| invalid. This fixes intelij not reading the class successfully, thus preventing it from being used. | |||||
| 2018-05-15 | Add support for MTH-ARG in tiny mappings reader | 1 | -0/+4 | ||
| 2017-06-07 | Added theme switcher + dark theme (#60) | 9 | -88/+226 | ||
| * Initial work on the color config * Save and read config from file.+ * Allow changing the editor colors * Remove the right margin * Move config to the user's home dir * Use Guava instead of Apache commons * Add runtime theme switching, includes example "dark" theme. * Rename dark theme as requested * Small clean up * Include suggestions from @Thog | |||||
| 2017-06-04 | Add support for custom themes (#59) | 8 | -10/+130 | ||
| 2017-05-16 | Remove the converter + some reorganization | 21 | -3682/+55 | ||
| 2017-05-15 | Add offset for Enum constructor arguments (Fix #58) | 7 | -22/+30 | ||
| 2017-04-05 | Rebuild innerclass method names. | 1 | -22/+30 | ||
| 2017-04-05 | Avoid crash using rebuild method names + make sure that the mapping is dirty ↵ | 2 | -1/+8 | ||
| if rebuildMethodNames is called (Fix #56) | |||||
| 2017-03-31 | Fix tiny mapping separator, and print out stacktrace on error. | 1 | -1/+2 | ||
| 2017-03-24 | Document a "little bit" the Tiny Reader | 1 | -8/+33 | ||
| 2017-03-24 | Reformat code | 10 | -5/+10 | ||
| 2017-03-24 | Implement experimental Tiny mappings loader | 6 | -1/+141 | ||
| ~ This will need some tests and more security checks | |||||
| 2017-03-12 | Fix var naming and locals var index issues | 3 | -4/+3 | ||