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
[PR] AM Debug v3.0.0-rc03 Run#1871

[Crypto] Add support for elliptic-curve cryptography (ECC)

ECC in App Manager uses curve 25519 with ECDH which is wrapped with
SHA512withECDSA when storing the key in the Bouncy Castle KeyStore.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2
[PR] AM Debug v3.0.0-rc03 Run#1872

Sorting the app list by the size of the package adds additional costs to the
overall loading time. Loading time depends on the device configurations and the
amount of apps. But the overall performance should be degraded by a significant
number. Only size of the installed apps are considered for all the configured
users.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🎉1
AM Debug v3.0.0-rc03 Run#1873

Refactor Add new-style SearchView

- SearchView is a little darker/brighter depending on the theme
- Fixed background of the type selection button

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍2🔥1
AM Debug v3.0.0-rc03 Run#1874

Refactor Improve UI elements

- Improved close button in the multi-selection panel and in the SearchView.
- Reduced the size of the action button in the dialogs.
- Replaced custom EditText with SearchView in the SearchableMultiChoiceDialog.

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

Locale Update translation for Polish

Currently translated at 100.0% (1052 of 1052 strings)

Translation: App Manager/Main
Translate-URL: https://hosted.weblate.org/projects/app-manager/main/pl/
Signed-off-by: rehork <cooky@e.email>
AM Debug v3.0.0-rc03 Run#1876

Locale Update translation for French

Currently translated at 99.5% (1050 of 1055 strings)

Translation: App Manager/Main
Translate-URL: https://hosted.weblate.org/projects/app-manager/main/fr/
Signed-off-by: Maxime Leroy <lisacintosh@gmail.com>
🔥1
AM Debug v3.0.0-rc03 Run#1877

AppUsage Improve app usage details dialog

- Use bottom sheet dialog.
- Display package name, screen time, times opened, last used, user ID, data
usage along with app usage which has been shortened (e.g. made inline) to
occupy less space.
- Display info button at the top-right side which opens the App Details page.

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

AppUsage Hide data usage in the details dialog if usage info is unavailable

In addition, display a loader until all info are loaded successfully.

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