AM Debug v3.0.1 Run#1999
fastlane Prepare for v3.0.1
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
fastlane Prepare for v3.0.1
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2000
Locale Fix Albanian strings
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Locale Fix Albanian strings
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App Manager | DEBUG
Blocked Garik Inkognito <huper7777@gmail.com> for attempting to insert BTC address in the Disclaimer noscript.
Blocked Haerul Fuad <pimpinanketua@gmail.com> for attempting to put his Weblate username in a string. Looking at his profile, he appears to have done the same in many other projects, including the Weblate project itself. [Also, how did he managed to get an username called
id in first place? Weblate should’ve really been more careful at allowing certain usernames.]👍3😁2
AM Debug v3.1.0-alpha01 Run#2001
Refactor Fix crashes on certain configuration changes
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix crashes on certain configuration changes
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App Manager | DEBUG
AM Debug v3.1.0-alpha01 Run#2001 Refactor Fix crashes on certain configuration changes Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This is one of the most important fixes in v3.x.x, so it couldn’t wait another week 😅
👍7😁7
AM Debug v3.1.0-alpha01 Run#2002
RunningApps Log potential runtime errors while parsing the processes
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
RunningApps Log potential runtime errors while parsing the processes
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2003
Refactor Apply dynamic colors in the SplashActivity
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Apply dynamic colors in the SplashActivity
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2004
Refactor Fix pure black theme issues in some devices
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix pure black theme issues in some devices
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🤩2
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>
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>
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>
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