App Manager | DEBUG – Telegram
App Manager | DEBUG
2.11K subscribers
104 photos
2 videos
2.33K files
1.79K links
Read policies here before downloading: https://github.com/MuntashirAkon/AMInsecureDebugBuilds

RELEASE channel: @AppManagerChannel
Download Telegram
AM Debug v2.7.0 Run#1536

Refactor Use 127.0.0.1 instead of ::1 for connecting to remote server

Third-party applications may disable IPv6 addresses, as a result, App Manager
will fail to connect to the remote server and hang until timeout occurs if Java
returns ::1 instead 127.0.0.1.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
The above fixes loading issues when DNSCrypt is enabled (either via Magisk module or via InviZible).
AM Debug v2.7.0 Run#1537

Refactor Use custom FlowLayout to center the chips

Additionally, the chips are made smaller to give more space for other views.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1538

Main Use chips instead of check boxes and radio buttons in list options

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1539

Refactor Enable layout preview for MultiSelectionView

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1541

Scanner Use Smali/Baksmali instead of DexClassLoader

This fixes the long known security issues regarding the use of DexClassLoader.
In addition, the speed of loading the class list should be faster than before.
It also opens the possibilities of analysing ODEX files in the future.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
A side effect of adding Smali/Baksmali is that you can now see/save the smali file instead of the Java file. However, currently syntax highlighting is broken there. I will also add Jadx to enable Smali to Java conversion soon.
AM Debug v2.7.0 Run#1542

Scanner Enable highlight for Smali

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
I won't be available for the next 10 days.

The last build (Smali - Java conversion) wasn't pushed here due to compatibility issues with Jadx which I will attempt to fix after the break. Build#1541 can break the scanner feature in older Android versions. Testers running Android N or earlier are asked to test out this feature. Thanks.
AM Debug v2.7.0 Run#1544

Fix JADX Java-7 compatibility issue

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
It should be noted that it might take a long time to load the file if it's too long (this screen might even be freezed). This issue will be fixed once the TextWarrior view is added in AM.