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 v2.6.0 Run#1157

[Blocker] Display filenames that couldn't be imported

For importing files with Watt and Blocker, there might some situations where some files couldn't be imported (mostly due to the fact that the components no longer exist or the app is not installed). In such cases, the filenames are displayed to let the user know which ones have failed.
AM Debug v2.6.0 Run#1158

[Settings] Move rules to a different fragment
AM Debug v2.6.0 Run#1159

[Locale] Merge branch 'origin/master' into Weblate.
AM Debug v2.6.0 Run#1160

[Settings] Move “usage access” to “enable/disable features”
AM Debug v2.6.0 Run#1161

[Settings] Add option to disable “log viewer” feature
AM Debug v2.6.0 Run#1162

[Locale] Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: App Manager/Main
Translate-URL:
https://hosted.weblate.org/projects/app-manager/main/
AM Debug v2.6.0 Run#1163

[Locale] Update translation for Chinese (Traditional)

Currently translated at 86.6% (782 of 903 strings)

Translation: App Manager/Main
Translate-URL:
https://hosted.weblate.org/projects/app-manager/main/zh_Hant/
AM Debug v2.6.0 Run#1164

[backup] Implement “backup apps with changes”

List packages that has the following changes:
1. Version code change (installed app has higher version code)
2. Last update date (higher than the backup time)
3. Last activity time (higher than the backup time)
4. Fails checksum verification
5. Fails hash checks

This operation currently performs a full backup as opposed to a delta backup which will be introduced later on.
AM Debug v2.6.0 Run#1165

[backup] Add BACKUP_EXCLUDE_CACHE to the default flags for compatibility
AM Debug v2.6.0 Run#1166

[Locale] Merge branch 'origin/master' into Weblate.
AM Debug v2.6.0 Run#1167

[Usage] Add compatibility support for mobile data usage

Fetching mobile data usage on old version of Android requires the subscriber IDs. To fetch them, android.permission.READ_PHONE_STATE permission is required. However, this permission is kept as optional meaning the mobile data usage won't be displayed for them if the permission isn't granted.