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#1325

Merge remote-tracking branch 'weblate/master'

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

Init cipher with a PRNG

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

KeyStore Encrypt data using Cipher itself instead of using CipherOutputStream

Android KeyStore in older Android versions did not reset IV correctly.
As a result, when close was called on CipherOutputStream, it threw an
IllegalStateException saying that "IV has already been used. Reusing IV in
encryption mode violates security best practices." which was not correct.
This patch attempts to fix the issue by avoiding the use of CipherOutputStream
altogether.

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

Fix NPE and ISE on trying to load data usage on certain devices

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

Fix NPE and ISE on trying to load data usage on certain devices

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

Merge remote-tracking branch 'weblate/master'

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

Replace views with their compat versions

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

Update libraries
AM Debug v2.7.0 Run#1335

Implement queue in ForegroundService

* Display “added to queue” when a new intent is waiting in the queue
* Provide options to change the foreground notification dynamically

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