App Manager | DEBUG – Telegram
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 v3.1.0-alpha01 Run#2005

Refactor Update dependencies

- Appcompat updated to 1.5.1
- desugar_jdk_libs updated to 2.0.0
- Gson updated to 2.9.1
- Material Components updated to 1.7.0-rc01
- Webkit updated to 1.5.0

Remove dark theme hack for the WebView.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍2
AM Debug v3.1.0-alpha01 Run#2006

Refactor Enforce shortcut name to be a String

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2007

Refactor Use unprivileged service to fetch package size info

In Android 7.1 or earlier, shell may not include GET_PACKAGE_SIZE in its
manifest and may crash in some situations. Since this permission is a normal
permission, the package size info is fetched using an unprivileged service
instead of a privileged service whenever it can.

In the latter versions, it is also checked if the app is granted the permission
GET_USAGE_ACCESS before fetching the size info of a package.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍3
AM Debug v3.0.1 Run#2008

Refactor Use unprivileged service to fetch package size info

In Android 7.1 or earlier, shell may not include GET_PACKAGE_SIZE in its
manifest and may crash in some situations. Since this permission is a normal
permission, the package size info is fetched using an unprivileged service
instead of a privileged service whenever it can.

In the latter versions, it is also checked if the app is granted the permission
GET_USAGE_ACCESS before fetching the size info of a package.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.0.2 Run#2009

fastlane Prepare for v3.0.2

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2010

Locale Update translation for Romanian

Currently translated at 55.7% (602 of 1079 strings)

Translation: App Manager/Main
Translate-URL: https://hosted.weblate.org/projects/app-manager/main/ro/
Signed-off-by: Laios Daria <daria.laios@gmail.com>
AM Debug v3.1.0-alpha01 Run#2011

Locale Add Romanian

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2012
AM Debug v3.1.0-alpha01 Run#2013
AM Debug v3.1.0-alpha01 Run#2014

AppInfo Disable launch button if the app is suspended

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