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>
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#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>
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>
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>
App Manager | DEBUG
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…
I will improve this before the next stable release.
AM Debug v3.1.0-alpha01 Run#1942
Interceptor Add option to copy as
be used to start an activity from the terminal. This option let user copy the
Intent as an
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>
Interceptor Add option to copy as
am commandam (short for activity manager) or cmd activity (Android 9 and later) canbe 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 theterminal. 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#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>
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>
RunningApps Fix double scrollbars
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#1946
Setting Add option to disable opening App Info page from 3rd party apps
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Setting Add option to disable opening App Info page from 3rd party apps
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>