Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Releases: waifucon/Android-Mod-Menu

4.0-notrecommend

4.0-notrecommend Pre-release
Pre-release

Choose a tag to compare

@waifucon waifucon released this 11 Jan 18:28

Not a great version we recommend you to use 3.2 but it has the latest stuff you may use

3.2

Choose a tag to compare

@waifucon waifucon released this 11 Jan 18:27
AIDE fix

Downgrade SDK to 30 to fix AIDE installation issue for Android 11.

3.1

3.1

Choose a tag to compare

@waifucon waifucon released this 11 Jan 18:27
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

3.0

Choose a tag to compare

@waifucon waifucon released this 11 Jan 18:26
- 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

2.9

Choose a tag to compare

@waifucon waifucon released this 11 Jan 18:26
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.8

Choose a tag to compare

@waifucon waifucon released this 11 Jan 18:26
Updated to 2.8

2.7

2.7

Choose a tag to compare

@waifucon waifucon released this 11 Jan 18:26
Some minor fixes

- Add int hook example. Thanks @Mahmoud-GMG
- Changed package name to uk.lgl to fix Unknown entity 'R' error on AIDE

2.6

2.6

Choose a tag to compare

@waifucon waifucon released this 11 Jan 18:25
Updated 2.6

2.6
- Preferences now reset if switched off
- Some layout fixes to prevent glitches when working with login layouts

2.5

2.5

Choose a tag to compare

@waifucon waifucon released this 11 Jan 18:25
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

2.4

2.4

Choose a tag to compare

@waifucon waifucon released this 11 Jan 18:25
Updated 2.4

2.4
- Fix RadioButton Load Preferences #27
- README updated #29
- Update gradle plugin
- Some code improvements