Next debug builds will have a different version code. So, you cannot downgrade to the previous debug builds if you do not have root.
AM Debug v2.7.0 Run#1375
Move ic_spinner_caret.xml to libcoreui module
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Move ic_spinner_caret.xml to libcoreui module
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1376
Refactor Change select all button behavior in the selection dialog
Clicking on the “Select all” button selects only the currently filtered items
instead of all items. Previously selected items are also retained as expected.
If the “Select all“ button is deactivated, it only deselects the filtered items
provided any of the filtered items are selected.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Change select all button behavior in the selection dialog
Clicking on the “Select all” button selects only the currently filtered items
instead of all items. Previously selected items are also retained as expected.
If the “Select all“ button is deactivated, it only deselects the filtered items
provided any of the filtered items are selected.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1377
Refactor Cancel selection on pressing back button
If selection mode is on in the main page or in the running apps page, pressing
back button cancels the selection instead of exiting the page.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Cancel selection on pressing back button
If selection mode is on in the main page or in the running apps page, pressing
back button cancels the selection instead of exiting the page.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1378
BatchOps Merge enable/disable, clear cache/data
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
BatchOps Merge enable/disable, clear cache/data
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1379
Profile Fix adding app op constant names
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Profile Fix adding app op constant names
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.6.3 Run#1381
Refactor Fix backport issues
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix backport issues
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1382
Add searching in help activity
Additionally, the underline in the SearchView has been removed in all places.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Add searching in help activity
Additionally, the underline in the SearchView has been removed in all places.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1383
FM Add integrated file manager (initial commit)
File manager supports opening APK, APKM, APKS and XAPK in the app info page
directly. Other files can be opened by third-party applications by the use of a
content provider.
File manager use a custom Storage class to handle files in order to support both
Java File and Android's Scoped Storage (once the support is added).
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
FM Add integrated file manager (initial commit)
File manager supports opening APK, APKM, APKS and XAPK in the app info page
directly. Other files can be opened by third-party applications by the use of a
content provider.
File manager use a custom Storage class to handle files in order to support both
Java File and Android's Scoped Storage (once the support is added).
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1384
Refactor Fix ADB connection issue when ADB over TCP mode is selected
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix ADB connection issue when ADB over TCP mode is selected
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1385
Refactor Skip checking for remote server if no-root mode is enabled.
When no-root mode is enabled and the remote server is still running due to the
past use of ADB over TCP or Wireless Debugging, App Manager throws an error
while checking for the remote server since it is still running in the
background. This behaviour is now overridden by adding an explicit check for
no-root mode i.e., App Manager will not check for the remote server if no-root
mode is explicitly enabled.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Skip checking for remote server if no-root mode is enabled.
When no-root mode is enabled and the remote server is still running due to the
past use of ADB over TCP or Wireless Debugging, App Manager throws an error
while checking for the remote server since it is still running in the
background. This behaviour is now overridden by adding an explicit check for
no-root mode i.e., App Manager will not check for the remote server if no-root
mode is explicitly enabled.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>