darkfi 64c3f1aa3c wallet: editbox when text is highlighted and key pressed, use regen_glyphs() since we no longer regen glyphs in redraw() před 2 roky
..
gui 061f50c2a0 wallet: add android terminal texture display před 2 roky
pydrk 6d295ab1ca wallet: migrate to using async slots/signals and zmq debug backend před 2 roky
src 64c3f1aa3c wallet: editbox when text is highlighted and key pressed, use regen_glyphs() since we no longer regen glyphs in redraw() před 2 roky
Cargo.toml 27fd3785f8 chore: Update crate dependencies and CI Rust version před 2 roky
Dockerfile 6ac471f999 wallet: switch from harfbuzz_rs to harfbuzz_sys před 2 roky
Inter-Regular.otf fa9dc5c3f9 wallet: working OTF fancy text rendering před 2 roky
Makefile 6ac471f999 wallet: switch from harfbuzz_rs to harfbuzz_sys před 2 roky
README.android.md 09decc20a3 wallet: fix android crash(es) před 2 roky
README.md 3b5ce35440 wallet: atrocious hackjob chatapp working on android with APKs před 2 roky
chat.txt f623e4fda4 wallet: add chatapp.exe před 2 roky
chatapp.exe f623e4fda4 wallet: add chatapp.exe před 2 roky
client.py 85ceda586e wallet: make the beautiful box resize but preserve border width před 2 roky
echo.py 061f50c2a0 wallet: add android terminal texture display před 2 roky
king.png c78a469c83 added darkwallet in bin/. See README for usage instructions před 2 roky

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