Skip to content

Commit bc9cfe1

Browse files
committed
2.7.0
01/11/2015 - Improved the Refresh Class function to be used as the default compile function. 01/11/2015 - Implemented better error handling for decompiling class files. 01/15/2015 - CTRL + O will open the add file interface. 01/15/2015 - CTRL + N will open the net workspace interface. 01/15/2015 - It will now save the last directory you opened. 01/15/2015 - Some how the URL for the auto updater change log got changed, this has been fixed. 01/15/2015 - Slightly updated the change log display, it'll now show all the changes since your version. 01/16/2015 - Made EZ-Injection UI look a bit nicer. 01/27/2015 - Decided to scrap the JVM Sandbox POC and use the Security Manager. 01/27/2015 - BCV now blocks exec and won't allow any ports to be bound.
1 parent 2713a8b commit bc9cfe1

File tree

12 files changed

+358
-300
lines changed

12 files changed

+358
-300
lines changed
44.6 MB
Binary file not shown.

README.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,22 @@ Changelog:
256256
01/09/2015 - Added add entire directory.
257257
01/09/2015 - Fixed import .DEX files.
258258
01/10/2015 - Finished Smali Editing.
259-
01/10/2015 - Fixed a class opening issue with sychronization.
259+
01/10/2015 - Fixed a class opening issue with synchronization.
260260
01/11/2015 - Threaded all of the save functions.
261261
01/11/2015 - Removed all instances of the setCursor to busy.
262262
01/11/2015 - Added are you sure you wish to overwrite this existing file to all the other save functions.
263263
01/11/2015 - All of the decompiling names are now randomly generated instead of a counting number.
264264
01/11/2015 - Updated CFR to CFR_0.94.jar
265265
01/11/2015 - Updated to the latest version of FernFlower.
266-
01/11/2015 - Fixed an extension appending issue with save Java file.
266+
01/11/2015 - Fixed an extension appending issue with save Java file.
267+
--- 2.7.0 ---:
268+
01/11/2015 - Improved the Refresh Class function to be used as the default compile function.
269+
01/11/2015 - Implemented better error handling for decompiling class files.
270+
01/15/2015 - CTRL + O will open the add file interface.
271+
01/15/2015 - CTRL + N will open the net workspace interface.
272+
01/15/2015 - It will now save the last directory you opened.
273+
01/15/2015 - Some how the URL for the auto updater change log got changed, this has been fixed.
274+
01/15/2015 - Slightly updated the change log display, it'll now show all the changes since your version.
275+
01/16/2015 - Made EZ-Injection UI look a bit nicer.
276+
01/27/2015 - Decided to scrap the JVM Sandbox POC and use the Security Manager.
277+
01/27/2015 - BCV now blocks exec and won't allow any ports to be bound.

0 commit comments

Comments
 (0)