kitadai31
kitadai31
Enable ProGuard like compose manager. The size of release APK: 45.7MB -> 39.9MB (5.8MB reduced) ## Motivation 5.8MB is not a small change. Each version of ReVanced Manager is being...
fix #1253 Currently, even if an error occurred while signing apk, the patching process appears as if it is completed. Therefore, the patched APK (`out.apk`) was not actually output, and...
This PR fix these ~~two~~ three issues related to the Manager update dialog. ## Issue 1 Dev version is shown in the "Show update" or "Show changelog" dialog when the...
Add a toggle for pre-release patches to the alternative source settings. Closes: #821 This PR also fixes an problem where pre-release Integrations are being used when using alternate sources. At...
Fix a issue that screen timeout is activated during patching. This is caused by WakeLock not being set correctly. The current code is passing `WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON` to `newWakeLock()`. But this is...
### Feature description It says "Contact the developer of the app and ask for support." However, in most cases, this is caused by the user has used the wrong APK....
### Bug description After patching is complete, if you press the "Install" button and allow the "Install unknown apps" permission, the patching will start again. https://github.com/user-attachments/assets/9307078c-8d25-49ff-ab87-6c707f70c64a This problem occurs only...
### Bug description When the storage space is not enough, the Android system deletes apps cache automatically even if the app is running. Currently, ReVanced Manager (for both Compose and...
First, exclude aapt1 binaries. aapt1 is never used in ReVanced CLI, but accounts for 10% of the jar size. Second, specify `app.revanced:revanced-patcher` explicitly in the minimize block, because revanced-library does...