App Manager | DEBUG
Photo
By the by, black theme, regardless of the elevation, looks way better than M3’s original background colour. I might as well make it default and create another separate theme for the pure black mode.
AM Debug v3.0.0-rc03 Run#1866
Main Fix adding the selected items to the selected profiles in batch mode
It was also ensured that no duplicate items are added to a profile.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Main Fix adding the selected items to the selected profiles in batch mode
It was also ensured that no duplicate items are added to a profile.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
😁2
App Manager | DEBUG
By the by, black theme, regardless of the elevation, looks way better than M3’s original background colour. I might as well make it default and create another separate theme for the pure black mode.
Belay that, it seems the M3 guidelines are incomplete. As a result, the black theme is producing weird results in the older versions of Android.
😢2
AM Debug v3.0.0-rc03 Run#1867
Crypto Fix RSA key generator in Android Lollipop
- Fix “use default” button in signing key setting.
- Use Cipher itself instead of using the unreliable CipherInputStream.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Crypto Fix RSA key generator in Android Lollipop
- Fix “use default” button in signing key setting.
- Use Cipher itself instead of using the unreliable CipherInputStream.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥1
AM Debug v3.0.0-rc03 Run#1868
Refactor Use external cache directory for running server noscripts
As Android 12 doesn't allow access to /data/user and /data/user_de directories,
the use of the external storage is the only option in order for ADB to work
properly.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Use external cache directory for running server noscripts
As Android 12 doesn't allow access to /data/user and /data/user_de directories,
the use of the external storage is the only option in order for ADB to work
properly.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.0.0-rc03 Run#1869
Setting Display pure black theme option in the debug builds only
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Setting Display pure black theme option in the debug builds only
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍1
AM Debug v3.0.0-rc03 Run#1870
Backup Hide “custom users” option in production builds for restoring
Restoring backups in other profiles is not working as expected in most cases.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Backup Hide “custom users” option in production builds for restoring
Restoring backups in other profiles is not working as expected in most cases.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
[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>
[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>
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>
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>
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>