| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | solved tricky issue with incorrect translation of fields/methods referenced ↵ | 2015-01-19 | 7 | -26/+28 | |
| | | | | | by a subclass instead of the declaring class | ||||
| * | source format change | 2015-01-13 | 24 | -642/+510 | |
| | | | | | don't hate me too much if you were planning a big merge. =P | ||||
| * | reverting to GPL license | 2014-10-09 | 24 | -179/+34 | |
| | | |||||
| * | relicense as LGPL | 2014-10-08 | 24 | -34/+179 | |
| | | |||||
| * | fixed test case | 2014-10-02 | 1 | -1/+1 | |
| | | |||||
| * | fix inner classes test | 2014-10-01 | 1 | -4/+4 | |
| | | |||||
| * | added proper support for renaming constructors | 2014-09-28 | 1 | -4/+4 | |
| | | |||||
| * | HOW DO I WRITE SO MANY BUGS?!? | 2014-09-24 | 3 | -38/+77 | |
| | | |||||
| * | improved inner/anonymous class detection | 2014-09-21 | 5 | -10/+36 | |
| | | |||||
| * | started unit testing for inner/anonymous class detection | 2014-09-21 | 8 | -30/+122 | |
| | | |||||
| * | cleaned up imports. I have no idea why Eclipse likes importing jcommander ↵ | 2014-09-20 | 2 | -4/+3 | |
| | | | | | classes instead of guava classes, but it's annoyong! | ||||
| * | added tests to check constructor tokens | 2014-09-14 | 7 | -12/+266 | |
| | | | | | fixed a bug with constructor tokens too | ||||
| * | added test to check constructor references | 2014-09-14 | 5 | -0/+236 | |
| | | |||||
| * | fixed bug with method references pointing to wrong class | 2014-09-14 | 5 | -2/+26 | |
| | | |||||
| * | added some tests for a small inheritance hierarchy | 2014-09-08 | 7 | -8/+345 | |
| | | |||||
| * | added some basic tests for the deobufscator and the jar index | 2014-09-07 | 4 | -2/+266 | |
| | | |||||
| * | added proguard to the gradle config to create obfuscated jars for testing | 2014-09-05 | 3 | -0/+76 | |
| added simple tests for the deobufscator class | |||||