darkfi 03025aad13 Cargo.toml: temp remove p2p-tor from net defaults due to android build errors, and add it back in on darkirc Cargo.toml 2 년 전
..
assets b31bff1728 darkwallet: image widget able to load images from APK assets 2 년 전
gui 8f3b239bb7 wallet: add button 2 년 전
pydrk 1796ba2f2c wallet: call method insert_line through scene graph 2 년 전
src e7eb633916 wallet: UI working with darkirc 🔥🔥🔥 2 년 전
Cargo.toml 03025aad13 Cargo.toml: temp remove p2p-tor from net defaults due to android build errors, and add it back in on darkirc Cargo.toml 2 년 전
Dockerfile 1ad9752581 darkwallet: move from docker to podman (eat ze bugs) 2 년 전
Inter-Regular.otf fa9dc5c3f9 wallet: working OTF fancy text rendering 2 년 전
Makefile 03025aad13 Cargo.toml: temp remove p2p-tor from net defaults due to android build errors, and add it back in on darkirc Cargo.toml 2 년 전
README.android.md 1ad9752581 darkwallet: move from docker to podman (eat ze bugs) 2 년 전
README.md 3b5ce35440 wallet: atrocious hackjob chatapp working on android with APKs 2 년 전
chat.txt 38ea8bbca9 wallet: sample chat.txt remove duplicate timestamps 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 061f50c2a0 wallet: add android terminal texture display 2 년 전
insert_line.py 5e52bd6ff6 wallet: chatview dont split pages when size is under PAGE_SIZE 2 년 전

README.android.md

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

podman 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