Commit Graph

1123 Commits

Author SHA1 Message Date
Una Thompson f679ddac72
Disable update checker 2022-07-08 00:41:12 -07:00
Una Thompson 5b05e438ed
Merge remote-tracking branch 'upstream/master' 2022-07-08 00:39:26 -07:00
Konloch 55eaafd2d1 Malicious Code Scanner Fix
On the latest release the code scanner isn't functioning, this should allow it to work as normal again
2022-07-05 01:39:49 -05:00
Konloch cc50e68c40
Merge pull request #429 from nick-botticelli/add-asmifier-support
Add ASMifier support
2022-06-18 23:16:09 -07:00
Konloch 738fb519ed
Merge pull request #428 from nick-botticelli/update-maven-shade-plugin-3.3.0
Update Maven Shade Plugin to 3.3.0
2022-06-03 05:08:31 -07:00
nick-botticelli 59a40b18c7 Undo accidental change for debugging 2022-05-28 04:17:35 -07:00
nick-botticelli 0d221dbca5 Add ASMifier support
This adds support (both GUI and CLI) for generating Java code from ASMifier to generate the bytecode of a class with ASM
2022-05-27 16:53:59 -07:00
nick-botticelli 56b3a72c25 Change reference to -decompiler-list to -list 2022-05-27 15:51:38 -07:00
nick-botticelli 9e33d2c282 Update Maven shade plugin to 3.3.0 2022-05-27 04:29:07 -07:00
Una Thompson a8fc11e488
Quiltify 2022-05-12 15:09:14 -07:00
Konloch 5be55df6c7
Merge pull request #421 from weisJ/modern-icons
Provide more modern icons
2022-04-28 13:22:25 -07:00
Jannis Weis 3524047c90
Add icons for add/remove 2022-04-27 21:59:46 +02:00
Jannis Weis 152948d840
Add small demo application to view icons 2022-04-27 21:59:46 +02:00
Jannis Weis 60b0926dd6
Provide fallback values for icon colors with System theme 2022-04-27 21:59:45 +02:00
Jannis Weis 2cb9b80815
Replace icons with more modern svg variants 2022-04-27 21:59:45 +02:00
Jannis Weis 3a5bf23d85
Update darklaf to version 3.0.1 2022-04-27 21:59:45 +02:00
Jannis Weis 0bf39f22c3
Remove unused constant HALF_SIZE 2022-04-25 23:48:40 +02:00
Jannis Weis 40e26c27f8
Replace usage of IconImage with Icon
This allows us to use icons other than ImageIcons.
2022-04-25 23:48:39 +02:00
Jannis Weis 47e069c44f
Move loadResourceAsString to Resource class
It doesn't make much sense for this function to sit
inside IconResources, as it isn't an IconResource.
2022-04-25 23:48:39 +02:00
Jannis Weis 3d1f614687
Remove unused ExpandedIcon and CollapsedIcon 2022-04-25 23:48:39 +02:00
Konloch da7f4a77d4
Merge pull request #420 from ThexXTURBOXx/master
Update dependencies
2022-04-24 19:06:41 -07:00
Nico Mexis d75cda371d
Update dependencies 2022-04-24 20:21:24 +02:00
Konloch c93d2b58d1
Merge pull request #415 from GraxCode/gui_fixes
Small UI fixes.
2022-04-20 13:04:14 -07:00
Konloch c9f8771636
Merge pull request #416 from weisJ/darklaf-3.0.0
Update darklaf to version 3.0.0
2022-04-20 13:02:16 -07:00
GraxCode 7c8edb3179 Implement suggestion by @weisJ 2022-04-18 11:18:19 +02:00
Jannis Weis a19be490f7
Update darklaf to version 3.0.0
This resolves an outstanding issue allowing us to remove the
temporary fix for it. Also, the "frame.svg" icon is now loaded
using the official API and no longer relies on the exact location
of the resource.
2022-04-17 23:48:17 +02:00
GraxCode c803a92b01 Make theme changes also affect components that are not in UI tree. #2 2022-04-17 15:56:47 +02:00
GraxCode eded177040 Merge branch 'master' into gui_fixes
# Conflicts:
#	src/main/java/the/bytecode/club/bytecodeviewer/searching/impl/LDCSearch.java
#	src/main/java/the/bytecode/club/bytecodeviewer/searching/impl/MemberWithAnnotationSearch.java
#	src/main/java/the/bytecode/club/bytecodeviewer/searching/impl/MethodCallSearch.java
#	src/main/java/the/bytecode/club/bytecodeviewer/searching/impl/RegexSearch.java
2022-04-17 15:55:19 +02:00
GraxCode b52c194fd1 Make theme changes also affect components that are not in UI tree. 2022-04-17 15:20:43 +02:00
GraxCode fb4a15f0c3 Better looking tab close button. 2022-04-17 15:04:39 +02:00
Konloch 35359d1c70 Version Number Bump 2022-04-11 16:02:23 -05:00
Konloch da2d56f269
Merge pull request #411 from ThexXTURBOXx/master
Update ASM for Java 19 support
2022-04-11 13:46:23 -07:00
Nico Mexis 5fff85b729
Fix module-info related warnings 2022-04-11 20:45:34 +02:00
Nico Mexis 60136fb235
Update ASM for Java 19 support 2022-04-09 16:29:17 +02:00
Konloch a4b74bf105
Merge pull request #408 from ThexXTURBOXx/master
This PR looks huge, but it is not really a big deal...
2022-04-02 07:01:01 -07:00
Nico Mexis 9ba3cf7e21
Fix dex2jar again 2022-04-02 11:18:22 +02:00
Nico Mexis 3a5fd2a3c9
Workaround for SecurityManager stuff on Java 18+ 2022-04-01 12:24:13 +02:00
Nico Mexis 82e11e72e3
Update FernFlower 2022-04-01 12:23:47 +02:00
Nico Mexis 354c6eff4c
Update dex2jar to fix array handling issues 2022-03-29 16:57:26 +02:00
Nico Mexis 6bfde0adda Oops! 2022-03-27 19:15:44 +02:00
Nico Mexis a1373da209 Fix order in translations and add placeholders 2022-03-27 19:09:29 +02:00
Nico Mexis 298af0837b Improve some German translations 2022-03-27 17:52:38 +02:00
Nico Mexis ef60bf6b53 Update dependencies 2022-03-27 17:52:29 +02:00
Konloch 0747d250eb Added Croatian, Czech, Bulgarian, Danish and Serbian translations
These translations are automatically provided thanks to DeepL and Google Translate, if anything is incorrect please let me know and I will promptly correct it, thank you!
2022-03-26 08:56:24 -05:00
Konloch 4b2987c52e Translations For New Settings Option
These translations are automatically provided thanks to DeepL and Google Translate, if anything is incorrect please let me know and I will promptly correct it, thank you!
2022-03-23 14:51:37 -05:00
Konloch e61d5487da Syntax Adjustment 2022-03-23 14:47:38 -05:00
Konloch 498ea1d82b Add Print Line Numbers Setting To Disassembler
Resolves https://github.com/Konloch/bytecode-viewer/pull/398#discussion_r826274523
2022-03-23 14:46:17 -05:00
Konloch cb6acf6c82 Fix Compile Error 2022-03-23 14:23:04 -05:00
Konloch f1350ed14a
Merge pull request #406 from Lucaskyy/fix-plugin-writer-2
Fix plugin writer with compiled java plugins
2022-03-23 12:22:09 -07:00
Konloch 820d867a2f Revert Disassembler TryCatch Label
To keep the disassembler beginner friendly the label should be descriptive to beginners and entry level REs
2022-03-23 14:13:15 -05:00