Commit Graph

10643 Commits

Author SHA1 Message Date
jkds
7d589fd2ac app/edit: improve perf of editing selection. only recalc rect when editing text itself (not select changes) 2026-01-03 06:36:44 +01:00
jkds
737ba095f9 app: android event handler improve editor logic 2026-01-03 02:40:47 +01:00
jkds
b182fa7fa9 app: improve android editor perf and eliminate a deadlock in android text input 2026-01-03 02:04:52 +01:00
jkds
02530cc0f4 app: make editor support multiline 2026-01-02 12:33:24 +01:00
jkds
bcb10050df app: fix race condition in handling android IME events in BaseEdit 2026-01-02 10:38:29 +01:00
jkds
6835e16ff2 app: do a big cleanup of java GameTextInput code and make everything have a sane API. 2026-01-02 10:00:55 +01:00
jkds
64e38580b2 app: copy GameTextInput java code into app 2026-01-02 05:15:49 +01:00
jkds
1ee2fe0453 app: remove old text input java code 2026-01-01 12:32:14 +01:00
jkds
c84f3fcb09 app: remove old text input stuff and replace with new game text input 2026-01-01 12:18:23 +01:00
jkds
0a5bc2772c app/android: integrate GameTextInput into build and provide an interface 2026-01-01 11:39:58 +01:00
jkds
49bcfb575f app: tweak android build paths and Dockerfile 2026-01-01 08:38:38 +01:00
jkds
7c9baa0db1 app: cargo update 2026-01-01 04:54:01 +01:00
jkds
420e33853f app: switch to narodnik miniquad temporarily 2026-01-01 04:54:01 +01:00
x
a17a81bf2d drk: Add CLI completions for TxFromCalls 2025-12-31 17:11:49 +00:00
x
a61fc4fe33 drk: Detach from the fun
1000x speedup.
2025-12-31 17:02:36 +00:00
x
e1994a7fd9 drk: Implement tx construction from given calls and their relation-mapping 2025-12-31 16:56:59 +00:00
x
4519ea3b85 sdk: Implement ContractCallImport to be used by external clients 2025-12-31 16:55:20 +00:00
x
500f0c2891 chore: Unify all halo2 deps to be exact
We should still figure out what to do before publishing darkfi-sdk to
crates.io since it probably can't reference a git version.

This might imply publishing our halo2 fork as well, probably under
halo2-darkfi namespace.
2025-12-31 16:54:04 +00:00
dasman
db41ac54f7 darkirc: reverse commitbot's push events order 2025-12-31 17:11:56 +03:00
skoupidi
a685e685c3 darkfid: new testing genesis blocks added 2025-12-31 15:53:38 +02:00
skoupidi
597b216396 darkfid/rpc: use an fn to return miner status responses for cleaner code 2025-12-31 15:53:10 +02:00
skoupidi
e1300d987b darkfid: relaxed unknown proposals handling by banning after 5 consecutive unknown proposals from a channel 2025-12-31 15:52:19 +02:00
jkds
2494e52558 app/gfx: fix subtle bug in apply_view/apply_scissor calc where coords are not relative but absolute so use + old_view.pos() 2025-12-31 14:10:43 +01:00
jkds
489730cb31 app: correct calcs for IME insets 2025-12-31 11:02:41 +01:00
jkds
13755ab328 app: disable miniquad resizing the content when IME is shown. instead transfer the responsibility directly to the app, this way we can avoid flickering where our canvas is resized BEFORE ui updates have been applied, and secondly we can draw a full screen canvas. 2025-12-31 10:51:27 +01:00
jkds
2b67c92877 app/gfx: RETVRN to directly polling method queue 2025-12-31 06:11:58 +01:00
jkds
ac0a2d3f25 app/gfx: remove refresh_task since sleep_interval_ms is now a miniquad setting so this task isnt needed anymore. 2025-12-31 06:11:58 +01:00
jkds
bda9b64d09 net: add reload() fn which reloads settings. currently all stubs except outgoing conns setting 2025-12-31 05:07:22 +01:00
jkds
0897ce2f8c app/gfx: make batch changes use batch end time and completely atomic. drop the entire batch if theres a single conflict 2025-12-31 04:36:29 +01:00
jkds
19c1b8ffea rpc: remove p2p.set_outbound_connections method 2025-12-31 04:07:56 +01:00
jkds
b60d550a3f rpc: move set_outbound_connections from darkirc into rpc p2p handler 2025-12-30 16:52:20 +01:00
jkds
e9a1dbe800 darkirc/rpc: when we check params, just use .unwrap() to get the args after 2025-12-30 16:52:20 +01:00
jkds
88a481d36b app/vid: stop decoding immediately on Video::stop() 2025-12-30 16:01:14 +01:00
jkds
51dc7c4a9b app: introduce window start/stop signals, and use those to adjust the outbound connection count in darkirc plugin from 6 -> 1 (or vice versa) when app is opened/closed 2025-12-30 15:41:19 +01:00
jkds
d9e7a782b4 darkirc/rpc: let Some(...) = ... else { return Json err } 2025-12-30 15:12:53 +01:00
jkds
419da3f849 net: allow runtime modification of outbound connection count. adds a method to darkirc to set_outbound_connections, use the scripts ./script/node_get_info.py and ./script/node_set-connect.py to verify 2025-12-30 14:46:02 +01:00
jkds
a29dbb06b9 app/vid: minor cleanup (Av1VideoData is cloneable so just clone directly) 2025-12-30 13:55:13 +01:00
jkds
ab303d8b0d app: update Makefile asset paths to use dark.fi/assets/ now 2025-12-30 13:41:59 +01:00
jkds
a695718a73 app/vid: add missing VideoDecoder.java file for android hardware accel vid decoder 2025-12-30 13:30:07 +01:00
jkds
edc37a3724 app/vid: cleanup java JNI glue code 2025-12-30 12:42:32 +01:00
jkds
cb92bdd847 app/vid: decode video using native hardware on android 2025-12-30 12:35:43 +01:00
jkds
a9f058d197 app/vid: improve log output 2025-12-30 12:35:43 +01:00
jkds
cc571d4851 remove all () from the ends of log targets: foo::bar() => foo::bar 2025-12-30 12:09:29 +01:00
skoupidi
44a9de17f1 net/settings: minor cleanup 2025-12-30 12:10:31 +02:00
oars
7ddb347c54 doc/misc/nodes/public-guide: guide for autohosting public ipv6 and tor nodes 2025-12-30 11:30:54 +03:00
oars
c2904cdbaf doc: DEP-0007: update docs with changes to net settings 2025-12-30 11:30:54 +03:00
oars
852573bf70 script: DEP-0007: add network profiles to net setting section of the toml configs 2025-12-30 11:30:54 +03:00
oars
1c9391b0b6 example/dchat/dchatd: DEP-0007: add network profiles to net setting section of the toml configs 2025-12-30 11:30:54 +03:00
oars
9cce43b5bf contrib/localnet: DEP-0007: add network profiles to net setting section of the toml configs 2025-12-30 11:30:54 +03:00
oars
81bd50925c bin/app: DEP-0007: rename allowed_transports, retrieve outbound_connect_timeout, channel_handshake_timeout, channel_heartbeat_interval from network profiles 2025-12-30 11:30:54 +03:00