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 v4.0.0-alpha01 Run#2549

APK Ensure that the ID for base APK always remains the same

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍42
AM Debug v4.0.0-alpha01 Run#2550

APK Prevent crashing due to forceDexOpt failing in Android 12

In Android 12, forceDexOpt always fails due to a bug in the Android framework:

https://github.com/MuntashirAkon/AppManager/issues/1131

As a workaround, the optimisation is done via performDexOptMode imitating
whatever forceDexOpt does.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍62
AM Debug v4.0.0-alpha01 Run#2551

CI Add vulnerability scanning with CodeQL

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2👍2
AM Debug v4.0.0-alpha01 Run#2552

Scanner Fix uploading APK files to VirusTotal

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍52
AM Debug v4.0.0-alpha01 Run#2553

FM Improve listing files in a directory

The speed of processing any files has been increased by 2 times, and the speed
of sorting files in SAF mode has been increased by more than 8 times.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥4👍31
AM Debug v4.0.0-alpha01 Run#2554

FM Fix lags in SAF directories by preloading required file attributes

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍51
AM Debug v4.0.0-alpha01 Run#2555

FM Display progress for batch rename, delete and copy (paste)

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍41🎉1
AM Debug v4.0.0-alpha01 Run#2556

Refactor Attempt to fix displaying wrong images due to recycled view

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍71
AM Debug v4.0.0-alpha01 Run#2557

FM Load file attributes lazily instead of preloading

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍71
AM Debug v4.0.0-alpha01 Run#2558

FM Improve loading SAF directories

Query SAF directory contents using ContentResolver directly instead of relying
on TreeDocumentFile in order to fetch required file attributes along with the
list. This removes the necessity for lazy or preloading of any file attributes.
As a result, the response rate has been improved by at, least, five folds.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍41🎉1
AM Debug v4.0.0-alpha01 Run#2559

FM Prevent infinite loop when an inaccessible file is a symbolic link

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍51