AM Debug v4.0.0-beta01 Run#2728
Refactor Fix delivering changes made via batch operations
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix delivering changes made via batch operations
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-beta01 Run#2729
Settings Expose pure black theme preference outside debug variants
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Settings Expose pure black theme preference outside debug variants
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🎉4
AM Debug v4.0.0-beta01 Run#2730
Settings Add option to use system fonts
Modern Android OS allows the user to customise fonts via the “Wallpaper & style”
app. However, material design uses a fixed sans-serif font instead of this font,
thus, breaking overall user experience. Using some well-known workarounds, an
option is added in the Appearances settings that allows the use of system fonts
in App Manager. The setting is disabled by default.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Settings Add option to use system fonts
Modern Android OS allows the user to customise fonts via the “Wallpaper & style”
app. However, material design uses a fixed sans-serif font instead of this font,
thus, breaking overall user experience. Using some well-known workarounds, an
option is added in the Appearances settings that allows the use of system fonts
in App Manager. The setting is disabled by default.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👎1
App Manager | DEBUG
AM Debug v4.0.0-beta01 Run#2730 Settings Add option to use system fonts Modern Android OS allows the user to customise fonts via the “Wallpaper & style” app. However, material design uses a fixed sans-serif font instead of this font, thus, breaking overall…
Basically, I love this font in Lineage OS and wanted to use it in all the apps. It's also possible to do this using Frida. But I implemented it in my app because other users may want this feature too. I think it's ironic that one has to use hacks to enjoy consistency across apps. Material design has many issues, but this is probably the worst.
👍7😱3
AM Debug v4.0.0-beta01 Run#2731
AppInfo Hide “Data usage” for apps without the internet permission
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AppInfo Hide “Data usage” for apps without the internet permission
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
❤1
AM Debug v4.0.0-beta01 Run#2732
Refactor Migrate fragment menus to MenuProvider
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Migrate fragment menus to MenuProvider
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-beta01 Run#2733
UITracker Generate class hierarchy in the background
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
UITracker Generate class hierarchy in the background
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-beta01 Run#2734
Labs Hide code editor if it's disabled in settings
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Labs Hide code editor if it's disabled in settings
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍1
AM Debug v4.0.0-beta01 Run#2735
UITracker Fix freezing issues in some devices
Some devices, such as Samsung, issue a lot of accessibility events, thereby,
causing lags and freezes. This is fixed by setting a 100 ms timeout. Also, most
of these accessibility events are fired from the UI Tracker window itself due to
broken/bad configuration of the accessibility service. A workaround is added by
ignoring all the events fired from the window.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
UITracker Fix freezing issues in some devices
Some devices, such as Samsung, issue a lot of accessibility events, thereby,
causing lags and freezes. This is fixed by setting a 100 ms timeout. Also, most
of these accessibility events are fired from the UI Tracker window itself due to
broken/bad configuration of the accessibility service. A workaround is added by
ignoring all the events fired from the window.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🎉2
App Manager | DEBUG
AM Debug v4.0.0-beta01 Run#2730 Settings Add option to use system fonts Modern Android OS allows the user to customise fonts via the “Wallpaper & style” app. However, material design uses a fixed sans-serif font instead of this font, thus, breaking overall…
It looks like some users mistook it for custom font options offered by some vendors such as Samsung. It is a customization over AOSP, and this setting does not apply since the font is already set for the material themes.
🤩2
AM Debug v4.0.0-beta01 Run#2737
LogViewer Address a rare crash caused by unknown log level
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
LogViewer Address a rare crash caused by unknown log level
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>