- Added option to Rebuild and Install APK (#189) (thanks @Udhayarajan)
- Jadx: don't use verbose and quiet mode together
- fix typo in settings (#181) (thanks @souramoo)
- handle update check when device is offline (#194)
- config: disable
git init
by default - (dev) code refactoring & updated deps
- (ci) tests: fix git init tests after default config change
- fetch tools update data dynamically
- Jadx updated to v1.3.2
- (ci) more tests
- fixed an issue related to Windows
cd
command (thanks @Forgo7ten) - (ci) attempt to fix quark tests on Windows (again!)
- (dev) fixed the webpack-problem-matcher extension name
- (dev) updated deps
- apktool updated to v2.6.0
- apk-mitm updated to v1.1.0
- feat: auto update check for tools on startup
- (dev) use
yarn
instead ofnpm
- (ci) auto publish release on tag
- (ci) use yarn cache for faster builds
- (ci) migrate to nodejs v14
- fixed some bug/warning
- (dev) updated other dependencies
- apk-mitm updated to v0.12.0
- New GitHub Org and website
- Add 'show inconsistent code' arg to jadx (#127) (thanks @psolyca)
- Add deobfuscation args to jadx (#117) (thanks @psolyca)
- show quark analysis report on project open (#121)
- use common process executor for quark analysis (#125)
- refactor project src dir structure (#122)
- dep: bump dependencies (#128)
- CI: fix Quark analysis tests (#126)
- apk-mitm updated to v0.11.1
- Integrated Quark-Engine for Malware Analysis (thanks Shaun Dang)
- Integrated apk-mitm natively (thanks Niklas Higi)
- Initialize project directory as Git repo (thanks Aman)
- Add Smalise as an extension dependency
- Various code-quality improvements and integration tests
- Don't decode
assets/*.dex
by default (Apktool)
- Apply MITM patch for HTTPS inspection
- Build APK in DEBUG mode
- Cleanup ApkTool Frameworks dir
- Improved error logs
- ApkTool update to v2.5.0
- Uber-APK-Signer update to v1.2.1
- Updated gifs for dark mode
- Fixed a regression introduced in refactoring
- Bundle extension with Webpack
- Updated Jadx version to v1.2.0
- Fixed a known issue related to first launch
- Refactored tools update function
- Fixed path issues on Windows (thanks Aman)
- Improved logging
- Updated README
- Feature complete with APK Studio 🎉🎉
- Support for user-provided keystore for APK signing
- Known issue about fist time use
- Switch to AGPL License
- README update
- Code refactoring
- Decompile APK to Java source using Jadx
- Extension config for Jadx Dir
- Download and extract Jadx automatically
- README: added community support links
- Added GitHub issue/feature-request templates
- Updated README
- Config was not immediately being updated after downloading tools
- Updated vulnerable library: lodash
- Added support for most CLI arguments of Apktool
- Improved log output (print actual command, etc.)
- Reduced extension size (< 50KB)
- Improved README
Install the APK
visible in CommandPalette
Install the APK
file to device using ADB- Overwrite unsigned APK on reSigning
javaPath
removed from settings (Windows path issue)
- A cool project logo (thanks @Feimaomii)
- Some nice badges in README.md
- Don't check for dependencies at multiple places
- Download and manage the dependencies:
Apktool
,uber-apk-signer
- use
java
path from config if defined
- Improved error checking at each step
- Show useful notifications after each action
Open an APK
closes/replaces current workspace- No logs being shown Output Channel
Rebuild the APK
visible in commandPalette
- Initial release
- DeAssemble/Decode APK file using
Apktool
- Rebuild APK file (Context menu in
apktool.yml
file) - Sign the rebuilt APK using
uber-apk-signer