From 02bc69f8b770a054411dd656f8414173c59c16c3 Mon Sep 17 00:00:00 2001 From: Kalen Kinloch Date: Tue, 6 Jan 2015 05:13:41 -0800 Subject: [PATCH] 2.5.0 12/28/2014 - Improved the outdated version pane by including an automatic downloader - http://i.imgur.com/4MXeBGb.png - http://i.imgur.com/v50Pghe.png - http://i.imgur.com/bVZqxZ2.png - http://i.imgur.com/l8nIMzD.png 12/28/2014 - Updated CFR to cfr_0.92.jar 12/31/2014 - Adrianherrera updated the Malicious Code Scanner to detect the security manager being set to null. **HAPPY NEW YEAR** 01/01/2015 - Added refresh class on decompiler/pane view change 01/01/2015 - Moved all of the settings into a settings pane 01/01/2015 - Added some debug code when you first start it up, it also includes how long it took to fully load up. 01/02/2015 - Cached the busy icon. 01/02/2015 - >> ADDED APK SUPPORT <<, had to downgrade to ASM 3.3, which means losing some annotation debugging for the Bytecode Decompiler. 01/03/2015 - Wrapped the search pane in a JScrollPane. 01/06/2015 - Added save as DEX and import .dex files. --- README.txt | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index f424d057..bd20ff04 100644 --- a/README.txt +++ b/README.txt @@ -228,6 +228,6 @@ Changelog: 01/01/2015 - Moved all of the settings into a settings pane 01/01/2015 - Added some debug code when you first start it up, it also includes how long it took to fully load up. 01/02/2015 - Cached the busy icon. -01/02/2015 - ADDED APK SUPPORT, had to downgrade to ASM 3.3, which means losing some annotation debugging for the Bytecode Decompiler. +01/02/2015 - >> ADDED APK SUPPORT <<, had to downgrade to ASM 3.3, which means losing some annotation debugging for the Bytecode Decompiler. 01/03/2015 - Wrapped the search pane in a JScrollPane. 01/06/2015 - Added save as DEX and import .dex files. \ No newline at end of file diff --git a/VERSION b/VERSION index 9183195a..fad066f8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.0 \ No newline at end of file +2.5.0 \ No newline at end of file