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 v3.2.0-alpha01 Run#2492

AppInfo List SAF files and directories in a user-friendly manner

Instead of a raw representation of the granted URI, display authority, type of
file or folder, and the file or folder itself in a meaningful way. App Manager
also attempts to retrieve the original file path when possible.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍5
AM Debug v3.2.0-alpha01 Run#2493

Refactor Display all multi-selection options in a single row with an overflow menu at the end

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4
AM Debug v3.2.0-alpha01 Run#2494

BatchOps Disable “Optimise” and “Export app list“ options on zero selection

In addition, the “Optimise” option is hidden in Android < 7 where the feature
is not supported.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍3
AM Debug v3.2.0-alpha01 Run#2495

Editor Fix clearing texts on configuration changes

This is a temporary fix for a bigger issue. Ideally, the editor should persist
temporary changes by saving them to a temporary directory continuously and
load them on demand. But the underlying library does not provide a feasible way
to achieve that without writing the entire file each time a change is made.
This temporary fix disables listening to any configuration changes (e.g. dark
mode, language, etc.) made by the external entities meaning that the activity
will not respond to such changes in the system. However, it still listens to
the configuration changes made by App Manager and will respond to such changes
immediately which means, in those cases, the temporary changes made in the
editor will be cleared.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍7😢1
AM Debug v3.2.0-alpha01 Run#2496

Debloater Remove “Unsafe” apps filter

Unsafe apps cannot be frozen or uninstalled. Therefore, documenting unsafe apps
only cause confusion among the users.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4
AM Debug v3.2.0-alpha01 Run#2498

Debloater Display details on clicking on an item

Current the following information are displayed with visual enhancements:
- App icon (valid only when the app is installed)
- App label
- Package name
- App info button (if the app is installed)
- Tags (list type and removal type for now)
- Warning (if exists)
- Denoscription with references

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍5
👍31
App Manager | DEBUG
Photo
+ More features coming up. Note that I still haven't completely formatted everything in android-debloat-list project which was initially taken from the UAD project. A contributor is also helping me on the matter. But we need more contributors and expert opinions regarding the matter.
🔥7👍2
AM Debug v3.2.0-alpha01 Run#2499

Editor Open or save files directly using stream

This removes the requirement of using an intermediate string representation,
thereby, reducing the memory usage.

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