Enhance file management, APK handling, and Android 11+ compatibility#2
Open
MDrzd wants to merge 19 commits intowwxiaoqi:masterfrom
Open
Enhance file management, APK handling, and Android 11+ compatibility#2MDrzd wants to merge 19 commits intowwxiaoqi:masterfrom
MDrzd wants to merge 19 commits intowwxiaoqi:masterfrom
Conversation
Enhance AppDetail dialog with more info - Show APK size in MB with 2 decimal points - Display requested permissions with granted status - Include system/user app, data directory, SDK info - Show number of activities, services, receivers, providers
Added functionality to create a folder for Apktool in external storage, ensuring proper permissions for Android 11 and above.
- Added READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE, MANAGE_EXTERNAL_STORAGE - Added QUERY_ALL_PACKAGES permission - Ensured compatibility with Android 11+ storage access rules
Updated compileSdk and targetSdk to 32
Load APK icons directly from package archives instead of using static drawables. Includes caching and a safe fallback to the default APK icon.
- Add standalone TextConverterDialog class - Implement encode/decode mode separation to prevent chained encryption - Provide multiple converters useful for Android modding and development (Base64, Hex, Unicode, Java escape, URL, Smali helpers) - Improve developer workflow for string obfuscation and decoding
Updated project name, added contribution guidelines, and clarified the disclaimer. Removed license section and added acknowledgments.
Added badges for license, development status, last commit, commit activity, issues, and stars. Included a license section with details on GPL-2.0.
Refactor build.gradle to streamline APK naming and remove redundant comments and dependencies.
Removed unused methods and cleaned up code.
Removed the 'Development Status' badge from the README.
Removed intent-filter and related components from AndroidManifest.xml.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements to file management, APK handling, and overall compatibility with modern Android versions (Android 11+).
The changes enhance usability, performance, and reliability when browsing files, inspecting APKs, and working with external storage.