AM Debug v2.6.1 Run#1315
Installer Fix extracting OBB in Android 11
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Installer Fix extracting OBB in Android 11
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1316
Merge branch 'restore-oab-sb-tb'
# Conflicts:
# app/build.gradle
# app/src/main/java/io/github/muntashirakon/AppManager/batchops/BatchOpsManager.java
# app/src/main/java/io/github/muntashirakon/AppManager/utils/TarUtils.java
# app/src/main/res/values/strings.xml
# app/src/test/java/io/github/muntashirakon/AppManager/TestApplication.java
# app/src/test/resources/robolectric.properties
Merge branch 'restore-oab-sb-tb'
# Conflicts:
# app/build.gradle
# app/src/main/java/io/github/muntashirakon/AppManager/batchops/BatchOpsManager.java
# app/src/main/java/io/github/muntashirakon/AppManager/utils/TarUtils.java
# app/src/main/res/values/strings.xml
# app/src/test/java/io/github/muntashirakon/AppManager/TestApplication.java
# app/src/test/resources/robolectric.properties
Note that import-export functionality is by no means perfect as there were limitations on how tests could be performed. This is specially true for TB backups (some backups may fail). So, test the feature very carefully and don’t delete your existing OAB or TB backups. If you used OAB with OpenKeychain, make sure to configure OpenKeychain in the backup encryption first (you don’t have to enable it, just configure it and then change the setting to whatever you were using).
AM Debug v2.7.0 Run#1317
Tar Pass the tests again
In the previous commit, root directory, i.e.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Tar Pass the tests again
In the previous commit, root directory, i.e.
/ was no longer archived. This made some tests to fail.Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1318
Revert "TB Optimize importing backups by eliminating the need for cache"
This reverts commit 5e97823b
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Revert "TB Optimize importing backups by eliminating the need for cache"
This reverts commit 5e97823b
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App Manager | DEBUG pinned «Note that import-export functionality is by no means perfect as there were limitations on how tests could be performed. This is specially true for TB backups (some backups may fail). So, test the feature very carefully and don’t delete your existing OAB or…»
AM Debug v2.7.0 Run#1319
TB Optimize importing backups by eliminating the need for cache
This time TarArchiveEntry is not directly used.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
TB Optimize importing backups by eliminating the need for cache
This time TarArchiveEntry is not directly used.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1320
Refactor Add backward compatibility for ADB over TCP
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Add backward compatibility for ADB over TCP
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.6.2 Run#1321
Refactor Add backward compatibility for ADB over TCP
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Add backward compatibility for ADB over TCP
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1322
Backup Fix relative path issue
Java File API often fails to handle the relative files properly. As a result,
some backups have the wrong relative paths. To solve the issue, a custom
method is used with a number of tests.
The issue appears to be present only in v2.6.1. However, no backward
compatibility has been provided with this patch.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Backup Fix relative path issue
Java File API often fails to handle the relative files properly. As a result,
some backups have the wrong relative paths. To solve the issue, a custom
method is used with a number of tests.
The issue appears to be present only in v2.6.1. However, no backward
compatibility has been provided with this patch.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1323
Refactor Fix returning the wrong manifest if the APK has multiple manifests
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix returning the wrong manifest if the APK has multiple manifests
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>