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

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