AM Debug v4.0.4 Run#3004
Terminal Improve handling terminal output
- Use
- Set
- Support basic foreground and background colors
- Support bold, underline, italic, strikethrough, reverse video, and conceal.
On some devices, opening a shell using
can safely be ignored. The warnings are displayed because the terminal is not a
real terminal (which is not possible in ADB mode).
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Terminal Improve handling terminal output
- Use
sh -i instead of sh- Set
HOME=/ environment variable- Support basic foreground and background colors
- Support bold, underline, italic, strikethrough, reverse video, and conceal.
On some devices, opening a shell using
sh -i may display a few warnings whichcan safely be ignored. The warnings are displayed because the terminal is not a
real terminal (which is not possible in ADB mode).
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
❤1👍1
AM Debug v4.0.4 Run#3005
[Terminal] Improve cursor support
- Add support for saving and resetting to position (\e[s and \e[u)
- Add support for moving cursor to home (\e[H) and clearing the display (\e[J)
- Add support for clearing the last line (\e[2K).
Due to limitations, arbitrary cursor jump is not supported.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
[Terminal] Improve cursor support
- Add support for saving and resetting to position (\e[s and \e[u)
- Add support for moving cursor to home (\e[H) and clearing the display (\e[J)
- Add support for clearing the last line (\e[2K).
Due to limitations, arbitrary cursor jump is not supported.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍1
AM Debug v4.0.4 Run#3006
Terminal Move TermActivity from runner to terminal package
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Terminal Move TermActivity from runner to terminal package
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.4 Run#3007
Debloater Display unsafe bloatware
Unsafe bloatware are filtered out by default in the Debloater page.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Debloater Display unsafe bloatware
Unsafe bloatware are filtered out by default in the Debloater page.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍2
AM Debug v4.0.4 Run#3008
LogViewer Omit sensitive info by default for new users
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
LogViewer Omit sensitive info by default for new users
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.4 Run#3009
Debloater Sort by app label rather than package name
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Debloater Sort by app label rather than package name
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍1
AM Debug v4.0.4 Run#3010
AppInfo Open "Open by default" settings in the "Open links" dialog
If App Manager does not have enough permission to manage domains or links, the
"Open links" dialog has a button that directs the user to Android Settings. If
the app has the "Open by default" page, clicking on the button will open that
page instead of the "App info" page (which is still used as a fallback method).
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AppInfo Open "Open by default" settings in the "Open links" dialog
If App Manager does not have enough permission to manage domains or links, the
"Open links" dialog has a button that directs the user to Android Settings. If
the app has the "Open by default" page, clicking on the button will open that
page instead of the "App info" page (which is still used as a fallback method).
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.4 Run#3011
1ClickOps Enable "Clear data from uninstalled apps" for no-root users
The option was altered to uninstall the apps a second time instead of attempting
to clear data which was faulty. Therefore, it should work in any modes of
operation.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
1ClickOps Enable "Clear data from uninstalled apps" for no-root users
The option was altered to uninstall the apps a second time instead of attempting
to clear data which was faulty. Therefore, it should work in any modes of
operation.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍1
AM Debug v4.0.4 Run#3012
Refactor Add workaround for text selection in RecyclerViews
https://issuetracker.google.com/issues/37095917
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Add workaround for text selection in RecyclerViews
https://issuetracker.google.com/issues/37095917
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍3
AM Debug v4.0.4 Run#3013
Use vector icon for splash screen in SDK < 26
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Use vector icon for splash screen in SDK < 26
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍2