-
[Main] Added option to sort the app list by size
The loading time has been increased by a few seconds which will be fixed in a later build
-
[Main] Added support for
market://search?q=query
-
[Backup/restore] Added 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.
-
[Activity Interceptor] Added option to copy as
am
commandam
(short for activity manager) orcmd activity
(Android 9 and later) can be used to start an activity from the terminal. This option let user copy the Intent as anam
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. -
[Setting] Added option to disable opening App Info page from the third-party applications
-
[Installer] Removed 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 (which can be either generated or imported).
-
[Running Apps] Fixed double scrollbars
Full Changelog: v3.0.0...v3.1.0-alpha01