App Manager | DEBUG
2.11K subscribers
104 photos
2 videos
2.33K files
1.79K links
Read policies here before downloading: https://github.com/MuntashirAkon/AMInsecureDebugBuilds

RELEASE channel: @AppManagerChannel
Download Telegram
AM Debug v4.0.0-beta01 Run#2726

Refactor Fix applying force dexopt in Android 14

IPackageManager#forceDexOpt has been removed in Android 14. A workaround is
added in its stead.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
โค2๐Ÿ˜ข1๐ŸŽ‰1
AM Debug v4.0.0-beta01 Run#2727

Refactor Set default compiler filter from pm.dexopt.install property

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
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>
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>
๐ŸŽ‰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>
๐Ÿ‘Ž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>
โค1
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>
๐Ÿ‘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>
๐ŸŽ‰2