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-beta02 Run#2813

RunningApps Display available memory

According to Linux's meminfo specs, available memory is the amount of memory the
kernel can allocate to a new process whereas free memory denotes the amount of
memory not utilized by the kernel. Therefore, available memory is not the same
as used/consumed memory which is calculated as follows:

Used memory = Total memory - Free memory

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

Usage Take device shutdowns into account while calculating app usage

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

Usage Use more consistent colors for the widget

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

ADB Kill and recreate the remote server when it's not responding

In some cases, the remote server fails to broadcast its presence to App Manager.
As a result, the connection times out, and App Manager enters into an infinite
loop of automatic troubleshooting. To break this infinite loop, App Manager will
now kill the remote server and recreate it. This effectively guarantees
that App Manager will never fall into an infinite loop due to an unresponsive
server (it will, at best, take less than two minutes), and it will never require
more than two attempts to fix such an issue by a user.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍83
AM Debug v4.0.0-beta02 Run#2818

Refactor Fix unresponsive continue button in BuildExpiryChecker

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
4👍3
AM Debug v4.0.0-beta02 Run#2819

Usage Add a refresh button

In Android, widgets are refreshed in a 30 min interval which can be too long for
an instant look at the stats.

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

Usage Add support for auto-switch between light and dark mode

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2👍2
The screen time widget is now feature complete. However, a more compact version has been requested which I'll take a look at in a future revision.
👍73🔥1
AM Debug v4.0.0-beta02 Run#2821

Usage Add new widget: data usage

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
4🔥1
AM Debug v4.0.0-beta02 Run#2822

Refactor Add dark theme previews for widgets

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍32
AM Debug v4.0.0-beta02 Run#2824

ADB Add a "manual" option in the pairing dialog prompt

In the pairing dialog prompt, the user was forced to navigate to the Wireless
Debugging settings in order to initiate the pairing. If the user rather wants to
navigate to the settings manually, this can be done by choosing the "manual"
option.

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