summaryrefslogtreecommitdiff
path: root/src/main/resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added export functionality to CrashDialog.java (#208)Gravatar Samir Mokiem2020-04-042-0/+2
| | | | | | | | | * Added export functionality to CrashDialog.java * Update french crash.export translation Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> Co-authored-by: Yanis48 <doublecraft.official@gmail.com>
* Add support for reading/writing zipped mappings (#199)Gravatar Chocohead2020-03-171-0/+1
| | | | | | | | | | | | | | * Add support to read/write Enigma mappings from ZIP Takes any path which points to a ZIP as wanting to be read/written as a ZIP Paths from an existing ZIP file system will be correctly handled as directories * Fix deleting a path needing to be from the default file system * Allow calling MapSpecializedMethodsCommand directly * Fix indentation * Missing static
* CFR support (#192)Gravatar Runemoro2020-03-092-0/+2
| | | | | * Add decompiler API * Add CFR support
* Made Enigma gui translatable (#193)Gravatar modmuss502020-03-052-0/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * made enigma gui translatable * key renamings * missed strings * string.format() & another missed string * cached content (thanks @liach) * added a dialog when changing language * better sentence * more %s * liach's requests * empty map * the last (?) missed strings * IT WORKS * French translation * Update fr_fr.json
* Add stats generation (#177)Gravatar Runemoro2019-11-081-0/+34
| | | | | | | | * Add stats generation * Parameters and inner classes too * Fixes
* Allow multiple services for enigma (#168)Gravatar liach2019-11-082-0/+21
| | | | | | | | | | * Allow multiple services for enigma Signed-off-by: liach <liach@users.noreply.github.com> * Delete bad dummy Signed-off-by: liach <liach@users.noreply.github.com>
* Update readme (#170)Gravatar Runemoro2019-11-021-0/+6
* Update readme * Update README.md