Releases: AbdurazaaqMohammed/AntiSplit-M
1.6.1
Added option to automatically select splits for current device specifications (you should enable this if you want to use the merged APK in ReVanced Manager)
Optimized code
1.6
Allow signing the merged APK
Note: If you are using this app to patch an app in ReVanced Manager, you should enable the option "Show dialog allowing selection of which splits to include" and in the dialog select "Select for your device specifications"
1.5.1
Allow selecting multiple files from inside the app;
Theme the dialog for selection of splits with the selected text and background color;
Ensure that the option for selecting splits for the current device does not select xxhdpi for xhdpi etc;
Make the color picker dialog background that of the background color chosen by the user.
1.5
Add options to change background and text colors;
Target SDK 35;
Improve logging;
Fix some issues with storage permission;
Allow sharing multiple split APKs to be antisplit;
Allow sharing splits from inside a split APK (base.apk, config.arm64_v8a, config.mdpi, etc.) to be antisplit;
Improve dialog for selection of splits;
Add option to dialog for selection of splits to select the splits fitting the current device's specifications.
legacy
This supports all Android versions
Don't use this unless necessary I messed up something and now removing split elements from the manifest doesn't work but everything else works
1.4.1
make the dialog background color black
1.4
Make processing XAPK files faster
Add dialog allowing to select which splits in the APK to merge (like Apktool M has)
1.3.1
Fix processing some xapk files
1.3
Allow saving to the same directory as the selected file (like AntiSplit-G2 does)
1.2
Write to the output URI from ACTION_CREATE_DOCUMENT directly instead of writing to cache dir and then copying (Bruh REAndroid already had this but I deleted it by mistake)
Scroll to the end of log
Delete cache directory properly