Commit graph

641 commits

Author SHA1 Message Date
Konloch
db3b4083cf 2.9.7 2015-07-18 19:16:18 -06:00
Konloch
34de98f0e8 2.9.7 released
07/02/2015 - Added ajustable font size.
07/05/2015 - Started working on the new Boot Screen.
07/06/2015 - Moved the font size to be under the view menu.
07/06/2015 - Fixed a bug with plugins not being able to grab the
currently viewed class.
07/07/2015 - Started adding enjarify as an optional APK converter
instead of Dex2Jar.
07/07/2015 - Finished the new Boot Screen
07/09/2015 - Fixed a process leak with krakatau decompiler.
07/09/2015 - Finished adding enjarify.
07/09/2015 - Supressed syntax exceptions due to JD-GUI.
07/09/2015 - Fixed refresh on non-refreshable resources.
07/09/2015 - Fixed opening a class and the name is so big, you cannot
close because the [X] does not appear.
07/09/2015 - Added support for smaller screens for the boot screen.
07/16/2015 - Removed the FileFilter classes.
07/16/2015 - Updated the decompiler class to make more sense.
07/16/2015 - Started working on BCV CLI.
07/16/2015 - Finished BCV CLI.
2015-07-18 19:13:53 -06:00
Konloch
3784629fbf 2.9.7 release
07/02/2015 - Added ajustable font size.
07/05/2015 - Started working on the new Boot Screen.
07/06/2015 - Moved the font size to be under the view menu.
07/06/2015 - Fixed a bug with plugins not being able to grab the
currently viewed class.
07/07/2015 - Started adding enjarify as an optional APK converter
instead of Dex2Jar.
07/07/2015 - Finished the new Boot Screen
07/09/2015 - Fixed a process leak with krakatau decompiler.
07/09/2015 - Finished adding enjarify.
07/09/2015 - Supressed syntax exceptions due to JD-GUI.
07/09/2015 - Fixed refresh on non-refreshable resources.
07/09/2015 - Fixed opening a class and the name is so big, you cannot
close because the [X] does not appear.
07/09/2015 - Added support for smaller screens for the boot screen.
07/16/2015 - Removed the FileFilter classes.
07/16/2015 - Updated the decompiler class to make more sense.
07/16/2015 - Started working on BCV CLI.
07/16/2015 - Finished BCV CLI.
2015-07-18 19:00:58 -06:00
Konloch
fecc98f2f9 2.9.7 changes 2015-07-16 19:31:34 -06:00
Konloch
d4c0eba2bc 2.9.7 changes, now with CLI 2015-07-16 19:28:10 -06:00
Konloch
44eb4de39b 2.9.7 preview 2 2015-07-09 16:36:43 -06:00
Konloch
bf5362c592 2.9.7 preview 2 2015-07-09 16:35:53 -06:00
Konloch
fc32f6c835 2.9.7 changes 2015-07-08 23:20:34 -06:00
Konloch
31af38d045 2.9.7 changes 2015-07-08 17:35:31 -06:00
Konloch
a1a0767d4d 2.9.7 changes 2015-07-08 17:35:21 -06:00
Konloch
bd9dcd2e67 2.9.7 changes 2015-07-07 03:34:22 -06:00
Konloch
229c15b54f 2.9.7 preview 2015-07-06 09:45:50 -06:00
Konloch
881c405101 2.9.7 preview 2015-07-06 09:39:32 -06:00
Konloch
ca1cad8c6f 2.9.7 preview 2015-07-06 09:26:53 -06:00
Konloch
5f99089d14 README updates 2015-07-06 08:20:56 -06:00
Konloch
98e7e333bb some changes 2015-07-06 08:07:29 -06:00
Konloch
6cb3116b81 2.9.7 changes 2015-07-06 02:47:46 -06:00
Konloch
0476304176 Krakatau Update 2015-07-06 00:54:52 -06:00
Konloch
784eb960b8 Fixed Some Stuff 2015-07-03 00:28:03 -06:00
Konloch
e5b507656c Added Font Size Changing
Added Font Size Changing
2015-07-03 00:21:23 -06:00
Konloch
dcea0a04bc 2.9.6
2.9.6 is out!
2015-07-02 18:16:29 -06:00
Konloch
858f3ea76c 2.9.6
-----2.9.6-----:
05/05/2015 - Fixed a typo in the about window
05/28/2015 - Started importing JD-GUI Decompiler.
05/28/2015 - Compile on refresh and compile on save are now enabled by
default.
05/28/2015 - Renamed the File>Save As options to be much more
informative.
06/24/2015 - Fixed a logic error with the Field & Method searchers.
06/26/2015 - Updated Procyon & CFR to their latest versions.
07/02/2015 - Added JD-GUI Decompiler. - Huge thanks to the guys behind
JD-GUI! <3 (FIVE DECOMPILERS NOW LOL)
2015-07-02 18:07:35 -06:00
Kalen (Konloch) Kinloch
13e52bb494 Merge pull request #51 from ViRb3/master
Fix project build
2015-06-22 03:23:56 -06:00
ViR Dash
f2c901d3f8 Fix project build
Fixed imports pointing to obsolete namespace
2015-06-22 12:16:17 +03:00
Kalen (Konloch) Kinloch
2bc68fb108 Merge pull request #47 from TheBiblMan/master
Compiled Java Plugin Loading
2015-06-02 17:21:32 -06:00
TheBiblMan
6db4dc2500 Fixed class loading for compiled Java plugins. -Bibl 2015-06-01 15:29:56 +01:00
TheBiblMan
ff7bd343fc Derped when I copied the jar loading code. -Bibl 2015-06-01 15:25:50 +01:00
Kalen (Konloch) Kinloch
24edd7ca05 Merge pull request #46 from TheBiblMan/master
Moved CodeSequenceDiagram. -Bibl
2015-06-01 08:19:55 -06:00
TheBiblMan
4a7332fca5 Removed the ASM Jar and imported my custom version of ASM
(enhancements). -Bibl
2015-06-01 15:18:39 +01:00
TheBiblMan
6cf63674ad Moved CodeSequenceDiagram. -Bibl 2015-06-01 15:07:05 +01:00
Kalen (Konloch) Kinloch
c888f42404 Merge pull request #45 from TheBiblMan/master
pull
2015-06-01 08:04:08 -06:00
TheBiblMan
5b87048682 Merge branch 'master' of https://github.com/Konloch/bytecode-viewer.git
Conflicts:
	src/the/bytecode/club/bytecodeviewer/gui/MainViewerGUI.java
	src/the/bytecode/club/bytecodeviewer/plugins/CodeSequenceDiagram.java
