Commit Graph

63 Commits

Author SHA1 Message Date
Konloch d8e2e6ab0f Resource Refactoring
This introduces the Resource object which can be either a ClassFile or any other File type

ClassFiles get opened as a ClassViewer with mutliple BytecodeViewPanels

Everything else gets opened as a FileViewer
2021-07-14 04:58:35 -07:00
Konloch b9b8d44cc1 Improved Resource Updating
Still a work in progress
2021-07-14 04:33:20 -07:00
Konloch 3df104c86b Resource Refreshing 2021-07-13 03:37:28 -07:00
Konloch 21fe12b4a7 Lots
Fixes, API Changes, Cleanup, etc.
2021-07-11 05:33:18 -07:00
Konloch 717b2e466c Main Viewer GUI Cleanup 2021-07-11 02:17:46 -07:00
Konloch 56a6a4ebf3 Resource Container Cleanup 2021-07-11 02:14:42 -07:00
Konloch 2ef221f6e1 Resource Viewing Improvements
All of the components that update resources should now function as normal again

The decompiler gui API has been improved to use less boilerplate when adding a new decompiler
2021-07-11 01:44:37 -07:00
Konloch c94ff17045 Extended BCV Default Size 2021-07-07 17:52:25 -07:00
Konloch 820a086a93 More Translation Support 2021-07-07 03:39:29 -07:00
Konloch bd636f2125 Translations & Better About Window 2021-07-07 02:00:14 -07:00
Konloch deb23d3dd3 Error Prompt Cleanup 2021-07-06 19:46:12 -07:00
Konloch b99f6bf98a Busy Status Cleanup 2021-07-06 15:57:42 -07:00
Konloch 52a3c2bfd0 Better Compiling 2021-07-04 20:37:01 -07:00
Konloch 63d7c17d0e Fixed Compiling
So far only Krakatau Assembler has been tested, so Java and Smali are probably still broken
2021-07-04 19:07:34 -07:00
Konloch ba6e59e2c3 Better Looking Busy Wait Icons 2021-07-04 03:23:14 -07:00
Konloch 0d8280b0b9 Dynamic Busy Status
This also cleans up the UI for the Dark Mode theme
2021-07-04 02:25:16 -07:00
Konloch 231fc93298 Update MainViewerGUI.java 2021-07-03 22:20:33 -07:00
Konloch 1cf65954c5 Dialogue Cleanup 2021-07-01 16:08:56 -07:00
Konloch f3d5f25743 Built-in Script Editor
Still a work in progress
2021-07-01 14:54:10 -07:00
Konloch 007955b2ba Added Thread Titles 2021-07-01 02:48:10 -07:00
Konloch 373fc38ad2 Saving After Actions 2021-07-01 02:06:12 -07:00
Konloch 370f2b9a1c Extended Translation Support 2021-06-30 15:19:54 -07:00
Konloch a2724daa8a XAPK Support 2021-06-29 11:31:38 -07:00
Konloch 924684090c Removed ZKM & Allatori To Fix #285 2021-06-29 09:33:23 -07:00
Konloch 9438079ac1 Added Translation Support
This still needs a lot more work but most of the menu bar has been mapped out, all that's left are the settings for the decompilers.

Titlebars, buttons and other dialogues still need to be mapped out, more of a proof of concept than anything.
2021-06-29 02:41:08 -07:00
Konloch 3efffe6ad1 Change LAF Without Reboot 2021-06-28 17:47:32 -07:00
Konloch db0dbdb9dc Malware Scanner Tidying 2021-06-28 00:41:33 -07:00
Konloch 10d4bcf1f5 Extended The Malicious Code Scanner
The new system is designed to make creating a new scan module painless
2021-06-27 22:54:09 -07:00
Konloch 563bc6b79e Re-Added Szperak's Allatori String Decrypter 2021-06-27 21:31:24 -07:00
Konloch af57e7917f Re-Added Szperak's Allatori String Decrypter 2021-06-27 21:27:18 -07:00
Konloch b0f5e938db Resource Exporting Cleanup 2021-06-27 13:41:38 -07:00
Konloch 3216b17389 Multiple Choice Dialogue Cleanup 2021-06-26 11:10:55 -07:00
Konloch 18473a1167 Code Cleanup 2021-06-26 08:56:39 -07:00
Konloch 166fe75b68 Resource Cleanup 2021-06-26 08:10:02 -07:00
Konloch b06db41efc File Chooser Cleanup 2021-06-26 08:03:11 -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 5603f466b3 Code Cleanup 2021-06-25 21:10:32 -07:00
Konloch f5f510a2e0 Improved Tab Titles 2021-06-25 20:33:06 -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
Konloch 5581a343f5 Code Cleanup 2021-06-22 11:05:25 -07:00
Konloch 85197c9739 Code Cleanup 2021-06-21 17:46:57 -07:00
Konloch c940bf5c8d GUI Code Cleanup 2021-06-21 16:37:55 -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 b4d4de7d15 Remove ASM 7.1 and replace with ASM 9.1
Fixes issue #295
2021-06-21 12:39:46 -07:00
Konloch d787ead0da Cleaned up MainViewerGUI
Refactored a lot of the MainViewerGUI class. The settings clean up has started but it should be replaced entirely with some kind of serialization like GSON
2021-06-21 07:55:18 -07:00
Konloch 4fd4ec5585 MainViewerGUI Cleanup
Removed all of the unnecessary JSeparator variables used for GUI creation
2021-06-21 04:42:12 -07:00
Konloch 00a1bb539f Added a Configuration class
Moved the rest of the config-like variables from the main BytecodeViewer class to a new Configuration class
2021-06-21 04:13:11 -07:00
Konloch cb1c27f46c Cleaning up the main BytecodeViewer class file 2021-06-21 03:10:54 -07:00