darkfi 9812ea9641 editbox: make cursor a separate drawcall 2 лет назад
..
assets b31bff1728 darkwallet: image widget able to load images from APK assets 2 лет назад
gui 9b6e2c0739 wallet: re-enable net backend with new scenegraph 2 лет назад
pydrk 9b6e2c0739 wallet: re-enable net backend with new scenegraph 2 лет назад
res 5eedc5717d wallet: android launcher icons 2 лет назад
src 9812ea9641 editbox: make cursor a separate drawcall 2 лет назад
.gitignore b127cd6efe darkwallet: add .gitignore 2 лет назад
Cargo.toml 4aa44b36a0 wallet: tor-dirmgr tries to pull sqlite3, which on android has a missing symbol __extenddftf2 due to missing compiler builtins. We therefore link against clang_rt.builtins for each target_arch on android using a build.rs. See the code comment for more details. 2 лет назад
Dockerfile 1ad9752581 darkwallet: move from docker to podman (eat ze bugs) 2 лет назад
Makefile 63ea55236a wallet: change font from IBM plex mono light to the regular version 2 лет назад
README.md 4aa44b36a0 wallet: tor-dirmgr tries to pull sqlite3, which on android has a missing symbol __extenddftf2 due to missing compiler builtins. We therefore link against clang_rt.builtins for each target_arch on android using a build.rs. See the code comment for more details. 2 лет назад
build.rs 4aa44b36a0 wallet: tor-dirmgr tries to pull sqlite3, which on android has a missing symbol __extenddftf2 due to missing compiler builtins. We therefore link against clang_rt.builtins for each target_arch on android using a build.rs. See the code comment for more details. 2 лет назад
chat.txt 38ea8bbca9 wallet: sample chat.txt remove duplicate timestamps 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 65393c2430 wallet: chatview fix insert_line() method 2 лет назад

README.md

Linux

make

Android

Make sure you have podman installed. Then run:

make android

To debug any issues, you can enter an interactive terminal using make cli.

Useful Dev Commands

This is just devs.

Debugging Missing Symbols

"hb_ft_font_create_referenced"

nm libharfbuzz_rs-5d6b743170eb0207.rlib | grep hb_ | less

Resolve Dependency Issues

cargo tree --target aarch64-linux-android --invert openssl-sys