App Manager | DEBUG
Adb Shell v2.2.0 Debug#5.apk
Adb Shell v2.2.1 Debug#6.apk
6.7 MB
Adb Shell v2.2.1 Debug Run#6
- Update LibAdb to v2.2.1
- Replaced buttons with menu items
- Pressing done runs the command instead of a run button
- Moved command prompt to the bottom
- Automatically scroll output to the bottom
- Reduced output font size
- Update LibAdb to v2.2.1
- Replaced buttons with menu items
- Pressing done runs the command instead of a run button
- Moved command prompt to the bottom
- Automatically scroll output to the bottom
- Reduced output font size
🎉4❤1
AM Debug v3.1.0-alpha02 Run#2137
FM Display owner info along with UID
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
FM Display owner info along with UID
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍1
AM Debug v3.1.0-alpha02 Run#2138
FM Display group info along with GID
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
FM Display group info along with GID
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha02 Run#2139
Refactor Avoid the deletion of channels of the ongoing notifications
Deleting the notification channel of an ongoing notification can often cause
runtime exceptions.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Avoid the deletion of channels of the ongoing notifications
Deleting the notification channel of an ongoing notification can often cause
runtime exceptions.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha02 Run#2140
RunningApps Prevent remote services from crashing
Path API is modified to use the context of the current foreground app (acts as
a placeholder in root/ADB process) instead of App Manager to prevent crashes.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
RunningApps Prevent remote services from crashing
Path API is modified to use the context of the current foreground app (acts as
a placeholder in root/ADB process) instead of App Manager to prevent crashes.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha02 Run#2141
FM Add list options
Sorting options:
1. Name (Ascending)
2. Modification date (Descending)
3. Size (Descending)
4. Type (Ascending)
The reverse option reverses the sorting order.
Two folder options are added as well:
1. Show/hide dot files
2. List folders on top
Both options are enabled by default.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
FM Add list options
Sorting options:
1. Name (Ascending)
2. Modification date (Descending)
3. Size (Descending)
4. Type (Ascending)
The reverse option reverses the sorting order.
Two folder options are added as well:
1. Show/hide dot files
2. List folders on top
Both options are enabled by default.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha02 Run#2142
Explorer Add list options
Options are identical to the options in FM as they share the same interface.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Explorer Add list options
Options are identical to the options in FM as they share the same interface.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha02 Run#2143
BatchOps Add option to export app list
App list can be exported in either XML or Markdown format, making it easier to
store or share. List exported in XML format may be also imported to App Manager
in the future.
XML Specification:
Where version is the schema/DTD version.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
BatchOps Add option to export app list
App list can be exported in either XML or Markdown format, making it easier to
store or share. List exported in XML format may be also imported to App Manager
in the future.
XML Specification:
<!DOCTYPE packages [
<!ELEMENT packages (package+)>
<!ATTLIST packages version CDATA #REQUIRED>
<!ELEMENT package>
<!ATTLIST package name CDATA #REQUIRED>
<!ATTLIST package label CDATA #REQUIRED>
<!ATTLIST package versionCode CDATA #REQUIRED>
<!ATTLIST package versionName CDATA #REQUIRED>
<!ATTLIST package minSdk CDATA #IMPLIED>
<!ATTLIST package targetSdk CDATA #IMPLIED>
<!ATTLIST package signature CDATA #REQUIRED>
<!ATTLIST package firstInstallTime CDATA #IMPLIED>
<!ATTLIST package lastUpdateTime CDATA #IMPLIED>
<!ATTLIST package installerPackageName CDATA #IMPLIED>
<!ATTLIST package installerPackageLabel CDATA #IMPLIED>
]>
Where version is the schema/DTD version.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍5
AM Debug v3.1.0-alpha02 Run#2144
Settings Add notice for funding campaign
Funding campaign, 2023 shall begin in 24 December and end in 31 March.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Settings Add notice for funding campaign
Funding campaign, 2023 shall begin in 24 December and end in 31 March.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha02 Run#2145
Refactor Use SearchableMultiChoiceDialogBuilder for consistency
Android-default alert multi-choice dialogs lack a lot of features including the
ability to search any items or select all items at once.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Use SearchableMultiChoiceDialogBuilder for consistency
Android-default alert multi-choice dialogs lack a lot of features including the
ability to search any items or select all items at once.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha02 Run#2146
Refactor Use SearchableSingleChoiceDialogBuilder for consistency
Android-default alert single-choice dialogs lack a lot of features including
the ability to search any items.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Use SearchableSingleChoiceDialogBuilder for consistency
Android-default alert single-choice dialogs lack a lot of features including
the ability to search any items.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>