Commit Graph

855 Commits

Author SHA1 Message Date
Konloch eb225eaa79 Terminology Update
File Container has been changed to Resource Container
2021-07-13 07:33:32 -07:00
Konloch 4a08a7508f
Merge pull request #319 from ThexXTURBOXx/master
Better German translation
2021-07-13 07:28:37 -07:00
Nico Mexis f6fde27253
Even better translations 2021-07-13 15:47:06 +02:00
Nico Mexis cad751ecf0
Better German translation 2021-07-13 15:13:20 +02:00
Konloch f055028686 Properly Added Darklaf Extensions 2021-07-13 05:47:13 -07:00
Konloch 52803f410b Comments/TODOs 2021-07-13 05:34:04 -07:00
Konloch 420cd9d060 Updated XposedGenerator
This fixes the API breaks introduced in the recent patches, it should now function as originally intended
2021-07-13 05:33:34 -07:00
Konloch 1eda5e7f78 Updated For Plugin API Changes
This will make it easier on the user to inform them which file the class resources are in
2021-07-13 05:10:24 -07:00
Konloch fc68fde546 Better Plugin Handling
This isn't a perfect solution since it will create a new console window for each resource, however it maintains compatibility and makes it easy on plugin authors

A new plugin class would be a good idea for a better alternative, then more advanced plugins could use that as the class base instead of just the.bytecode.club.bytecodeviewer.api.Plugin
2021-07-13 04:46:21 -07:00
Konloch 9f1877a81c Suggest PyPy 2021-07-13 04:05:44 -07:00
Konloch 2d289d1f9b Dark Theme Scrollbar Fixes
The actual fix is to use com.github.weisj.darklaf.components.OverlayScrollPane but this works for now
2021-07-13 04:05:38 -07:00
Konloch 5041fc5712 LAF Expansion
Thank you @weisJ!

This includes:
+ Better DarkLAF combability #317
+ More LAF Themes to select from
+ More translations
2021-07-13 03:44:03 -07:00
Konloch 3df104c86b Resource Refreshing 2021-07-13 03:37:28 -07:00
Konloch 33ec3f3fdb Extended BetterJOptionPane
This adds the showInputDialogue functions as well as the fixes for them
2021-07-13 03:36:39 -07:00
Konloch 67e2e0dfd0 Javap Fixes
Because of the design of using sysout it fails when being ran concurrently. Until the system has been redesigned to not use sysout (or a better solution for it is added) I've synchronized the javap disassembler

thankfully javap is fast so this shouldn't be that noticeable but it should be fixed one day
2021-07-13 03:35:48 -07:00
Konloch e9f3163e1b Added Change ClassFile Versions Plugin 2021-07-13 03:33:49 -07:00
Konloch ccd7f278bc Merge branch 'master' of https://github.com/Konloch/bytecode-viewer 2021-07-13 02:20:44 -07:00
Kalen (Konloch) Kinloch cd3c9732a5
Merge pull request #318 from antonymcgreen/patch-1
russian translation fix
2021-07-13 01:39:15 -07:00
Kalen (Konloch) Kinloch 0669e0a4fa
Merge pull request #316 from liuxilu/patch-1
mandarin translation improved
2021-07-13 01:39:05 -07:00
Konloch 410189fce6 Security Manager Fix 2021-07-13 00:44:51 -07:00
antonymcgreen c6f12baef2
russian translation fix 2021-07-13 10:21:47 +03:00
Konloch 1b5f8e16db Python3 Check 2021-07-12 07:43:14 -07:00
Konloch c27db9be9b Improved Javap 2021-07-12 07:42:56 -07:00
Konloch c8b23818a4 Fixed Enjarify 2021-07-12 07:37:07 -07:00
Konloch 62d2c70469 Updated Enjarify 2021-07-12 07:28:10 -07:00
Konloch 1d5c500ba8 Security Manager Fix 2021-07-12 07:18:36 -07:00
Konloch b81577c6f0 Autodetect Python CLI
Still a WIP
2021-07-12 06:59:26 -07:00
liuxilu b2d6818842
mandarin translation improved 2021-07-12 21:39:16 +08:00
Konloch 106549658f Resolved JFrameConsole Text Bug
This fixes the bug with large Strings causing the swing thread to lock up
2021-07-12 06:18:55 -07:00
Konloch eab804ff7f README Update 2021-07-12 06:07:17 -07:00
Konloch f349e6a8f1 Improved Javap 2021-07-12 05:50:23 -07:00
Konloch 600b88e05e Improved Javap 2021-07-12 05:18:22 -07:00
Konloch f966f7b29f CLI Java Detection 2021-07-12 05:14:05 -07:00
Konloch 948ae90e50 Security Manager Cleanup 2021-07-12 05:13:35 -07:00
Konloch 216882c58e Flexible Blocking
This allows multiple security manager blocks and unblocks to happen without causing conflictions
2021-07-12 04:18:52 -07:00
Konloch 76aaf8f30f Javap Disassembler 2021-07-11 10:53:15 -07:00
Konloch 789ac13cd1 Cleaned Up Error Alerts 2021-07-11 09:52:07 -07:00
Konloch 7d09510194 Added Javap Disassembler
Solves #93
2021-07-11 09:41:33 -07:00
Konloch 46bee607aa JDK 9 Compatible
This removes the sun package dependency
2021-07-11 07:37:05 -07:00
Konloch c2a9c0f51e Icon Resources API Change 2021-07-11 07:10:42 -07:00
Konloch 0325c2008e Restored Resource Exporting 2021-07-11 06:55:30 -07:00
Konloch f1dc61f780 Disassembler Bug Fix 2021-07-11 06:39:09 -07:00
Konloch 64bce4c201 API Update 2021-07-11 05:37:13 -07:00
Konloch 21fe12b4a7 Lots
Fixes, API Changes, Cleanup, etc.
2021-07-11 05:33:18 -07:00
Konloch df0c978fa9 README Update 2021-07-11 05:05:20 -07:00
Konloch 715041366d CLI Adjustment 2021-07-11 05:01:32 -07:00
Konloch 6ec2fb5d1c README Update 2021-07-11 05:01:16 -07:00
Konloch cf42e4bf67 Added View Manifest Plugin 2021-07-11 04:26:03 -07:00
Konloch 5cbe3122e5 Added Plugin View APK Android Permissions 2021-07-11 04:16:54 -07:00
Konloch 7d140580ee Updated TODO 2021-07-11 02:31:56 -07:00