Skip to content

Conversation

@RenjiYuusei
Copy link

add click on image will export image to file add auto select default app language add apkobfuscate

RenjiYuusei and others added 17 commits October 29, 2025 23:25
- 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
@AndnixSH
Copy link
Owner

AndnixSH commented Nov 4, 2025

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

@AndnixSH AndnixSH added the enhancement New feature or request label Nov 4, 2025
@RenjiYuusei
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants