AM Debug v3.0.0 Run#1932
Refactor Hide Java/Smali toggle switch in Android Nougat and earlier
Some parts of the modified Jadx library still has Java 8 dependencies.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Hide Java/Smali toggle switch in Android Nougat and earlier
Some parts of the modified Jadx library still has Java 8 dependencies.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍1
AM Debug v3.0.0 Run#1933
Refactor Increase what's new Snackbar duration
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Increase what's new Snackbar duration
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
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>
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>
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>