diff --git a/apps/APK_Studio.md b/apps/APK_Studio.md new file mode 100644 index 0000000000..a0f55f800d --- /dev/null +++ b/apps/APK_Studio.md @@ -0,0 +1,41 @@ +--- +layout: app + +permalink: /APK_Studio/ +description: Open-source, cross-platform Qt based IDE for reverse-engineering Android application packages. +license: LGPL-3.0 + +icons: + - APK_Studio/icons/512x512/icon.png + +screenshots: + - APK_Studio/screenshot.png + +authors: + - name: vaibhavpandeyvpz + url: https://github.com/vaibhavpandeyvpz + +links: + - type: GitHub + url: vaibhavpandeyvpz/apkstudio + - type: Download + url: https://github.com/vaibhavpandeyvpz/apkstudio/releases + +desktop: + Desktop Entry: + Categories: Development + Comment: Open-source, cross-platform Qt based IDE for reverse-engineering Android + application packages. + Exec: apkstudio + Name: ApkStudio + Icon: icon + Terminal: false + Type: Application + AppImageHub: + X-AppImage-Signature: no valid OpenPGP data found. the signature could not be verified. + Please remember that the signature file (.sig or .asc) should be the first file + given on the command line. + X-AppImage-Type: 2 + X-AppImage-Architecture: x86_64 + X-AppImage-Payload-License: LGPL-3.0 +--- diff --git a/data/APK_Studio b/data/APK_Studio new file mode 100644 index 0000000000..39f35d0557 --- /dev/null +++ b/data/APK_Studio @@ -0,0 +1 @@ +https://github.com/vaibhavpandeyvpz/apkstudio/ diff --git a/database/APK_Studio/apkstudio.desktop b/database/APK_Studio/apkstudio.desktop new file mode 100644 index 0000000000..112c864ce3 --- /dev/null +++ b/database/APK_Studio/apkstudio.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Categories=Development; +Comment=Open-source, cross-platform Qt based IDE for reverse-engineering Android application packages. +Exec=apkstudio +Name=ApkStudio +Icon=icon +Terminal=false +Type=Application + +[AppImageHub] +# Dear upstream developer, please include update information in your AppImage +# (e.g., with appimagetool -u) so that users can easily update the AppImage +X-AppImage-Signature=no valid OpenPGP data found. the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line. +X-AppImage-Type=2 +X-AppImage-Architecture=x86_64 +X-AppImage-Payload-License=LGPL-3.0 diff --git a/database/APK_Studio/icons/512x512/icon.png b/database/APK_Studio/icons/512x512/icon.png new file mode 100644 index 0000000000..6a90ec2899 Binary files /dev/null and b/database/APK_Studio/icons/512x512/icon.png differ diff --git a/database/APK_Studio/screenshot.png b/database/APK_Studio/screenshot.png new file mode 100644 index 0000000000..cea1714279 Binary files /dev/null and b/database/APK_Studio/screenshot.png differ