darkfi e1d21ebb5d wallet: editbox, draw() means draw, not reload cached draw 2 yıl önce
..
gui 061f50c2a0 wallet: add android terminal texture display 2 yıl önce
pydrk 6d295ab1ca wallet: migrate to using async slots/signals and zmq debug backend 2 yıl önce
src e1d21ebb5d wallet: editbox, draw() means draw, not reload cached draw 2 yıl önce
Cargo.toml 58b67fe388 wallet: vastly improve the text atlassing util 2 yıl önce
Dockerfile 6ac471f999 wallet: switch from harfbuzz_rs to harfbuzz_sys 2 yıl önce
Inter-Regular.otf fa9dc5c3f9 wallet: working OTF fancy text rendering 2 yıl önce
Makefile 6ac471f999 wallet: switch from harfbuzz_rs to harfbuzz_sys 2 yıl önce
README.android.md 09decc20a3 wallet: fix android crash(es) 2 yıl önce
README.md 3b5ce35440 wallet: atrocious hackjob chatapp working on android with APKs 2 yıl önce
chat.txt 58b67fe388 wallet: vastly improve the text atlassing util 2 yıl önce
chatapp.exe f623e4fda4 wallet: add chatapp.exe 2 yıl önce
client.py 85ceda586e wallet: make the beautiful box resize but preserve border width 2 yıl önce
echo.py 061f50c2a0 wallet: add android terminal texture display 2 yıl önce
king.png c78a469c83 added darkwallet in bin/. See README for usage instructions 2 yıl önce

README.android.md

Docker commands:

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

docker 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