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#2240

Locale Update translation for Chinese (Simplified)

Currently translated at 99.4% (1162 of 1169 strings)

Translation: App Manager/Main
Translate-URL: https://hosted.weblate.org/projects/app-manager/main/zh_Hans/
Signed-off-by: chr56 <chr0056@gmail.com>
AM Debug v3.1.0-beta01 Run#2241

Add monochrome icon

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

Backup Add frameworks for ADB backup

- Added hidden API for running ADB backup/restore
- Added compatibility library for compatibility across OS
- Added option to convert Android Backup into tar and vice versa.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App Manager | DEBUG
AM Debug v3.1.0-beta01 Run#2242 Backup Add frameworks for ADB backup - Added hidden API for running ADB backup/restore - Added compatibility library for compatibility across OS - Added option to convert Android Backup into tar and vice versa. Signed-off…
ADB Backup is what the AOSP decided to call it, but it works with root too. This could be useful for key-value backups that will not work otherwise (although these sort of backups aren’t used anymore). When implemented, there will be an option to backup/restore using ADB backup, but be aware that, there will be a few differences in order to keep consistency: ADB backup will not take the backup of APK or OBB (because how miserably it handles them as they have a replace tag with the feature). It won’t take backup of shared storage (which just copies the entire external storage) or widgets (because they decided to take backup of all the widgets instead of just for the app, but in the future, this may be part of the extra backups). That means, the backup flags will mostly remain the same except for the app data (both in internal and external storage), which will be backed up via ADB backup. But as some of you already know, not all apps can be backed up via ADB backup as it respects the app’s decision on whether to back it up. Still, this can be good for ADB users as they have no other choices.
🔥2👍1
AM Debug v3.1.0-beta01 Run#2243

Locale Update translation for Ukrainian

Currently translated at 100.0% (1169 of 1169 strings)

Translation: App Manager/Main
Translate-URL: https://hosted.weblate.org/projects/app-manager/main/uk/
Signed-off-by: tommynok <yazuzia7080@gmail.com>
2
AM Debug v3.1.0-beta02 Run#2244

Prepare for v3.1.0-beta02

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

Refactor Check for the existence of a file before caching it

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

Refactor Use DocumentFile#getUri instead of only the object itself

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

Refactor Fix crashing in no-root mode if there's an inaccessible work profile

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

Refactor Fix a logical error in checking existence of a file during cache

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

Refactor Ensure existence of external cache directory during launch

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