darkfi
|
60e2fdc84f
app: add back button alt+left on win/linux, compose+left mac and back android
|
há 1 semana atrás |
darkfi
|
cc0cc1bde3
app: restore settings to testing ready state
|
há 2 semanas atrás |
darkfi
|
2ae24ea767
app: add chatview2 which supports rich content, no more O(n) scans (worst case O(log n) usually better), and a single chat screen which can be switched between different channel trees. still requires more review.
|
há 2 semanas atrás |
darkfi
|
b10532e335
app: on android keeping a handle to the audiomixer open will constantly play a 'silent' side which keeps a wakelock that stops suspend and drains the battery. here to solve the issue we use an experimental api from rodio which enables us to pause the mixer on android. we do this with a special reaper thread that activates 6s after starting a sound to pause the mixer. fucking android
|
há 2 semanas atrás |
x
|
635ccbefea
zk/gadgets: Fix clippy lint
|
há 2 semanas atrás |
darkfi
|
7f0b0c8077
app: when screen is off stop ticking to preserve battery
|
há 2 semanas atrás |
darkfi
|
5fd59e27a4
app: pydrk CLI update with missing shape fns
|
há 2 semanas atrás |
darkfi
|
804f296154
doc: update the dao and money contract specs
|
há 2 semanas atrás |
darkfi
|
b0958dc157
openspec/swarm: tighten terminology due to inconsistent use of swarm for both subnet and orchestrator. now swarm is the subnet and orchestrator is called swarm pool.
|
há 2 semanas atrás |
x
|
2b4a35b4c6
app: add pydrk utility for working with the scenegraph realtime and interactively
|
há 2 semanas atrás |
x
|
ec5c2000b8
openspec/swarm: Revise and review spec
|
há 2 semanas atrás |
darkfi
|
c341c1a4b6
.gitignore: ignore changes to .opencode subdir
|
há 2 semanas atrás |
darkfi
|
01daf26920
app/layer: add debug property. setting it to true draws the layer outline
|
há 2 semanas atrás |
darkfi
|
731154c340
app: migrate from raw touch events to a gesture recognizer which makes touch handling more consistent, robust, easier to use and clearer code.
|
há 2 semanas atrás |
darkfi
|
a585da8e32
openspec: add darkirc-mod and evgr-resume-bug proposals
|
há 2 semanas atrás |
darkfi
|
93fd612ca4
openspec: add app-chatview, app-gesture, app-pydrk-cli, app-theme
|
há 2 semanas atrás |
darkfi
|
1226df19b1
app: cleanup pydrk and now allow drawing vectors over the wire :)
|
há 3 semanas atrás |
darkfi
|
a5b8f34f6e
app: make shape data a native property value, make shape a vector_art property and allow passing it from netdbg
|
há 3 semanas atrás |
darkfi
|
7c169b48dc
app/netdbg: get/set property expr over netdebug backend
|
há 3 semanas atrás |
darkfi
|
865de29008
openspec: add swarm proposal
|
há 3 semanas atrás |
darkfi
|
4344d9ba36
app/schema: fix some broken paths
|
há 3 semanas atrás |
darkfi
|
9b2f9d23bf
app/drk: fix memory leak, owned continuous tasks shud never own parents
|
há 3 semanas atrás |
darkfi
|
a60bcedfd7
app: add toggle to select between tcp and tor (currently disabled for drk)
|
há 3 semanas atrás |
darkfi
|
fb3d9ed0ed
app: cleanup Makefile targets and add MacOS build instructions to README
|
há 3 semanas atrás |
darkfi
|
7dd1791c9c
app: add missing string_atlas.rs file, and actually pass enum values for make_layout2 instead of using strings
|
há 3 semanas atrás |
darkfi
|
c95d1e24e1
app: add `make win64-msvc` target, see README.md, test with `wine darkfi-app.exe`
|
há 3 semanas atrás |
darkfi
|
46d7677701
code fixes for windows-msvc target
|
há 3 semanas atrás |
darkfi
|
113b78289f
app: use OsRng.gen() for generating darkirc secret, not rand::random();
|
há 3 semanas atrás |
darkfi
|
f04892a0bf
app: add a separate color for scrambled vs unscrambled glyphs in text_scramble
|
há 3 semanas atrás |
darkfi
|
ff5f7c4fe7
app/emoji: fix the emoji mesh bg loader from blocking app quit during startup
|
há 3 semanas atrás |