AM Debug v2.7.0 Run#1473
Installer Add the option to install multiple APK files
Added support for ACTION_SEND_MULTIPLE which allows sharing multiple files
among apps. As a result, it is possible to install multiple APK/APKM/APKS/XAPK
files in a single session using this action.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Installer Add the option to install multiple APK files
Added support for ACTION_SEND_MULTIPLE which allows sharing multiple files
among apps. As a result, it is possible to install multiple APK/APKM/APKS/XAPK
files in a single session using this action.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1474
Interceptor Add package and class fields
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Interceptor Add package and class fields
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1475
Interceptor Enable copy/paste
Supported data from the interceptor can be copied, persisted and pasted later.
Supported data includes primitives such as integer, long integer, floating
point number, string and their arrays. Other data types are not supported and
will be dropped when the intent is being flattened to string. The generated
output contains redundant but useful data such as matching activities and
result intent (if any) which are completely optional and is dropped when pasted
from the clipboard.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Interceptor Enable copy/paste
Supported data from the interceptor can be copied, persisted and pasted later.
Supported data includes primitives such as integer, long integer, floating
point number, string and their arrays. Other data types are not supported and
will be dropped when the intent is being flattened to string. The generated
output contains redundant but useful data such as matching activities and
result intent (if any) which are completely optional and is dropped when pasted
from the clipboard.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1476
LogViewer Highlight items in “saved filters”
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
LogViewer Highlight items in “saved filters”
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.6.3 Run#1477
LogViewer Fix NPE if filename to be deleted is null
LogViewer Fix NPE if filename to be deleted is null
AM Debug v2.7.0 Run#1479
LogViewer Fix NPE if filename to be deleted is null
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
LogViewer Fix NPE if filename to be deleted is null
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1480
Docs Open docs website if webview is unavailable
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Docs Open docs website if webview is unavailable
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.6.3 Run#1481
Docs Open docs website if webview is unavailable
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Docs Open docs website if webview is unavailable
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1482
AppInfo Display “View in Settings” action if ADB/root unavailable
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AppInfo Display “View in Settings” action if ADB/root unavailable
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1483
AppDetails Enable opening non-exported activities via interceptor
Similar to the exported activities, non-exported activities can also be opened
via interceptor by long clicking on an activity name with root. For an activity
with a permission not granted to App Manager, the activity will be opened with
root. Currently, it's not possible to display result for the activities
launched with root since the ActivityManagerCompat class has not been modified
to handle request code.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AppDetails Enable opening non-exported activities via interceptor
Similar to the exported activities, non-exported activities can also be opened
via interceptor by long clicking on an activity name with root. For an activity
with a permission not granted to App Manager, the activity will be opened with
root. Currently, it's not possible to display result for the activities
launched with root since the ActivityManagerCompat class has not been modified
to handle request code.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>