This repository was archived by the owner on Aug 4, 2025. It is now read-only.
Releases: waifucon/Android-Mod-Menu
Releases · waifucon/Android-Mod-Menu
Release list
4.0-notrecommend
Not a great version we recommend you to use 3.2 but it has the latest stuff you may use
3.2
3.1
3.1 - Moved onStartCommand from Menu to Launcher, so the Service doesnt try to recreate itself when the App is closed - Removed useless code - Alert Dialog is now using default layout - Fixed Alert Dialog so it does not crash - Added CrashHandler. Logs will be saved on /storage/emulated/0/Documents for Android 10 and above and /storage/emulated/0/Android/data/(package name)/ for Android 9 and below. Currently it does not catch native crashes if lib crashed - Added get_device_api_level_inlines.h because AIDE does not have it. Needed to get SDK version - Collapse can be expanded by default Android Studio may show some syntax errors, just ignore as long as it can compile
3.0
- Fixed crash - Menu can be launched without permission. Only works with Activity context. Thanks Darkside - Permission check and start service moved to JNI. Thanks MrDarkRX - Removed logcat, it's useless now. I'm looking a way to save log when an app has crashed - Changed package name to com.android.support - Removed ndkVersion, it's not needed - Target SDK changed to 32 - Updated macros. Please read https://github.com/LGLTeam/Android-Mod-Menu/wiki/Usage again
2.9
Updated 2.9 - Updated OBFUSCATE again. Now it will generate key - Updated gradle to 7.0.0 - Added macros for hook and patches. Strings are in macros are automatically obfuscated. There is no need to obfuscate! - Adjustments to spinner. However, I'm still unable to fix spinner for Android 11. If you know the fix, please let me know or make a pull request
2.8
2.7
2.6
2.5
Updated 2.5 2.5 - Removed animation, it has been moved to https://github.com/LGLTeam/Android-Mod-Menu-Animation and replaced with new animation. Thanks @raunakmods - Anti-leech measures improvements. Please take it as an example - Added collapse - Minor menu layout fixes. Thanks @Mahmoud-GMG - Minor logcat changes - Updated README - Updated gradle - Toast call removed from MainActivity.java, it's now hidden inside getFeatureList in Main.cpp making it harder to remove