AM Debug v3.1.0-alpha01 Run#2081
Installer Prevent info.json clashes in APKM
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Installer Prevent info.json clashes in APKM
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2082
[AppDetails] Display invalid native libraries
Some apps can decisively store a zip/APK file as lib*.so file in the native
library directories. These files were previously ignored, but now listed as
unknown and potentially harmful files.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
[AppDetails] Display invalid native libraries
Some apps can decisively store a zip/APK file as lib*.so file in the native
library directories. These files were previously ignored, but now listed as
unknown and potentially harmful files.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍3
AM Debug v3.1.0-alpha01 Run#2083
Refactor Avoid printing stacktrace for paths requiring privileged access
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Avoid printing stacktrace for paths requiring privileged access
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App Manager | DEBUG
AM Debug v3.1.0-alpha01 Run#2082 [AppDetails] Display invalid native libraries Some apps can decisively store a zip/APK file as lib*.so file in the native library directories. These files were previously ignored, but now listed as unknown and potentially…
Note that apps may put executables (of any kind) in these directories (as lib*.so files). This is because of the enforcement of W^X, that is, apps targeting Android 10 and later cannot execute the executables located in a directory that is writable. This is also why apps such as Termux still targets SDK 28 so that it runs in the compatibility mode in Android 10 and later and bypass the enforcement of W^X. Although this might seem a little annoying, this feature alone reduced malware deliveries through/and remote code execution (RCE) vulnerabilities by a large fraction.
👍5
AM Debug v3.1.0-alpha01 Run#2084
Path Add the ability to fetch file creation and last access times
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Path Add the ability to fetch file creation and last access times
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2085
Refactor Replace SLF4J dependency with Android compatible classes
Jadx has SLF4J dependency which should not be used in Android. There are a few
Android wrappers for SLF4J, but there is no point in using them since they
increase the size of the app and Android already has built-in options for
logging. Instead, essential files in SLF4J API are replaced with Android
-compatible logging alternatives.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Replace SLF4J dependency with Android compatible classes
Jadx has SLF4J dependency which should not be used in Android. There are a few
Android wrappers for SLF4J, but there is no point in using them since they
increase the size of the app and Android already has built-in options for
logging. Instead, essential files in SLF4J API are replaced with Android
-compatible logging alternatives.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
I understand that ADB users often need to execute certain commands for which they need to use another app such as the one in the pinned messages. While support for a full-fledged terminal is still under consideration, I shall make things a bit easier for them by adding a simple command window such as the one you see in other apps such as Terminal or LADB. Note that executing certain commands such as top, vi will not work as expected in this window (just as the others), the users should refrain from executing them.
App Manager | DEBUG
I understand that ADB users often need to execute certain commands for which they need to use another app such as the one in the pinned messages. While support for a full-fledged terminal is still under consideration, I shall make things a bit easier for them…
Note that this feature will not be available to the stable releases, only debug and other releases.
AM Debug v3.1.0-alpha01 Run#2086
FM Display child count and last modified date
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
FM Display child count and last modified date
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2087
FM Implement custom “open with” dialog
Instead of using the Android-default dialog, a custom “open with” dialog is
implemented. This dialog has the following features:
1. Display matching activities
2. Clicking on an activity item opens the activity
3. Long clicking on an activity item opens it in the Interceptor page
4. The “new window” icon at the top-right opens it using the Android-default
dialog.
Most of these features should be familiar to the MiXplorer users.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
FM Implement custom “open with” dialog
Instead of using the Android-default dialog, a custom “open with” dialog is
implemented. This dialog has the following features:
1. Display matching activities
2. Clicking on an activity item opens the activity
3. Long clicking on an activity item opens it in the Interceptor page
4. The “new window” icon at the top-right opens it using the Android-default
dialog.
Most of these features should be familiar to the MiXplorer users.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2088
FM Implement local three-dots menu
The three-dots menu on the right-hand side of each file item is implemented
with the following features:
1. Open with
2. Share
3. Properties.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
FM Implement local three-dots menu
The three-dots menu on the right-hand side of each file item is implemented
with the following features:
1. Open with
2. Share
3. Properties.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2089
FM Fix file provider issue in Android 10
Thanks: Hai Zhang
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
FM Fix file provider issue in Android 10
Thanks: Hai Zhang
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>