| .. |
|
android
|
6afa2cce77
app: add rodio and play a lil sfx when clicking channels in the menu
|
1 month ago |
|
app
|
434db88375
app/chat: cyan copy button on selection overlay
|
2 weeks ago |
|
expr
|
7c169b48dc
app/netdbg: get/set property expr over netdebug backend
|
3 weeks ago |
|
gfx
|
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 |
|
plugin
|
3522c4ac64
app/drk: brand new wallets don't scan from genesis anymore, and add net.transport setting support
|
2 weeks ago |
|
prop
|
a5b8f34f6e
app: make shape data a native property value, make shape a vector_art property and allow passing it from netdbg
|
3 weeks ago |
|
shape
|
f151b6a3f8
app: make a bunch of style changes and dont show back button for wallet on main screen
|
4 weeks ago |
|
text
|
731154c340
app: migrate from raw touch events to a gesture recognizer which makes touch handling more consistent, robust, easier to use and clearer code.
|
3 weeks ago |
|
ui
|
60e2fdc84f
app: add back button alt+left on win/linux, compose+left mac and back android
|
2 weeks ago |
|
util
|
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 |
|
db.rs
|
113b78289f
app: use OsRng.gen() for generating darkirc secret, not rand::random();
|
3 weeks ago |
|
error.rs
|
2b4a35b4c6
app: add pydrk utility for working with the scenegraph realtime and interactively
|
3 weeks ago |
|
logger.rs
|
113b78289f
app: use OsRng.gen() for generating darkirc secret, not rand::random();
|
3 weeks ago |
|
main.rs
|
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 |
|
mesh.rs
|
e526cfb8d7
app: add icons for close and copy selection when selecting lines in chatview
|
4 weeks ago |
|
net.rs
|
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 |
|
plugin.old.rs
|
9785777642
chore: Update copyright license year
|
8 months ago |
|
pubsub.rs
|
7c169b48dc
app/netdbg: get/set property expr over netdebug backend
|
3 weeks ago |
|
py.rs
|
9785777642
chore: Update copyright license year
|
8 months ago |
|
ringbuf.rs
|
9785777642
chore: Update copyright license year
|
8 months ago |
|
scene.rs
|
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 |
|
setting.rs
|
a5b8f34f6e
app: make shape data a native property value, make shape a vector_art property and allow passing it from netdbg
|
3 weeks ago |
|
sfx.rs
|
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 |