- 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