Skip to content

Commit

Permalink
APK Scanner 2.11 Release 20230104 R1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunggyu-kam committed Jan 4, 2023
1 parent 3233288 commit ffff7f6
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core
Submodule core updated 38 files
+258 −0 jni/frameworks/base/libs/androidfw/Android.bp
+356 −230 jni/frameworks/base/libs/androidfw/ResourceTypes.cpp
+157 −87 jni/frameworks/base/libs/androidfw/include/androidfw/ResourceTypes.h
+122 −0 jni/frameworks/base/libs/androidfw/misc.cpp
+125 −19 jni/frameworks/base/tools/aapt/Android.bp
+61 −6 jni/frameworks/base/tools/aapt/Command.cpp
+90 −65 jni/frameworks/base/tools/aapt/JniCharacterSet.cpp
+5 −7 jni/frameworks/base/tools/aapt/JniCharacterSet.h
+35 −50 jni/frameworks/base/tools/aapt/OutLineBuffer.cpp
+14 −17 jni/frameworks/base/tools/aapt/OutLineBuffer.h
+0 −0 jni/frameworks/base/tools/aapt/XMLNode.cpp
+69 −2,244 jni/frameworks/base/tools/aapt/com_apkspectrum_core_scanner_AaptNativeScanner.cpp
+16 −0 jni/frameworks/base/tools/aapt/com_apkspectrum_core_scanner_AaptNativeScanner.h
+27 −78 jni/frameworks/base/tools/aapt/com_apkspectrum_tool_aapt_AaptNativeWrapper.cpp
+0 −0 jni/frameworks/base/tools/aapt/com_apkspectrum_tool_aapt_AaptNativeWrapper.h
+10 −3 jni/howto_build_SDK.txt
+1 −1 pom-jar.xml
+2 −2 src/main/java/com/apkspectrum/core/scanner/AaptNativeScanner.java
+1 −1 src/main/java/com/apkspectrum/resource/_RFile.java
+2 −2 src/main/java/com/apkspectrum/tool/aapt/AaptNativeWrapper.java
+ tool/darwin/aapt
+ tool/darwin/adb
+ tool/darwin/lib64/libc++.dylib
+ tool/darwin/libAaptNativeWrapper64.dylib
+ tool/darwin/libc++.dylib
+ tool/darwin/libc++64.dylib
+ tool/linux/aapt
+ tool/linux/adb
+ tool/linux/lib64/libc++.so
+ tool/linux/libAaptNativeWrapper32.so
+ tool/linux/libAaptNativeWrapper64.so
+ tool/linux/libc++32.so
+ tool/linux/libc++64.so
+ tool/windows/AaptNative32.dll
+ tool/windows/AaptNativeWrapper32.dll
+ tool/windows/AaptNativeWrapper64.dll
+ tool/windows/aapt.exe
+ tool/windows/adb.exe
18 changes: 15 additions & 3 deletions latest-version
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"version":"2.10",
"version":"2.11",
"description":{
"en":"Ver. 2.10 :
"en":"Ver. 2.11 :
1. Support a MAC's M1/M2
2. Update sdk tools
3. Update extra tools.
4. Fix errors

Ver. 2.10 :
1. Update information of Android S,T
2. Fix errors

Expand Down Expand Up @@ -50,7 +56,13 @@ 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.10 :
"ko":"Ver. 2.11 :
1. MAC의 M1/M2 CPU 지원
2. SDK툴 업데이트
3. 외부 툴 업데이트
4. 기타 버그 수정

Ver. 2.10 :
1. Android12/13 정보 추가
2. 기타버그 수정

Expand Down
2 changes: 1 addition & 1 deletion release/debian_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ -z `which dpkg-deb` ]]; then
fi

APP_PATH="/opt/APKScanner"
APP_VERSION=${APP_VERSION:-"2.10-SNAPSHOT"}
APP_VERSION=${APP_VERSION:-"2.11-SNAPSHOT"}
APP_FILE="ApkScanner.jar"

if [ -n "${FILE_VERSION}" ]; then
Expand Down
4 changes: 2 additions & 2 deletions release/package/macosx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.10.0</string>
<string>2.11.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<!-- See http://developer.apple.com/library/mac/#releasenotes/General/SubmittingToMacAppStore/_index.html
for list of AppStore categories -->
<key>LSApplicationCategoryType</key>
<string>developer-tools</string>
<key>CFBundleVersion</key>
<string>2.10.0</string>
<string>2.11.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (C) 2015</string>
<key>NSHighResolutionCapable</key>
Expand Down
2 changes: 1 addition & 1 deletion release/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
!endif

!ifndef APP_VERSION
!define APP_VERSION "2.10-SNAPSHOT"
!define APP_VERSION "2.11-SNAPSHOT"
!endif

; Define your application name
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/apkscanner/resource/RStr.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
public enum RStr implements ResString<String>
{
APP_NAME ("@app_name"),
APP_VERSION ("2.10.1"),
APP_VERSION ("2.11.1"),
APP_BUILD_MODE ("eng"),
APP_MAKER ("Jinhyeong Lee / Sunggyu Kam"),
APP_MAKER_EMAIL ("[email protected];[email protected]"),
Expand Down

0 comments on commit ffff7f6

Please sign in to comment.