AM Debug v2.6.3 Run#1450
Tar Normalise filenames
In some cases, a filename may start with
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Tar Normalise filenames
In some cases, a filename may start with
./ which have to be trimmed.Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1451
Refactor Fix an issue with recursive file creation
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix an issue with recursive file creation
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1452
AppDetails Fix synchronization issue in uses permissions tab
* Removed DeadObjectException check as it has been handled in PackageManagerCompat
* Fixed NPE on the uses permissions tab for external apps occurs if the tab is
clicked right after the app is loaded.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AppDetails Fix synchronization issue in uses permissions tab
* Removed DeadObjectException check as it has been handled in PackageManagerCompat
* Fixed NPE on the uses permissions tab for external apps occurs if the tab is
clicked right after the app is loaded.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1453
AppDetails Fix UI freezing on refresh
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AppDetails Fix UI freezing on refresh
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1454
AppDetails Fix NPE during shortcut creation of an activity with an empty label
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AppDetails Fix NPE during shortcut creation of an activity with an empty label
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1455
Refactor Fix rare NPE on trying to connect to the ADB
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix rare NPE on trying to connect to the ADB
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1456
Refactor Log errors thrown while fetching package info
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Log errors thrown while fetching package info
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1457
Update gradle to 7.1.1
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Update gradle to 7.1.1
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1458
Interceptor Add camera actions and ACTION_INSERT_OR_EDIT
Camera actions do not work in Android 11 or later.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Interceptor Add camera actions and ACTION_INSERT_OR_EDIT
Camera actions do not work in Android 11 or later.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1459
Update dependencies
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Update dependencies
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1460
Enabling pairing support for wireless debugging
When wireless debugging is enabled, the user will be asked to either pair as a
new device or directly connect to a port. After the first pairing, the user
will not need to pair again provided they do not clear data from App Manager
or the pairing is removed due to timeout. Due to the limitations on how pairing
works, it is not possible to know in advance if App Manager is previously
granted ADB permission nor is it possible to detect the current port address
where ADB demon might be running.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Enabling pairing support for wireless debugging
When wireless debugging is enabled, the user will be asked to either pair as a
new device or directly connect to a port. After the first pairing, the user
will not need to pair again provided they do not clear data from App Manager
or the pairing is removed due to timeout. Due to the limitations on how pairing
works, it is not possible to know in advance if App Manager is previously
granted ADB permission nor is it possible to detect the current port address
where ADB demon might be running.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>