darkfi
|
9b2f9d23bf
app/drk: fix memory leak, owned continuous tasks shud never own parents
|
před 3 týdny |
darkfi
|
a60bcedfd7
app: add toggle to select between tcp and tor (currently disabled for drk)
|
před 3 týdny |
darkfi
|
fb3d9ed0ed
app: cleanup Makefile targets and add MacOS build instructions to README
|
před 3 týdny |
darkfi
|
7dd1791c9c
app: add missing string_atlas.rs file, and actually pass enum values for make_layout2 instead of using strings
|
před 3 týdny |
darkfi
|
c95d1e24e1
app: add `make win64-msvc` target, see README.md, test with `wine darkfi-app.exe`
|
před 3 týdny |
darkfi
|
46d7677701
code fixes for windows-msvc target
|
před 3 týdny |
darkfi
|
113b78289f
app: use OsRng.gen() for generating darkirc secret, not rand::random();
|
před 3 týdny |
darkfi
|
f04892a0bf
app: add a separate color for scrambled vs unscrambled glyphs in text_scramble
|
před 3 týdny |
darkfi
|
ff5f7c4fe7
app/emoji: fix the emoji mesh bg loader from blocking app quit during startup
|
před 3 týdny |
darkfi
|
8d11074014
app: keep editor focused on desktop targets when leaving and re-entering a channel
|
před 3 týdny |
darkfi
|
f151b6a3f8
app: make a bunch of style changes and dont show back button for wallet on main screen
|
před 3 týdny |
x
|
e79b899de4
app: add down arrow to chat when scrolling up to jump to the bottom
|
před 3 týdny |
x
|
e526cfb8d7
app: add icons for close and copy selection when selecting lines in chatview
|
před 3 týdny |
darkfi
|
c84e56c86a
app/wallet: add `create_back_btn()` util method and remove back btn from main wallet screen
|
před 3 týdny |
darkfi
|
94e1b91c64
app: enable system fonts so even weird glyphs from foreign languages render properly
|
před 3 týdny |
x
|
0072cb31db
chore: Add opencode/openspec agents
|
před 3 týdny |
darkfi
|
e183adf170
app: add /setting:chat.is_enabled property which persists whether darkirc chat is enabled or disabled
|
před 3 týdny |
darkfi
|
7557d26e41
app: make overlay display for darkirc p2p traffic and switching it off and on
|
před 3 týdny |
darkfi
|
f3e581ddbe
app: add SetAlpha to gfx, add layer alpha support and use it to fade in the netstatus overlay when shown
|
před 3 týdny |
darkfi
|
d4fffe7951
app/vid: use a separate thread on android for uploading during decoding phase so video can stream load (before it would pop cos it must load fully before display)
|
před 3 týdny |
darkfi
|
116b3bba4c
app: migrate all kvdbs (except chatview) to a unified turso sql db. is easier to work with
|
před 3 týdny |
darkfi
|
80acc82043
app: add missing src/ui/text_scramble.rs file
|
před 3 týdny |
darkfi
|
437fae42b3
app/darkirc: wait for SYNC_MIN_PEERS before trying to sync
|
před 3 týdny |
darkfi
|
ccf070324f
app: add a splash screen with cool scrambling text
|
před 3 týdny |
darkfi
|
6d024a83f6
app/gfx: hardcode a CRT startup fade in special effect for cooolness
|
před 3 týdny |
x
|
835ccbc10a
drk: add scan_cache_log!() which makes filling msgs buffer optional to avoid string formatting in tight loops when not needed.
|
před 3 týdny |
darkfi
|
75a91c8bae
app: add new /setting node impl. all changes to properties belonging to this node are persisted.
|
před 3 týdny |
darkfi
|
dff8f2e82c
app: make fmt
|
před 3 týdny |
darkfi
|
c5728a308f
app: prefix select_layer with channel names to have clean schema
|
před 3 týdny |
darkfi
|
d1a732b7bf
app: reorganize netstatus icon inside chat node to clean up schema and add extra proj assets
|
před 3 týdny |