darkfi 90f2958cd2 wallet: get p2p + zk darkfi compiling in the app пре 2 година
..
assets b31bff1728 darkwallet: image widget able to load images from APK assets пре 2 година
gui 8f3b239bb7 wallet: add button пре 2 година
pydrk 1796ba2f2c wallet: call method insert_line through scene graph пре 2 година
src 90f2958cd2 wallet: get p2p + zk darkfi compiling in the app пре 2 година
Cargo.toml 90f2958cd2 wallet: get p2p + zk darkfi compiling in the app пре 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 38ea8bbca9 wallet: sample chat.txt remove duplicate timestamps пре 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 година
insert_line.py 8c8e198da7 wallet: chatview bugfix insert_line() method пре 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