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#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
AM Debug v4.0.0-alpha01 Run#2560

Refactor Use wakelocks in long-running tasks to keep the CPU awake

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍42
App Manager | DEBUG
AM Debug v4.0.0-alpha01 Run#2560 Refactor Use wakelocks in long-running tasks to keep the CPU awake Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Consider this an experimental fix. When the screen goes to sleep, it's almost guaranteed that the activities and services will run and not be discarded. But there's still no guarantee regarding UI changes when the screen wakes up again or operation completion notifications.
👍62
AM Debug v4.0.0-alpha01 Run#2561

UITracker Improve tracker UI

- Added the ability to drag icon when iconified
- 60% transparent window
- Can be dragged outside the visible display
- Fixed width issue in iconified mode.

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

AppInfo Improve performance by loading UI contents in the background

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
5👍3🤩1
AM Debug v4.0.0-alpha01 Run#2563

AppDetails Migrate to ViewPager2

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

Backup Migrate to ViewPager2

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

Refactor Check if WakeLock is held before releasing it

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

AppInfo Hide data usage for other users

Data usage section is hidden if the following conditions are true:
1. OS is Android 6.0 onwards
2. The app does not belong to the current user, and
3. Self or remote UID is not system UID.

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