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
Wireless debugging feature was supposed to be added in the last build. However, it relies on SPAKE2, a password-authenticated key exchange algorithm, exclusively written as part of BoringSSL, and the licenses used in BoringSSL include OpenSSL license which is not compatible with GPLv3.0+ license. Therefore, this can't be incorporated directly in App Manager. As discussed in #281, another way is to create a separate extension with permissive-licensed API which is currently under consideration. Porting the relevant part from the BoringSSL is also under consideration.
AM Debug v2.7.0 Run#1234

Update credits and libraries

* Credits and libraries are sorted alphabetically.
* Removed unused libraries.
AM Debug v2.7.0 Run#1235

[AppInfo] Fix opening apps in Aurora Store
AM Debug v2.7.0 Run#1236

[Main] Fix inconsistencies in RecyclerView

However, since the issue can't be reproduced, there's no knowing whether this has actually been fixed.
AM Debug v2.7.0 Run#1237

[Refactor] Print error when back fails on trying to compress KeyStore files
AM Debug v2.7.0 Run#1238

[Locale] Update translation for Chinese (Traditional)

Currently translated at 99.2% (907 of 914 strings)

Translation: App Manager/Main
Translate-URL:
https://hosted.weblate.org/projects/app-manager/main/zh_Hant/
AM Debug v2.7.0 Run#1239

[Locale] Update translation for Russian

Currently translated at 100.0% (921 of 921 strings)

Translation: App Manager/Main
Translate-URL:
https://hosted.weblate.org/projects/app-manager/main/ru/
AM Debug v2.7.0 Run#1240

[Refactor] Fix various lint issues

There are still 110 errors and 82 warnings
AM Debug v2.7.0 Run#1241

[AppDetails] Replace threads with ViewModel implementation
AM Debug v2.7.0 Run#1242

[Refactor] Replace Thread.sleep with SystemClock.sleep
AM Debug v2.7.0 Run#1243

[Installer] Load APK info using a ViewModel