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>
AM Debug v2.7.0 Run#1621
Refactor Move ListOptions at the bottom as a bottom sheet
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Move ListOptions at the bottom as a bottom sheet
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1622
Main Implement advanced searching
In the main page, it is possible to filter apps using four different ways:
1. Contains: Filter apps containing the text at any place (case-insensitive).
In addition, searching by the initials is also kept i.e., typing AM will
list App Manager in the filtered list.
2. Prefix: Filter apps starting with the given text (case-insensitive)
3. Suffix: Filter apps ending with the given text (case-insensitive)
4. Regular expressions: Filter apps using regular expressions or patterns
supported by Java (case-sensitive). Though most of the typical patterns are
supported, certain features may depend on the Java version.
To implement this feature, a generalised View namely AdvancedSearchView has
been created so that it can be reused in other places.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Main Implement advanced searching
In the main page, it is possible to filter apps using four different ways:
1. Contains: Filter apps containing the text at any place (case-insensitive).
In addition, searching by the initials is also kept i.e., typing AM will
list App Manager in the filtered list.
2. Prefix: Filter apps starting with the given text (case-insensitive)
3. Suffix: Filter apps ending with the given text (case-insensitive)
4. Regular expressions: Filter apps using regular expressions or patterns
supported by Java (case-sensitive). Though most of the typical patterns are
supported, certain features may depend on the Java version.
To implement this feature, a generalised View namely AdvancedSearchView has
been created so that it can be reused in other places.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>