-
Notifications
You must be signed in to change notification settings - Fork 125
New Features #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
New Features #45
Conversation
- Adds a feature to extract the APK icon by clicking on it. - Implements automatic language selection based on the system's language, defaulting to English. - Adds a GitHub Actions workflow to build the application and upload it as a downloadable artifact.
- Adds a feature to extract the APK icon by clicking on it in the APK Info tab. - Implements automatic language selection based on the system's culture, letting the .NET resource manager handle fallbacks. - Adds a GitHub Actions workflow to build the application. - The workflow packages the application executable, resources, and dependencies into a clean directory. - This package is uploaded as a downloadable ZIP artifact, avoiding nested ZIP files.
- Adds a feature to extract the APK icon by clicking on it. - Implements automatic language selection based on the system's language, defaulting to English. - Adds a GitHub Actions workflow to build the application and upload it as a downloadable artifact. - Fixes the build process by creating a placeholder config.xml to prevent errors.
feat: Add icon extraction, auto-language, and artifact build
- Adds a feature to extract the APK icon by clicking on it. - Automatically suggests the app name as the default filename when saving the icon. - Implements automatic language selection based on the system's language, defaulting to English. - Adds a GitHub Actions workflow to build the application and upload it as a downloadable artifact. - Fixes the build process by creating a placeholder config.xml to prevent errors.
This commit fixes a C# syntax error in the `apkIconPicBox_Click` event handler that was causing the build to fail. The logic is now corrected to properly handle the SaveFileDialog and save the icon image. This also includes the previous features and fixes: - Adds a feature to extract the APK icon by clicking on it. - Automatically suggests the app name as the default filename. - Implements correct automatic language selection. - Adds a robust GitHub Actions workflow to build and package the application.
feat: Add Auto-naming for Icon Extraction and Finalize Features
…dpt-shell Remove bundled dpt.jar artifact
|
Thanks for the pull request but I don't want any protections because it is beyond the scope of this tool. Please remove all protections from this branch before I merge it. This tool is about decompile and compile only. You are very welcome to keep it in your own separate branch and release the tool on your own repo, though |
i will delete it |
…cate-references Remove obfuscation-related features
add click on image will export image to file add auto select default app language add apkobfuscate