darkfi a3db035ffa wallet: properly handle app cleanup (accidental cargo fmt so just check main.rs) 2 سال پیش
..
gui 6d295ab1ca wallet: migrate to using async slots/signals and zmq debug backend 2 سال پیش
pydrk 6d295ab1ca wallet: migrate to using async slots/signals and zmq debug backend 2 سال پیش
src a3db035ffa wallet: properly handle app cleanup (accidental cargo fmt so just check main.rs) 2 سال پیش
Cargo.toml 6d295ab1ca wallet: migrate to using async slots/signals and zmq debug backend 2 سال پیش
Dockerfile 4ef00a37c0 wallet: add android build instructions and fix Cargo.toml paths 2 سال پیش
Inter-Regular.otf fa9dc5c3f9 wallet: working OTF fancy text rendering 2 سال پیش
README.android.md 09decc20a3 wallet: fix android crash(es) 2 سال پیش
README.md 3b5ce35440 wallet: atrocious hackjob chatapp working on android with APKs 2 سال پیش
chat.txt f623e4fda4 wallet: add chatapp.exe 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 6d295ab1ca wallet: migrate to using async slots/signals and zmq debug backend 2 سال پیش
king.png c78a469c83 added darkwallet in bin/. See README for usage instructions 2 سال پیش

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