AM Debug v4.0.4 Run#2995
Finder Use the IJsonSerializer and JsonDeserializer for FilterItem
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Finder Use the IJsonSerializer and JsonDeserializer for FilterItem
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍2
AM Debug v4.0.4 Run#2996
Refactor Enable predictive back in Android 14 onwards
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Enable predictive back in Android 14 onwards
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App Manager | DEBUG
AM Debug v4.0.4 Run#2996 Refactor Enable predictive back in Android 14 onwards Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Currently, there are no back gestures for sub-setting items because they are loaded in fragments, and not separate activities. This is how preferences used to work in Android, but that's not the case anymore. It will be migrated in the future to offer a more consistent experience. For other cases, such as navigating to parent directory in file manager by pressing the back button, they retain the typical implementation instead of a more fancy predictive back since adopting it would make it look weird.
👍5❤1
AM Debug v4.0.4 Run#2997
Profile Refactor profile to prepare for filter-based profile
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Profile Refactor profile to prepare for filter-based profile
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍6❤1
AM Debug v4.0.4 Run#2998
Finder Fix issues updating and removing items from the filter editor
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Finder Fix issues updating and removing items from the filter editor
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥2
AM Debug v4.0.4 Run#3000
Profile Fix updating profile modification status when an app is deleted from the list
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Profile Fix updating profile modification status when an app is deleted from the list
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍1
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