| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-08-14 | Reverse scan of superclasses to find the first definition of method ↵ | 1 | -12/+31 | ||
| signature avoiding remapping errors | |||||
| 2016-08-13 | Avoid using the override fix in others case than remapping (fix unit tests ↵ | 2 | -5/+12 | ||
| failures) | |||||
| 2016-08-13 | Fix override issues | 1 | -4/+10 | ||
| 2016-08-12 | Remoe JSON directory format support and clean up others things | 16 | -465/+32 | ||
| 2016-08-12 | Implement Enigma directory format (#1) | 14 | -100/+237 | ||
| Others changes: ~ Rework File menu ~ Force UTF-8 for all I/O operations ~ Enigma now detect the original file format and use the correct one when you save a mapping | |||||
| 2016-08-11 | Allow exporting mappings as SRG or Enigma | 5 | -0/+220 | ||
| 2016-07-04 | Removed util | 1 | -68/+0 | ||
| 2016-07-04 | Reformat | 85 | -4892/+682 | ||
| 2016-07-04 | Fixed Obf Class list order | 6 | -30/+23 | ||
| 2016-07-03 | Fix #6, will now only load .json files | 1 | -1/+2 | ||
| 2016-07-03 | Started Gui Refactor | 13 | -417/+572 | ||
| 2016-07-02 | Fixed #4 | 2 | -1/+19 | ||
| 2016-07-02 | Fixed build.gradle | 2 | -37/+5 | ||
| 2016-07-02 | Removed unused methods | 39 | -989/+15 | ||
| 2016-07-02 | Reformatting code | 56 | -1207/+541 | ||
| 2016-07-02 | Renamed Fields | 55 | -814/+750 | ||
| 2016-07-02 | Fixed Null.json and #4 | 2 | -31/+34 | ||
| 2016-06-30 | Fixed Constructor loading | 2 | -0/+18 | ||
| 2016-06-30 | Set the LookAndFeel to the System's (#3) | 1 | -0/+2 | ||
| This makes it look beautiful on Windows 10. | |||||
| 2016-06-30 | Json format (#2) | 120 | -0/+17221 | ||
| * Added new format * Fixed bug * Updated Version | |||||