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.0.0-rc02 Run#1821

AppInfo Fix vertical padding issues in the tag cloud

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.0.0-rc02 Run#1822

Refactor Deselect all selections by default in MultiSelectionView#cancelSelection()

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.0.0-rc02 Run#1823

Refactor Improve log viewer page 2/2

- Separated file handling logic and logcat logic to two different fragments.
- Replaced “Save Partial” with multi-selection mode like in other pages
- Changed extension from .log to .am.log
- Allow opening log files from the third-party apps: either directly (if the
app allows it) or via the “Share” option. In both cases, the filename must end
with .am.log.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.0.0-rc02 Run#1824

LogViewer Fix filtering logs if search query is set via Intent

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.0.0-rc02 Run#1825

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/
Signed-off-by: Weblate <hosted@weblate.org>
AM Debug v3.0.0-rc02 Run#1826

LogViewer Remove deprecated shortcuts, rename widget

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍1
AM Debug v3.0.0-rc02 Run#1827

Settings Add option to disable/enable app explorer

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App Manager | DEBUG
AM Debug v3.0.0-rc02 Run#1827 Settings Add option to disable/enable app explorer Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App explorer (the “Explore” option visible while trying to open an APK) can be disabled (or enabled) from Settings > Enable/disable features.
👍3
The number of crash reports have been reduced by a significant number. So, RC03 could be the last build before the next stable release. If you haven’t already, please download and install the latest debug build and try (your best) to make it crash as much as possible (make sure they’re not the same though)!

Backup/restore, logcat viewer, ADB, among others have been altered significantly in v3.x.x releases. So, testers should particularly focus on them. Thanks in advance.
👍6
AM Debug v3.0.0-rc02 Run#1828

Refactor Fix clearing caches in Android 7.1 and earlier in ADB mode

Due to the lack of a permission namely android.permission.CLEAR_APP_CACHE,
Shell was unable to clear caches via the PackageManager#freeStorageAndNotify
method. As a workaround, this is handled in the following way:
1. android.permission.CLEAR_APP_CACHE permission used to be a normal permission
in Android Lollipop. Hence, the permission is declared in App Manager's
AndroidManifest.xml and the operation is carried out without root.
2. In Android Marshmallow and Nougat, the only way to handle this is to list
all the applications and then clear the cache of each app individually.

Thanks: Tech DoctorUK
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.0.0-rc02 Run#1829

Backup Fix creating symbolic links

- Apply filters for symbolic links.
- Skip restoring lib folder if it's a symbolic link, because if this link is
manually recreated, the system no longer works.
- Support restoring symbolic links pointing to any directory inside /data/app.

Thanks: Pooka Mustard
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.0.0-rc02 Run#1830

Update dependencies: AndroidX Appcompat and splashscreen

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