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>
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>
Backup Prevent backing up “android” package
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App Manager | DEBUG
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…
This error might be actually fixed without re-login. I’m at present investigating the reason behind this requirement.
AM Debug v3.1.0-beta01 Run#2236
Refactor Improve appearance logic
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Improve appearance logic
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
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>
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
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
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-optSigned-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
App Manager | DEBUG
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 :)
Note, some options may need several minutes to an hour depending on the amount of apps you have.
AM Debug v3.1.0-beta01 Run#2239
Refactor Fix updating the check profiles flag
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
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>
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>
Hosted Weblate
App Manager/Main — Chinese (Simplified)
App Manager is being translated into 35 languages using Weblate. Join the translation or start translating your own project.
AM Debug v3.1.0-beta01 Run#2241
Add monochrome icon
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Add monochrome icon
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App Manager | DEBUG
AM Debug v3.1.0-beta01 Run#2241 Add monochrome icon Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
I don’t have A13 and didn’t test it. Hopefully, somebody might be.
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>
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>