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.0.0 Run#1934

RunningApps Fix lagging when the list of processes is too large

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#1935

Main Add support for market://search?q=<query>

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥2
AM Debug v3.1.0-alpha01 Run#1936
AM Debug v3.1.0-alpha01 Run#1937

Crypto Add support for elliptic-curve cryptography (ECC)

ECC in App Manager uses curve 25519 with ECDH which is wrapped with
SHA512withECDSA when storing the key in the Bouncy Castle KeyStore.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#1939

Main Add option to sort the app list by size

Sorting the app list by the size of the package adds additional costs to the
overall loading time. Loading time depends on the device configurations and the
amount of apps. But the overall performance should be degraded by a significant
number. Only size of the installed apps are considered for all the configured
users.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#1938
AM Debug v3.1.0-alpha01 Run#1942

Interceptor Add option to copy as am command

am (short for activity manager) or cmd activity (Android 9 and later) can
be used to start an activity from the terminal. This option let user copy the
Intent as an am command so that the same Intent can be invoked in the
terminal. But not all extras are supported, only the supported extras are
copied during the operation.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#1943
AM Debug v3.1.0-alpha01 Run#1944

Security Remove default signing key

Default signing key was publicly available and could have be used by others to
distribute malware. Instead, enabling APK signing before installing an app now
requires a signing key to be added (generated or imported).

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#1945

RunningApps Fix double scrollbars

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