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

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