App Manager | DEBUG
1.43K subscribers
101 photos
2 videos
2.05K files
1.5K links
Download Telegram
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>
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>
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.
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>
AM Debug v4.0.0-beta01 Run#2732

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>
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>
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>
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.
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>
AM Debug v3.1.7 Run#2738

fastlane Prepare for v3.1.7

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>