-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG.txt
49 lines (41 loc) · 1.69 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*
* Deapk - A tools for "APK -> Eclipse Project"
* Copyright (c) 2013-2014 Jiongxuan Zhang
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
Deapk 2.0
(21/11/2013)
[FIX] Fix "IOUtils.close" crash for some reason.
[FIX] Fix a bug that pop-up some useless dialog boxes.
[OPT] Upgrade JD-Core to 0.7.0.1
[OPT] Upgrade apktool
Deapk 1.5
(20/07/2013)
[NEW] More convenient to view the Java code and Smali code
[OPT] Upgrade to JDK 7.0 to enhance stability
Deapk 1.2
(06/07/2013)
[NEW] Support for multiple files to deapk
[OPT] Put decompile error into the error.txt file
[OPT] Press 'y' to restart, otherwise to ignore if a Deapked project exists
[FIX] After writing .classpath and .project, the XMLWriter did not close
Deapk 1.0
(30/06/2013)
[NEW] You can generate standard Android Eclipse project
[NEW] You can decompile all resource files, XML files, through apktool 1.5.2
[NEW] You can decompile all class files, through dex2jar 0.0.9.11
[NEW] You can decompile all Java source codes, through custom jd-intellij
Deapk Beginning
(15/06/2013)
Write down the first line of code.