2015-06-01 15:02:19 +01:00
TheBiblMan
0fcddcdacd Plugin work. -Bibl 2015-06-01 14:45:23 +01:00
Konloch
43681fac38 DJ-GUI implementation 2015-06-01 07:26:31 -06:00
Konloch
c60bfd6c6e moved
moved
2015-05-06 17:48:03 -06:00
Konloch
a9a1208946 32bit fix now
32bit fix now
2015-05-06 17:40:06 -06:00
Konloch
116757d82d Fixed Updater 2015-05-02 14:37:15 -06:00
Konloch
0ac22a20b2 2.9.5 2015-05-01 17:21:21 -06:00
Konloch
3f92a47cac 2.9.5 2015-05-01 17:11:23 -06:00
Konloch
7a85b4f38d 2.9.5
05/01/2015 - Added 'pingback' for statistics (to track how many people
globally use BCV)
2015-05-01 17:07:52 -06:00
Konloch
02f3c876dd 2.9.5
05/01/2015 - Added 'pingback' for statistics (to track how many people
globally use BCV)
2015-05-01 17:07:23 -06:00
Konloch
36b9b8979d 64bit fix for 2.9.4
64bit fix
2015-04-30 08:51:45 -06:00
Konloch
9e25f424e2 2.9.4
2.9.4
2015-04-28 06:40:55 -06:00
Konloch
c0fee4ed33 2.9.4
04/19/2015 - Added -O to be passed for Krakatau
Decompiler/Disassembler/Assembler. (Thanks Storyyeller).
04/19/2015 - Added -skip to be passed for Krakatau Decompiler. (Thanks
Storyyeller).
04/19/2015 - Changed the warning window for Python to recommend PyPy.
(Thanks Storyyeller).
04/20/2015 - Happy 2015 4/20 (Shoutout to @announce420 for being 2 years
old).
04/21/2015 - Started reworking the View Panes.
04/21/2015 - Finished reworking the View Panes -
http://i.imgur.com/SqIw4Vj.png - Cheers to whoever's idea this was (I
forget sorry <3).
04/21/2015 - Updated CFR to 0_100.jar
04/21/2015 - Added CTRL + R for run.
04/21/2015 - Added CTRL + S for save files as.
04/21/2015 - Added CTRL + T for compile.
04/21/2015 - Added Krakatau optional library.
04/21/2015 - The about pane now provides a lot more up to date
information.
04/21/2015 - Changed 'View Panes' to simply 'View'.
2015-04-28 06:32:58 -06:00
Kalen Kinloch
a38032a346 2.9.3 2015-03-20 10:41:00 -07:00
Kalen Kinloch
2addfb9096 2.9.3
02/28/2015 - Added drag and drop for any file.
02/28/2015 - Added ctrl + w to close the current opened tab.
02/28/2015 - Updated to CFR 0_97.jar
02/28/2015 - Fixed a concurrency issue with the decompilers.
02/28/2015 - Added image resize via scroll on mouse.
02/28/2015 - Added resource refreshing.
02/28/2015 - Im Frizzy started working on Obfuscation.
03/20/2015 - Updated Dex2Jar to 2.0.
03/20/2015 - Updated CFR to 0_98.jar
2015-03-20 10:04:17 -07:00
Kalen Kinloch
a1dc3aecc6 A bunch of changes for 2.9.3
* -----2.9.3-----:
* 02/28/2015 - Added drag and drop for any file.
* 02/28/2015 - Added ctrl + w to close the current opened tab.
* 02/28/2015 - Updated to CFR 0_97.jar
* 02/28/2015 - Fixed a concurrency issue with the decompilers.
* 02/28/2015 - Added image resize via scroll on mouse.
* 02/28/2015 - Added resource refreshing.
* 02/28/2015 - Im Frizzy started working on Obfuscation.
2015-02-28 22:24:49 -08:00
Kalen (Konloch) Kinloch
90241eb232 Merge pull request #24 from im-frizzy/master
Added auto main class checking (main() and Applet.init())
2015-02-28 20:39:37 -08:00
im-frizzy
8a858d07c2 Added auto main class checking (main() and Applet.init()) 2015-02-28 22:37:28 -06:00
Kalen (Konloch) Kinloch
1799890f7a Merge pull request #23 from im-frizzy/master
Obfuscation - Renaming
2015-02-28 20:30:15 -08:00