darkfi 34e6bb80b3 wallet: more accurate finger scroll 2 лет назад
..
assets b31bff1728 darkwallet: image widget able to load images from APK assets 2 лет назад
gui 061f50c2a0 wallet: add android terminal texture display 2 лет назад
pydrk 6d295ab1ca wallet: migrate to using async slots/signals and zmq debug backend 2 лет назад
src 34e6bb80b3 wallet: more accurate finger scroll 2 лет назад
Cargo.toml b31bff1728 darkwallet: image widget able to load images from APK assets 2 лет назад
Dockerfile 1ad9752581 darkwallet: move from docker to podman (eat ze bugs) 2 лет назад
Inter-Regular.otf fa9dc5c3f9 wallet: working OTF fancy text rendering 2 лет назад
Makefile a79d3ab15f darkwallet: add a lightmode for eink monitors 2 лет назад
README.android.md 1ad9752581 darkwallet: move from docker to podman (eat ze bugs) 2 лет назад
README.md 3b5ce35440 wallet: atrocious hackjob chatapp working on android with APKs 2 лет назад
chat.txt 58b67fe388 wallet: vastly improve the text atlassing util 2 лет назад
chatapp.exe f623e4fda4 wallet: add chatapp.exe 2 лет назад
client.py 85ceda586e wallet: make the beautiful box resize but preserve border width 2 лет назад
echo.py 061f50c2a0 wallet: add android terminal texture display 2 лет назад

README.android.md

podman system service
podman build -t apk .
# This command gives an interactive terminal (useful for debugging):
#podman run -v $(pwd):/root/dw -it apk bash

podman run -v $(pwd):/root/dw -w /root/dw -t apk cargo quad-apk build

Enable USB debugging in developer options and run the following commands:

adb install -r target/android-artifacts/debug/apk/darkwallet.apk
# Clear the log
adb logcat -c
adb logcat -s darkfi

Debugging Missing Symbols (note to self)

"hb_ft_font_create_referenced"

nm libharfbuzz_rs-5d6b743170eb0207.rlib | grep hb_ | less