Skip to content

Commit

Permalink
APK Scanner 2.6 Release 20190709 R1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunggyu-kam committed Jul 9, 2019
1 parent 6be096e commit 2e7f951
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 8 deletions.
8 changes: 4 additions & 4 deletions debian_setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

APP_PATH="/opt/APKScanner"
APP_VERSION="2.5"
APP_VERSION="2.6"
APP_FILE="ApkScanner.jar"

DEBIAN_DATA_PATH="./debian"$APP_PATH
Expand All @@ -18,7 +18,7 @@ Version: $APP_VERSION-1
Section: utils
Architecture: all
Maintainer: Sunggyu Kam <[email protected]>
Installed-Size: 105,065,889
Installed-Size: 157,130,534
Description: APK Scanner $APP_VERSION
EOF
cat ./debian/DEBIAN/control
Expand Down Expand Up @@ -83,10 +83,10 @@ mkdir -p "$TARGET_PATH"
cp -f "release/tool/aapt" "$TARGET_PATH"
cp -f "release/tool/adb" "$TARGET_PATH"
cp -f "release/tool/apktool.jar" "$TARGET_PATH"
cp -f "release/tool/Bytecode-Viewer.jar" "$TARGET_PATH"
cp -f "release/tool/Bytecode-Viewer-2.9.22.jar" "$TARGET_PATH"
cp -f "release/tool/d2j_invoke.sh" "$TARGET_PATH"
cp -f "release/tool/d2j-dex2jar.sh" "$TARGET_PATH"
cp -f "release/tool/jd-gui-1.4.0.jar" "$TARGET_PATH"
cp -f "release/tool/jd-gui-1.6.2.jar" "$TARGET_PATH"
cp -f "release/tool/jd_icon_128.png" "$TARGET_PATH"
cp -f "release/tool/libAaptNativeWrapper32.so" "$TARGET_PATH"
cp -f "release/tool/libAaptNativeWrapper64.so" "$TARGET_PATH"
Expand Down
26 changes: 24 additions & 2 deletions latest-version
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
{
"version":"2.5",
"description":{
"en":"Ver.2.5 :
"en":"Ver. 2.6 :
1.Improve a starting speed.
2.Assign a shortcut key for changing UI Mode(F2).
3.Improve a chnaging speed UI.
* Settings > Generic > UI Booster > check
4.Possiable assign to ESC key action.
* Settings > Generic > ESC key > None/Change UI mode/Exit
5.Fix an error for components info(Activity name, exported)
6.Update tools : JADX(1.0.0), JD-GUI(1.4.0), ByteCode-Viewer(2.9.22)
7.Fix bugs.

Ver. 2.5 :
1. Add a New easy ui mode(fast started)
2. Add a permission history viewer.
3. Fix bugs.
Expand All @@ -10,7 +21,18 @@ Ver. 2.4.2 :\n1. Support JDK 9 and later.\n2. Improve UI of ApkInstallWizard.\n3
Ver. 2.4.1 :\n1. Update JADX-GUI 0.9.0 (2019-02-12)\n2. Fix fatal error\n\n
Ver. 2.4 :\n1. Add JADX & Bytecode viewer tools\n2. Add SDK29 information\n3. Link Apk Compare(toolbal & dragdrop)\n4. Add PlugIn(Update checker)\n5. Fix some bugs
",
"ko":"Ver. 2.5 :
"ko":"Ver. 2.6 :
1.실행 속도 개선
2.UI Mode 변경 단축키 추가(F2)
3.UI 모드 전환 속도 개선
* 설정 > 일반 > UI 부스터 > 사용
4.ESC key 동작 선택
* 설정 > 일반 > 없음/모드전환/종료
5.컴포넌트 정보에서 오류 수정(Activity name, exported)
6.JADX(1.0.0), JD-GUI(1.4.0), ByteCode-Viewer(2.9.22) 업데이트
7.기타 버그 수정

Ver. 2.5 :
1. 이지모드 추가(빠른 실행가능)
2. 권한 히스토리 조회 및 검색 기능 추가
3. 기타 버그 수정
Expand Down
Binary file modified release/ApkScanner.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

; Define your application name
!define PROJECTNAME "APK Scanner"
!define PROJECTNAMEANDVERSION "APK Scanner 2.5"
!define PROJECTNAMEANDVERSION "APK Scanner 2.6"

; Main Install settings
Name "${PROJECTNAMEANDVERSION}"
Expand Down
2 changes: 1 addition & 1 deletion src/com/apkscanner/resource/RStr.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public enum RStr implements ResString<String>
{
APP_NAME ("@app_name"),
APP_VERSION ("2.5.1 dev"),
APP_VERSION ("2.6.1 eng"),
APP_BUILD_MODE ("eng"),
APP_MAKER ("Jinhyeong Lee / Sunggyu Kam"),
APP_MAKER_EMAIL ("[email protected];[email protected]"),
Expand Down

0 comments on commit 2e7f951

Please sign in to comment.