App Manager | DEBUG
1.44K subscribers
101 photos
2 videos
2.05K files
1.51K links
Download Telegram
I am basically working on improving libadb-android for now, as there seem to be a growing number of ADB users. This may take a week or so.
AM Debug v4.0.0-alpha02 Run#2629

Avoid detecting port number if Wi-Fi not active

When wireless debugging is enabled but Wi-Fi is inactive, App Manager will
simply fall back to the no-root mode instead of trying to connect to ADB.
This will not alter the current mode of operation. Instead, it will display
no-root as the inferred mode operation.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-alpha02 Run#2630

LogViewer Prevent an NPE thrown when device configuration changes

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-alpha02 Run#2631

Check if the selected directory is actually a directory before importing a backup

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-alpha02 Run#2632

Refactor Upgrade to Android 14

The changes are based on the migration guide and the latest source code
(Android 14 revision 2). Later revisions have added some more breaking changes,
but it wasn't possible to reflect those as the corresponding sources haven't
been made public yet.

Dependency updates:
- androidx-core to 1.12.0
- annotation to 1.7.1
- libadb to 7d2d8d872d (experimental)
- libsu to 5.2.2
- material components to 1.11.0
- preferences to 1.2.1
- room to 2.6.1
- webkit to 1.9.1

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-alpha02 Run#2633

Installer Allow installing pre23 apps in Android 14

At present, this option is enabled by default

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-alpha02 Run#2635

Refactor Draw activities around the display cutouts

Thanks: Наиль Садыков
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-alpha02 Run#2636

Refactor Fix drawing items inside the display cutouts

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-alpha02 Run#2637

Refactor Set transparent background for cards with 0 elevation

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