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-beta01 Run#2225

Locale Update translation for Ukrainian

Currently translated at 100.0% (1157 of 1157 strings)

Translation: App Manager/Main
Translate-URL: https://hosted.weblate.org/projects/app-manager/main/uk/
Signed-off-by: Dan <denqwerta@gmail.com>

Co-authored-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-beta01 Run#2226

Locale Update translation for Polish

Currently translated at 100.0% (1157 of 1157 strings)

Translation: App Manager/Main
Translate-URL: https://hosted.weblate.org/projects/app-manager/main/pl/
Signed-off-by: gnu-ewm <gnu.ewm@protonmail.com>
👍1
AM Debug v3.1.0-beta01 Run#2227

Refactor Target Android 13

- Update compileSdk and targetSdk to 33
- Require POST_NOTIFICATIONS permission
- Update appcompat to 1.6.1
- Update material-components to 1.8.0
- Update room to 2.5.0
- Update wekit to 1.6.0

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍1
AM Debug v3.1.0-beta01 Run#2228

Refactor Fix bottom sheet not properly expanding in fullscreen mode

A full replacement is created for Google's BottomSheetDialog to address the
following issues:

1. No support for disabling the pointless half-expanded bottom sheet feature
https://github.com/material-components/material-components-android/issues/1807
2. Even when hacks are used to disable half-expanded bottom sheet, there are
visible distortions in the layout due to not handling all the parameters
correctly
https://github.com/material-components/material-components-android/issues/2874
3. Scrolling doesn't work properly in a ViewPager
https://github.com/material-components/material-components-android/issues/373
https://github.com/material-components/material-components-android/issues/2112
https://github.com/material-components/material-components-android/issues/2689

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

BatchOps Fix scrolling in backup/restore bottom sheet

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

Refactor Fix various theming issues

- Apply configuration changes before the activity is started
- Apply transparent themes to activities that do not have a visible UI

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

AppOps Rewrite compatibility classes to enable forward compatibility

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

AppOps Fix crashes due to references to non-existing fields

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

AppInfo Use /data/media instead of /storage/emulated for other users

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

Backup Fix restoring backups for other users

- Enabled cross-restoring of backups
- Restore external storage data

After restoring the application data for other users, they need to re-login or,
for work profile, turn it off and on again in order for the app to function
properly.

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

Backup Prevent backing up “android” package

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