AM Debug v2.7.0 Run#1612
AppDetails Enable advanced options for disabling components
On long clicking on the block/unblock button, a context menu would appear where
the user can block/enable/disable a component in various ways, such as--
1. Block using Intent Firewall (IFW) and PackageManager (PM)
2. Block using IFW only
3. Disable using PM
4. Enable using PM
5. Set to default (as specified in the manifest) via PM
It should be noted that, operation no. 2 does not change component status i.e.,
if it is previously disabled, it will remain disabled. However, all actions
modify the IFW rules (if applicable) as they should be.
Regarding tests, the tests have not been updated to include the new scheme.
As a result, there is no guarantee that the new scheme is foolproof.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AppDetails Enable advanced options for disabling components
On long clicking on the block/unblock button, a context menu would appear where
the user can block/enable/disable a component in various ways, such as--
1. Block using Intent Firewall (IFW) and PackageManager (PM)
2. Block using IFW only
3. Disable using PM
4. Enable using PM
5. Set to default (as specified in the manifest) via PM
It should be noted that, operation no. 2 does not change component status i.e.,
if it is previously disabled, it will remain disabled. However, all actions
modify the IFW rules (if applicable) as they should be.
Regarding tests, the tests have not been updated to include the new scheme.
As a result, there is no guarantee that the new scheme is foolproof.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1613
Setting Add option to select default blocking method
There are three blocking methods to choose from:
1. Blocking using Intent Firewall and Package Manager (recommended)
2. Blocking using Intent Firewall (not recommended)
3. Disable using Package Manager (recommended in ADB modes for test-only apps).
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Setting Add option to select default blocking method
There are three blocking methods to choose from:
1. Blocking using Intent Firewall and Package Manager (recommended)
2. Blocking using Intent Firewall (not recommended)
3. Disable using Package Manager (recommended in ADB modes for test-only apps).
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1614
AppInfo Fix opening standalone APK in the scanner page
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AppInfo Fix opening standalone APK in the scanner page
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1615
1ClickOps Separate business logic from UI logic
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
1ClickOps Separate business logic from UI logic
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1616
Refactor Document ApkFile
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Document ApkFile
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1617
AppDetails Fix displaying native libraries in the shared libs tab
If extractNativeLibs is set to false, the native libraries aren't extracted
during installation. As a result, the native libraries used by the apps weren't
displayed in the shared libs tab. This patch fixes this issue by listing all
the native libraries used by the app, including the ones located outside the
typical
include all architectures if the app uses different names for each platform.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AppDetails Fix displaying native libraries in the shared libs tab
If extractNativeLibs is set to false, the native libraries aren't extracted
during installation. As a result, the native libraries used by the apps weren't
displayed in the shared libs tab. This patch fixes this issue by listing all
the native libraries used by the app, including the ones located outside the
typical
lib directory inside the APK. However, the native libraries caninclude all architectures if the app uses different names for each platform.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1619
Refactor Display splash screen instead of a progress dialog
In places where a full-width window opens up, display splash screen instead of
a progress dialog. In other places, a progress dialog is displayed as usual.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Display splash screen instead of a progress dialog
In places where a full-width window opens up, display splash screen instead of
a progress dialog. In other places, a progress dialog is displayed as usual.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1620
Refactor Fix displaying authentication if security is disabled
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix displaying authentication if security is disabled
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>