AM Debug v3.0.0 Run#1930
Docs Update changelogs.tex
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Docs Update changelogs.tex
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥1
AM Debug v3.0.0 Run#1931
Scanner Remove compatibility for Android Nougat and earlier
Smali/baksmali library has been “desugarated” to support the older Android OS.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Scanner Remove compatibility for Android Nougat and earlier
Smali/baksmali library has been “desugarated” to support the older Android OS.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥1
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.