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.
|
3 weeks ago |
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
|
3 weeks ago |
darkfi
|
7f0b0c8077
app: when screen is off stop ticking to preserve battery
|
3 weeks ago |
darkfi
|
7557d26e41
app: make overlay display for darkirc p2p traffic and switching it off and on
|
4 weeks ago |
darkfi
|
116b3bba4c
app: migrate all kvdbs (except chatview) to a unified turso sql db. is easier to work with
|
4 weeks ago |
x
|
30baa2abc5
chore: updated repo links
|
1 month ago |
x
|
6e35c0d670
app: replaced sled-overlay with kvdb-overlay
|
1 month ago |
darkfi
|
6afa2cce77
app: add rodio and play a lil sfx when clicking channels in the menu
|
1 month ago |
darkfi
|
346d2b818e
app/chatview: URLs are clickable and call xdg-open (or platform equivalent)
|
1 month ago |
darkfi
|
c0089d658c
app: add schema test-edit
|
1 month ago |
darkfi
|
4128d4ca73
app/darkirc: send msgs to private channels
|
1 month ago |
darkfi
|
14ef214e35
app: fix compilation with/without features set
|
2 months ago |
jkds
|
70479fe7ce
app: feature guard enable-plugins split into enable-plugins-(drk|fud|darkirc)
|
2 months ago |
epiphany
|
54622a64ca
app: add clipboard.rs and use `x11-clipboard` on x11 instead of miniquad
|
2 months ago |
jkds
|
c009a83786
app: bump min SDK version to 26 to fix missing libaaudio for android linker error
|
3 months ago |
dasman
|
d7ae52d3b3
bin/darkirc: move shared code to darkirc lib and fix darkirc plugin methods
|
3 months ago |
x
|
5ce5bf4416
chore: Update halo2 crates
|
3 months ago |
epiphany
|
ee82a7d6bf
app: fix dependency version conflicts
|
4 months ago |
x
|
07e73a7b30
chore: Update crate dependencies
|
4 months ago |
epiphany
|
481d0a0fc3
app: add drk plugin
|
4 months ago |
jkds
|
c78e468e75
app: add scroll_layer + schema test. currently does nothing just stubs
|
6 months ago |
skoupidi
|
7181db089e
chore: updated sled-overlay to new version
|
7 months ago |
skoupidi
|
3bbe1166fa
chore: updated sled-overlay to new version
|
7 months ago |
skoupidi
|
cb07f10595
chore: updated sled-overlay to new version
|
7 months ago |
skoupidi
|
67a8cb3833
chore: updated sled-overlay to new version
|
7 months ago |
skoupidi
|
7914422d8b
chore: updated sled-overlay to new version
|
8 months ago |
jkds
|
1486549442
app: cargo update
|
8 months ago |
jkds
|
94a0db125e
app: delete freetype 🎉🎉🎉
|
8 months ago |
jkds
|
8028ea9b10
app: use cargo features to enable switching between schema layouts
|
8 months ago |
jkds
|
633d7f21ce
Merge branch 'gameinput'
|
8 months ago |