AM Debug v4.0.4 Run#3001
Finder Fix deserializing filter options
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Finder Fix deserializing filter options
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍1
AM Debug v4.0.4 Run#3002
Profile Implement filter-based profile
Filter-based profiles are very similar to the apps-based profile except when the
profile is being applied, the list of applications are retrieved and filtered
using the filter options. To facilitate the user, a real-time filtered list of
applications are displayed in the profile (editor) page.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Profile Implement filter-based profile
Filter-based profiles are very similar to the apps-based profile except when the
profile is being applied, the list of applications are retrieved and filtered
using the filter options. To facilitate the user, a real-time filtered list of
applications are displayed in the profile (editor) page.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥4❤1
AM Debug v4.0.4 Run#3003
Terminal Display commands in bold with $ prepended
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Terminal Display commands in bold with $ prepended
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
❤1🔥1
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>