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

AppInfo Use cached backup data to improve speed

At startup, App Manager attempts to invalidate backup data which can take more
than half a minute if there are a lot of backups. Hence, during this period, if
one tries to browse the app info tab, the whole tab will not be loaded as it is
waiting for the previous process to complete. This issue is fixed by using
the cached backup data stored in a previous attempt. This cached data is also
validated to ensure that they actually exist.

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

AppInfo1-ClickOps Add options for runtime optimization in Android 7 or later

Features:
- Set Compile filters such as speed-profile or everything-profile
- Compile layout resources
- Immediate optimization of DEX, i.e. somewhat similar to pm force-dex-opt

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🤩1
App Manager | DEBUG
AM Debug v3.1.0-beta01 Run#2238 AppInfo1-ClickOps Add options for runtime optimization in Android 7 or later Features: - Set Compile filters such as speed-profile or everything-profile - Compile layout resources - Immediate optimization of DEX, i.e. somewhat…
These are the options here. I'm guessing that most people have no idea what these options do. But the default option will do for now. Writing a doc is quite tedious job, more tedious than writing code :)
👍5🔥1
AM Debug v3.1.0-beta01 Run#2239

Refactor Fix updating the check profiles flag

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
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