Skip to content

Commit

Permalink
APK Scanner 2.8 Release 20200114 R1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunggyu-kam committed Jan 14, 2020
1 parent 24aa8aa commit c45c910
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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.7"
APP_VERSION="2.8"
APP_FILE="ApkScanner.jar"

DEBIAN_DATA_PATH="./debian"$APP_PATH
Expand Down
24 changes: 21 additions & 3 deletions latest-version
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"version":"2.7",
"version":"2.8",
"description":{
"en":"Ver. 2.7 :
"en":"ver. 2.8 :
1. Support for the APEX format
2. Support to be try open for unknown file by textviewer.
3. Sort for information to each tabbed.
4. Add filter for search a component.
5. Add shortcut information to widget tabbed.
6. Improve widget information for detail resource.
7. Fix bugs.

Ver. 2.7 :
1. Update information of Android Q
2. Add information of the signature scheme
3. Fix bugs
Expand Down Expand Up @@ -29,7 +38,16 @@ 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.7 :
"ko":"ver. 2.8 :
1. APEX 파일 형식 지원
2. 알 수 없는 리소스 형식에 대해 텍스트로 열어 보기 지원.
3. 각 탭의 정보 정렬 및 개선.
4. 컴포넌트 검색을 위한 필터 추가.
5. 바로가기 정보 위젯 탭에 추가.
6. 위젯의 상세 리소스 정보 제공.
7. 기타 버그 수정.

Ver. 2.7 :
1. Q OS 권한 정보 추가
2. 서명 Scheme 버전 정보 추가
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.7"
!define PROJECTNAMEANDVERSION "APK Scanner 2.8"

; 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.7.1 eng"),
APP_VERSION ("2.8.1"),
APP_BUILD_MODE ("eng"),
APP_MAKER ("Jinhyeong Lee / Sunggyu Kam"),
APP_MAKER_EMAIL ("[email protected];[email protected]"),
Expand Down

0 comments on commit c45c910

Please sign in to comment.