rob-X1

Results 3 issues of rob-X1

I just installed Blokada 5 and was a bit surprised that the UI seems to completely missing a landscape mode. On a tablet that is used only in landscape mode...

type-F
version-5

pom.xml contains the system dependency ``` com.android apksigner 1.0 system ${project.basedir}/src/main/resources/lib/apksigner_33_0_2.jar ``` which makes building uber-apk-signer unnecessary complicated. Google releases the library version of apksigner in it's maven repository: https://mvnrepository.com/artifact/com.android.tools.build/apksig?repo=google...

This is a simple example installing a small clock app from F-Droid store downloaded and installed from an URL: ``` import adbutils adb = adbutils.AdbClient(host="127.0.0.1", port=5037) print(adb.device_list()) d = adb.device()...