Commit Graph

2531 Commits

Author SHA1 Message Date
darkfi
3850b2ebf6 wallet: add compiler for exprs 2024-09-15 14:39:39 +02:00
dasman
75b18d684e event_graph: use millis for events timestamp, bump the versions of darkirc and taud and are changed slightly to accordigly interact with both old and new versions 2024-09-15 15:27:31 +03:00
darkfi
0ada742edb wallet: fix 2 small chatview bugs, first is a typo from last commit, second is actually check is_select_mode when its modified after long hold 2024-09-14 13:21:52 +02:00
darkfi
6d576e4c03 wallet/schema: add toolbar showing channel name 2024-09-14 12:57:12 +02:00
darkfi
e8f9333580 wallet: upgrade ui::Mesh to ui::VectorArt which provides scalable vector shapes 2024-09-14 11:20:51 +02:00
darkfi
288d7ecdea wallet: rename ui::Mesh to VectorArt 2024-09-13 14:31:29 +02:00
darkfi
3dbde3dd9a wallet: chatview select lines using touch (long hold) or mouse 2024-09-13 13:16:57 +02:00
darkfi
cfb95a0f1a wallet: editbox apply EOL nudge to selected text 2024-09-13 13:16:57 +02:00
darkfi
f0f3a9907e wallet: chatview ignore touch events scrolling when outside 2024-09-11 19:02:47 +02:00
darkfi
453cf3f11c wallet: small aesthetic improvements to editbox 2024-09-11 16:51:38 +02:00
darkfi
9d4bd99e55 wallet: chatview fix occassional random scroll stops. it would happen when the previous sample was too close to the last sample due to using a ringbuffer with a fixed number of samples. Now we instead use VecDeque and drop old samples based off time instead of buffer size. 2024-09-11 14:06:20 +02:00
darkfi
8c7bbd2513 wallet: rename chatview::mouse_* props to chatview::* and remove mouse_scroll_decel since it isn't used anymore. 2024-09-11 12:50:03 +02:00
darkfi
ab8bd469cc wallet: add DEBUG_GFXAPI bool toggle 2024-09-11 12:41:21 +02:00
darkfi
9fb2f3c541 wallet: make core update() fn absolutely non-blocking so there's 0 delay for input events. 2024-09-11 12:05:58 +02:00
darkfi
d3b0f38ed7 wallet: defer allocs in async code. we use an internal hashmap and generate random IDs rather than waiting for GL to wake up and provide us with them. 2024-09-11 12:00:46 +02:00
darkfi
abf78bea1f wallet: small changes:
- remove debug code in editbox which shows the keyboard
- start chat lines from the bottom, not the top
2024-09-11 10:44:59 +02:00
dasman
b127cd6efe darkwallet: add .gitignore 2024-09-10 14:50:25 +03:00
darkfi
8ec930df92 wallet: speed up scroll speed for chatview android 2024-09-09 12:25:29 +02:00
dasman
94eb311bb4 tau: fix a bug that matched RefIDs instead of local IDs when RefID starts with numbers equal to local ID 2024-09-08 16:21:05 +03:00
darkfi
ad5334826f wallet: chatview scrolling good enough (for now), simplify algo to just be speed oriented. 2024-09-08 13:23:43 +02:00
darkfi
e11d2a8da1 evgrd: move from bin/ to script/ 2024-09-08 13:23:43 +02:00
darkfi
47e24ba996 evgrd: enable p2p and eventgraph components 2024-09-08 13:23:43 +02:00
dasman
efd3d2a3cd darkirc: satisfy clippy 2024-09-08 11:09:55 +03:00
dasman
0cb128ebb9 net: fix args conflicting by replacing p2p datastore arg to p2p_datastore 2024-09-08 11:03:05 +03:00
dasman
efc9d026bf deg: show timestamp as well in event's detail veiw 2024-09-06 15:45:23 +03:00
darkfi
720b3deb54 evgrd: add datastore and hostlist to evgrd.toml 2024-09-06 11:42:01 +02:00
darkfi
757f466ca3 added evgrd 2024-09-06 11:32:05 +02:00
darkfi
780d239e15 wallet: chatview temporary finger scrolling impl 2024-09-06 09:12:08 +02:00
darkfi
73076d45fc wallet: chatview fix cutoff at the top in android ;) 2024-09-05 10:58:08 +02:00
darkfi
65393c2430 wallet: chatview fix insert_line() method 2024-09-05 09:46:40 +02:00
darkfi
2b6eef49f0 wallet: clean up files and fix README 2024-09-04 14:36:40 +02:00
darkfi
1a4916323d wallet: Makefile autodownloads missing font files 2024-09-04 14:32:25 +02:00
darkfi
355d8a6a65 wallet: chatview avoid redrawing() when bgloader loads messages that aren't visible onscreen. 2024-09-04 14:23:59 +02:00
darkfi
6aab9be7dd wallet: make scroll speed for chat faster on android 2024-09-04 14:20:12 +02:00
darkfi
2e4bdcd7e0 wallet: chatview cleanup bg loader and make small fixes 2024-09-04 13:38:50 +02:00
darkfi
8265976cfc wallet: chatview store properties directly in MessageBuffer which simplifies function signatures 2024-09-04 11:13:07 +02:00
darkfi
ee4ec7fc4c wallet: chatview use generator for messages to correctly insert date msgs 2024-09-04 09:24:58 +02:00
dasman
4ffb1f77ec darkirc: send server reply of rehash command 2024-09-03 21:49:02 +03:00
darkfi
5eedc5717d wallet: android launcher icons 2024-09-03 10:07:02 +02:00
darkfi
1f313d2380 wallet: editbox, add a little extra spacing when lines end in whitespace. This is because the glyph for space has nearly 0 width at the end of lines. 2024-09-02 17:18:32 +02:00
darkfi
305b99cf29 wallet: chatview prevent touch updates if already in progress 2024-09-02 15:45:09 +02:00
darkfi
5fdb7b786d wallet: chatview optimize gen_mesh() to actually load missing meshes from cache and also avoid drawing too often. 2024-09-02 15:34:48 +02:00
darkfi
c580253152 kfjdkj 2024-09-02 15:34:48 +02:00
darkfi
d0d4ae5c8c wallet: chatview add correct schema colors according to design spec 2024-09-02 15:34:48 +02:00
dasman
81b879b25e tau: stop sync_loop_task first to gracefully shut it down 2024-09-01 12:59:11 +03:00
darkfi
eac775accf wallet: chatview only send draw calls for visible meshes 2024-09-01 09:33:25 +02:00
darkfi
602336caf9 wallet: create chatapp schema 2024-09-01 09:33:12 +02:00
darkfi
16b1bff413 wallet: chatview greatly simplify message buffer logic 2024-08-30 20:40:27 +02:00
dasman
2c2bc8a360 tau: add missed manual peers section 2024-08-30 00:58:11 +03:00
dasman
93de245db6 tau: remove unused dependency 2024-08-30 00:52:41 +03:00