AM Debug v3.2.0-alpha01 Run#2380
Main Display user count alongside app ID
If an app is installed in more than one profiles (that is, for multiple users),
instead of displaying only the kernel user ID (UID), display the app ID (that
is, UID sans the user ID) and user count in the following format:
<user count>+<app ID>
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Main Display user count alongside app ID
If an app is installed in more than one profiles (that is, for multiple users),
instead of displaying only the kernel user ID (UID), display the app ID (that
is, UID sans the user ID) and user count in the following format:
<user count>+<app ID>
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4
AM Debug v3.2.0-alpha01 Run#2381
Main Add filter by users in the list options
This filter option isn't remembered since there's already an option to control
application-wide preferences in Settings.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Main Add filter by users in the list options
This filter option isn't remembered since there's already an option to control
application-wide preferences in Settings.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍5
AM Debug v3.2.0-alpha01 Run#2382
Refactor Handle notification progress using ProgressHandler
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Handle notification progress using ProgressHandler
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍6
AM Debug v3.2.0-alpha01 Run#2383
Installer Display installation progress in the notification
In some devices such as Samsung, it takes an indefinite amount of time to
verify the app after copying the APK files. For those cases, the progress won't
be accurate as it only takes into account the amount of time to copy the files.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Installer Display installation progress in the notification
In some devices such as Samsung, it takes an indefinite amount of time to
verify the app after copying the APK files. For those cases, the progress won't
be accurate as it only takes into account the amount of time to copy the files.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4🔥2
AM Debug v3.2.0-alpha01 Run#2384
FM Add overlay for /mnt/sdcard
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
FM Add overlay for /mnt/sdcard
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥3👍1
AM Debug v3.2.0-alpha01 Run#2385
Docs Fix app-manager links
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Docs Fix app-manager links
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍5
AM Debug v3.2.0-alpha01 Run#2387
Installer Display “Confirm install” notification even if the app is running in foreground
In no-root mode, when the app is running in foreground, the user may
accidentally dismiss the install-confirmation dialog produced by the Android
package installer which would either allow the installation to run forever or
for a minute until the timeout occurs. To solve the issue, a silent
notification is triggered at the same time the dialog is shown so that even if
the user accidentally dismisses the dialog, the dialog can still be displayed
by clicking the notification.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Installer Display “Confirm install” notification even if the app is running in foreground
In no-root mode, when the app is running in foreground, the user may
accidentally dismiss the install-confirmation dialog produced by the Android
package installer which would either allow the installation to run forever or
for a minute until the timeout occurs. To solve the issue, a silent
notification is triggered at the same time the dialog is shown so that even if
the user accidentally dismisses the dialog, the dialog can still be displayed
by clicking the notification.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍6
AM Debug v3.2.0-alpha01 Run#2388
Add/Update dependencies
- androidx.core to 1.11.0-beta02
- fastscroll to 1.2.0
- zstd-jni to 1.5.5-3
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Add/Update dependencies
- androidx.core to 1.11.0-beta02
- fastscroll to 1.2.0
- zstd-jni to 1.5.5-3
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍5
AM Debug v3.2.0-alpha01 Run#2389
Refactor Display progress for various operations
- Batch operations
- 1-Click operations
- Profiles
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Display progress for various operations
- Batch operations
- 1-Click operations
- Profiles
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍5🎉1
AM Debug v3.2.0-alpha01 Run#2390
Refactor Display progress as numbers
For package installer, it is percent and for others, it is tasks.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Display progress as numbers
For package installer, it is percent and for others, it is tasks.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍6
AM Debug v3.2.0-alpha01 Run#2391
Refactor Display sub-progress for backup/restore
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Display sub-progress for backup/restore
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍6❤1