Commit graph

386 commits

Author SHA1 Message Date
Konloch
f3d639c7f0 Restored Ruby Skeleton Script 2021-06-26 06:00:30 -07:00
Konloch
b676890aeb Resource Importing Code Cleanup 2021-06-26 05:59:51 -07:00
Konloch
9df47b0fe7 Fix FileChooser Extensions 2021-06-26 05:41:55 -07:00
Konloch
62726dcd4f FileChooser Cleanup 2021-06-26 05:38:58 -07:00
Konloch
c90b1d45a6 Better resource importing 2021-06-26 05:33:42 -07:00
Konloch
e25d6179f3 Update settings without needing to refresh 2021-06-26 05:26:12 -07:00
Konloch
05c6148ff5 Fixed simplified tab names 2021-06-26 05:15:53 -07:00
Konloch
2314af5f7f Recent File Duplication Fix
Fixes #258
2021-06-25 22:25:50 -07:00
Konloch
5603f466b3 Code Cleanup 2021-06-25 21:10:32 -07:00
Konloch
7214aa1bde Javascript plugin support 2021-06-25 20:52:27 -07:00
Konloch
f5f510a2e0 Improved Tab Titles 2021-06-25 20:33:06 -07:00
Konloch
357067b8de TODO Changes 2021-06-25 19:59:43 -07:00
Konloch
facbee3d1a Fixed class resource searching 2021-06-25 19:42:54 -07:00
Konloch
7d55816618 Update README.md 2021-06-25 19:11:59 -07:00
Konloch
476e53def5 Renamed TabExitButton 2021-06-25 19:11:43 -07:00
Konloch
a0f7acdbeb Fixed simplified tab names for classes 2021-06-25 18:19:40 -07:00
Konloch
cec2df4685 Code Cleanup
+ Refactored a lot of the GUI
+ Fixed a few bugs with the swing components and swing interaction
+ Includes #304
+ Added LAF theme selection
+ Moved the Visual Settings from the Settings menu to the View menu
+ Added a simplified tab names option
2021-06-25 18:13:46 -07:00
Kalen (Konloch) Kinloch
f1db4c2ea8
Update README.md 2021-06-22 14:54:20 -07:00
Kalen (Konloch) Kinloch
329f00bcb6
Merge pull request #303 from ThexXTURBOXx/master
Reducing jar size by removing unneeded stuff
2021-06-22 14:50:43 -07:00
Nico Mexis
15bbda9ede
Reducing jar size by removing unneeded stuff 2021-06-22 22:18:40 +02:00
Kalen (Konloch) Kinloch
b614b30b60
Merge pull request #302 from ThexXTURBOXx/master
Document dependency release process
2021-06-22 12:25:44 -07:00
Nico Mexis
98e1719f10
Document dependency release process 2021-06-22 21:21:10 +02:00
Kalen (Konloch) Kinloch
0a34c71210
Merge pull request #301 from ThexXTURBOXx/master
Optimize Build Process
2021-06-22 12:15:15 -07:00
Nico Mexis
9055ea6cfa
Properly handle local dependencies 2021-06-22 21:08:44 +02:00
Nico Mexis
913b49c593
Fix build with JDK 9+ 2021-06-22 20:59:54 +02:00
Konloch
5581a343f5 Code Cleanup 2021-06-22 11:05:25 -07:00
Kalen (Konloch) Kinloch
b0f3e5832a
Merge pull request #300 from ThexXTURBOXx/master
Update APKTool
2021-06-22 10:29:57 -07:00
Nico Mexis
cda24dd24a
Force Dex2Jar Exception Handler off 2021-06-22 18:39:56 +02:00
Nico Mexis
f8fa8c5da7
Update APKTool 2021-06-22 17:48:06 +02:00
Konloch
d28e9c1407 Merge branch 'master' of https://github.com/Konloch/bytecode-viewer 2021-06-22 07:25:34 -07:00
Kalen (Konloch) Kinloch
a00b429b8f
Merge pull request #299 from ThexXTURBOXx/master
Some practical things
2021-06-22 07:24:33 -07:00
Nico Mexis
c517903761
Fix Krakatau optional libraries
Fixes #298
2021-06-22 15:23:55 +02:00
Nico Mexis
58e8bfb17f
Fix jar shading
Fixes #297
2021-06-22 14:44:48 +02:00
Nico Mexis
85ba5bbb11
Close tab when middle click 2021-06-22 12:52:12 +02:00
Nico Mexis
87fc6c8435
Better Language detection 2021-06-22 12:45:39 +02:00
Nico Mexis
93b60b8490
Remove RSyntaxTextArea from JDGui 2021-06-22 12:43:53 +02:00
Nico Mexis
f22affaf83
Update dependencies 2021-06-22 12:10:04 +02:00
Konloch
85197c9739 Code Cleanup 2021-06-21 17:46:57 -07:00
Konloch
47d8222f2e Enable CTRL + Mouse Wheel Zoom 2021-06-21 16:38:20 -07:00
Konloch
c940bf5c8d GUI Code Cleanup 2021-06-21 16:37:55 -07:00
Konloch
784eb1921a Update README.md 2021-06-21 15:54:05 -07:00
Konloch
dbf7522e1d Cleaning up MainViewerGUI 2021-06-21 15:45:00 -07:00
Konloch
92e11150ee MainViewerGUI Refactoring 2021-06-21 13:19:46 -07:00
Konloch
57a3aaf608 Remove the unnecessary JADX libs 2021-06-21 12:53:52 -07:00
Konloch
b4d4de7d15 Remove ASM 7.1 and replace with ASM 9.1
Fixes issue #295
2021-06-21 12:39:46 -07:00
Kalen (Konloch) Kinloch
47a0d1415e
Update README.md 2021-06-21 11:33:53 -07:00
Konloch
8f78328498 Jar Exporting Resolved
Temporarily resolved Jar exporting until maven-shaded can be properly fixed.
2021-06-21 10:59:02 -07:00
Konloch
26e3b23e38 Bandaid fix for Dex2jar
The real fix is resolving the error that Dex2Jar spits out every APK decompilation, but until that happens this bandaid should work
2021-06-21 10:43:49 -07:00
Konloch
6d615cd142 Allow constants to execute HideFile via System.exec 2021-06-21 10:27:05 -07:00
Konloch
55c2ea22be Merge branch 'master' of https://github.com/Konloch/bytecode-viewer 2021-06-21 10:01:23 -07:00