AM Debug v3.1.0-alpha03 Run#2200
Refactor Prevent a crash on trying to update the database
Signed-off-by: Muntashir Al-Islam <[email protected]>
Refactor Prevent a crash on trying to update the database
Signed-off-by: Muntashir Al-Islam <[email protected]>
AM Debug v3.1.0-alpha03 Run#2201
Main Remove removed items from the selection list after an operation
Signed-off-by: Muntashir Al-Islam <[email protected]>
Main Remove removed items from the selection list after an operation
Signed-off-by: Muntashir Al-Islam <[email protected]>
AM Debug v3.1.0-alpha03 Run#2202
Main Fix displaying an installed app as uninstalled if it has backups
Signed-off-by: Muntashir Al-Islam <[email protected]>
Main Fix displaying an installed app as uninstalled if it has backups
Signed-off-by: Muntashir Al-Islam <[email protected]>
AM Debug v3.1.0-alpha03 Run#2203
Settings Disable wireless debugging, not ADB over TCP in API < 30
Signed-off-by: Muntashir Al-Islam <[email protected]>
Settings Disable wireless debugging, not ADB over TCP in API < 30
Signed-off-by: Muntashir Al-Islam <[email protected]>
AM Debug v3.1.0-alpha03 Run#2204
Term Initial UI for terminal
Signed-off-by: Muntashir Al-Islam <[email protected]>
Term Initial UI for terminal
Signed-off-by: Muntashir Al-Islam <[email protected]>
π4
App Manager | DEBUG
AM Debug v3.1.0-alpha03 Run#2204 Term Initial UI for terminal Signed-off-by: Muntashir Al-Islam <[email protected]>
This is currently a super unstable and hidden feature. To access the feature, find TermActivity in the activities tab of AM Debug. While the UI does not currently look very promising, it actually took several days to figure out an effective way to achieve a full-duplex communication between App Manager and a remote process. This can be very soon given a skin β either taken from the Android Terminal project (like all the others) or Termux UI library (Termux, although quite different from Android Terminal, was also based on Android Terminal). Although most root/no-root user may not find any benefit of having a terminal in App Manager, itβs crucial for ADB users since it will save them from installing yet another app.
π8π₯4
AM Debug v3.1.0-alpha03 Run#2205
Refactor Fix dimming the freeze icons
The transparent section of the freeze icons are no longer dimmed.
Signed-off-by: Muntashir Al-Islam <[email protected]>
Refactor Fix dimming the freeze icons
The transparent section of the freeze icons are no longer dimmed.
Signed-off-by: Muntashir Al-Islam <[email protected]>
AM Debug v3.1.0-alpha03 Run#2206
Refactor Display a prompt instead of freezing directly
When βopen after unfreezingβ flag is enabled and the app isn't frozen, clicking
on the freeze shortcut opens a dialog asking whether to freeze or open the app
instead of performing a freeze. It is more useful than the former as it allows
a user to open or freeze the app using the same shortcut, thereby, avoiding the
tedious task of finding it in the app drawer.
Signed-off-by: Muntashir Al-Islam <[email protected]>
Refactor Display a prompt instead of freezing directly
When βopen after unfreezingβ flag is enabled and the app isn't frozen, clicking
on the freeze shortcut opens a dialog asking whether to freeze or open the app
instead of performing a freeze. It is more useful than the former as it allows
a user to open or freeze the app using the same shortcut, thereby, avoiding the
tedious task of finding it in the app drawer.
Signed-off-by: Muntashir Al-Islam <[email protected]>
AM Debug v3.1.0-alpha03 Run#2207
Refactor Avoid displaying a prompt if freeze notification is clicked
Instead, the app will be frozen directly.
Signed-off-by: Muntashir Al-Islam <[email protected]>
Refactor Avoid displaying a prompt if freeze notification is clicked
Instead, the app will be frozen directly.
Signed-off-by: Muntashir Al-Islam <[email protected]>
AM Debug v3.1.0-alpha03 Run#2208
Refactor Skip validating data extracted from a Tar archive
Signed-off-by: Muntashir Al-Islam <[email protected]>
Refactor Skip validating data extracted from a Tar archive
Signed-off-by: Muntashir Al-Islam <[email protected]>
π4
AM Debug v3.1.0-alpha03 Run#2210
Scanner Skip scanning nested classes
In a modern app, skipping nested classes should dramatically improve the speed
of the scanner by several folds.
Signed-off-by: Muntashir Al-Islam <[email protected]>
Scanner Skip scanning nested classes
In a modern app, skipping nested classes should dramatically improve the speed
of the scanner by several folds.
Signed-off-by: Muntashir Al-Islam <[email protected]>