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.7.0 Run#1511

Refactor Various UI improvements

1. Display second degree tracker hint in the tracker details dialog
2. Use monospace font to display SHA sums, signatures
3. Move “exodus link” to the top-right side of the tracker details dialog
4. Extend MaterialTextView rather than AppCompatTextView.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1512

Settings Add option to run installer in the background

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1513

Backup Move “delete backup” to the top

Since “delete backup” does not depend on backup flags, it is moved to the top in order to prevent 1. ambiguity, 2. displaying action buttons vertically on small screens.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1514

Refactor Fix opening APK files using on-premise file manager

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1515

Refactor Cache files in the cache directory

Previously, files were cached in the data/cache directory which would increase
the data size if the cached APK files weren't deleted for some reason.

Additionally, the whole cache directory was cleared everytime the app details
page was visited which totally destroyed the purpose of using caches and
therefore, was removed.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1516

Refactor Tests are passing

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1517

Installer Allow downgrading in no-root mode

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1518

AppInfo Prevent refreshing if the executor has been shutdown

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1519

Interceptor Add ArrayList<Uri> and Uri

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