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#2487

Installer Improve the installer to give it more flexibility

- Installer activity now runs in a single instance. This fixes an issue that
removed the previously queued items when App Manager was not running in the
foreground
- Fixed detecting required splits as well as inferring split dependencies
- Fixed installing the selected splits which were sometimes ignored
- Removed “Display options in the Installer” setting from settings. Instead, a
setting (or, cog) icon will be displayed in the top-right hand side of the
confirmation dialog which can be used to tweak the installer options
- Used a single dialog to display all the prompts and warnings in the
installer page in order to reduce the complexity of logic and overhead
- Display “App info” button in all the supported dialogs to make it easy to
open the App Details page if further inspection is needed.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍42🔥2
AM Debug v3.2.0-alpha01 Run#2488

Main Hide “Prevent background operation” in Android < 7

This feature isn't supported on those platforms.

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

Main Add “Optimise” option to the batch operations

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

Refactor Hide empty spaces in MultiSelectionView

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

Refactor Fix updating MultiSelectionView when visibility of an option changes

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍3
👍7
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