From 9b481e93c97a2d19497ad364e4342d02f0ad92ec Mon Sep 17 00:00:00 2001 From: Aidan Date: Wed, 15 Jan 2025 12:47:21 -0500 Subject: [PATCH 1/2] add new version of revanced manager --- data/apps.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/apps.json b/data/apps.json index cd48123..54a6afd 100644 --- a/data/apps.json +++ b/data/apps.json @@ -327,6 +327,9 @@ "root": false, "selfHosted": false, "downloadLinks": { + "v1.23.3": { + "all": "https://github.com/ReVanced/revanced-manager/releases/download/v1.23.3/revanced-manager-1.23.3.apk" + }, "v1.23.2": { "all": "https://github.com/ReVanced/revanced-manager/releases/download/v1.23.2/revanced-manager-1.23.2.apk" }, @@ -994,4 +997,4 @@ "description": "Android app to merge/'AntiSplit' split APKs (APKS/XAPK/APKM) to a regular .APK file\n\nThis project is a simple GUI implementation of Merge utilities from REAndroid APKEditor.\n\nThere are already some apps that can perform this task like Apktool M, AntiSplit G2, NP Manager, but they are all closed source.\n\nIn addition, Antisplit G2 (com.tilks.arscmerge), the fastest and lightest of the existing apps, has a large problem; it does not remove the information about splits in the APK from the AndroidManifest.xml. If a non-split APK contains this information it will cause an 'App not installed' error on some devices. Fortunately the implementation by REAndroid contains a function to remove this automatically and it carries over to this app.\n\nUsage:\n\nThere are 3 ways to open a split APK to be merged:\n- Share the file and select AntiSplit M in the share menu\n- Press (open) the file and select AntiSplit M in available options\n- Open the app from launcher and press the button then select the split APK file.\n\nThere is also a menu in the app that allows selecting an app from those installed on the device as a split APK.\n\nNote: An APK must be signed in order to install it (unless you have Core Patch). If you are planning to further modify the APK, you only need to sign it after the modifications. Some apps verify the signature of the APK or take other measures to check if the app was modified, which may cause it to crash on startup.", "github": "https://github.com/vvb2060/KeyAttestation" } -] \ No newline at end of file +] From cbe5fef2311118d0b4a6f8fdf3151f04e7c9d539 Mon Sep 17 00:00:00 2001 From: Aidan Date: Wed, 15 Jan 2025 20:17:32 +0000 Subject: [PATCH 2/2] add PIF v18.3 --- data/modules.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/modules.json b/data/modules.json index 445dd4b..2b3871f 100644 --- a/data/modules.json +++ b/data/modules.json @@ -158,6 +158,9 @@ "zygisk": false, "riru": false, "downloadLinks": { + "v18.3": { + "all": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v18.3/PlayIntegrityFix_v18.3.zip" + }, "v18.2": { "all": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v18.2/PlayIntegrityFix_v18.2.zip" }, @@ -667,4 +670,4 @@ "description": "SpeedSaver is a Magisk module, and its aim is to improve the speed and battery of your Android device.\n\nDisclaimer:\n\nThis Magisk module is provided 'as is,' without warranties of any kind. Use at your own risk; the developers are not liable for any issues or damage. That said, the module is developed with good intentions and is not intended to cause any harm (unlike some Magisk modules that have surfaced lately, which included malware). We strongly suggest you inspect the source code before installing our module. DMCA and distribution notices at the bottom of this page.\n\nIt achieves this by vacuuming SQLite databases (reducing storage size and improving I/O). Furthermore, it uses ZipAlign to optimize the APKs of your installed apps. This also improves system efficiency. In addition, it trims disk partitions and applies various system props for smoothness and battery saving.\n\nTo apply the changes, it will ask you to reboot your device. This is because it clears the ART cache. A reboot is required for the system to start creating optimized code from the newly ZipAligned APKs. It does this via recompilation into cache folders.\n\nThe process is automatically initiated once a week at boot-time. It takes a while (~20-30 minutes). It is important that you follow the instructions sent to you in notifications. Primarily, this involves keeping the phone powered on during the process.\n\nNote that it disables Android Rescue Party, which is the first prop in system.prop. The reason for this is that the 'Rescue Party' is more like a 'Party Killer,' because it is infamous for factory resetting your device on bootloops. We disabled this, but you can keep it enabled by removing the first prop (line 4) in system.prop.", "github": "https://github.com/rmctr/SpeedSaver" } -] \ No newline at end of file +]