Commit History

Author SHA1 Message Date
  darkfi 22f1a10d72 wallet: make TextShaper non-async which reduces overall need for AsyncMutex throughout code. 1 year ago
  darkfi 51c204be84 wallet: App::setup() schema, then once miniquad starts, App::start() will first draw the scenegraph, then start the procs. This way drawing is done ASAP and fast on app startup. 1 year ago
  darkfi 0f642dc1e3 wallet: delete RenderApiPtr, since mpsc::Sender is Cloneable, we can just use RenderApi directly 1 year ago
  darkfi 20d94d4a55 wallet: cargo update 1 year ago
  darkfi 0ccf1989b0 wallet: java android, bugfix broken cancelComposition() by accessing InputMethodManager from the MainActivity class. 1 year ago
  darkfi 3d74fee0f6 wallet: CustomInputConnection.java introduce an fstr log() function 1 year ago
  darkfi 57309a5e4c wallet: editbox create a separate ComposingText store for the current composition 1 year ago
  skoupidi 779164dc75 chore: updated nightly references version 1 year ago
  parazyd f508a4a8d4 net/transport: Add SOCKS5 dialer 1 year ago
  parazyd 2f8e8b243c net: Remove p2p-tcp and p2p-unix features 1 year ago
  parazyd e1050a363c net/transport/socks5: Use less writes when sending CONNECT request 1 year ago
  parazyd 122c68f602 net/transport: Simplify SOCKS5 client (the OCD is real) 1 year ago
  darkfi eb5b7dff04 wallet: create a much better autosuggest plugin for Android, and integrate it with the editbox widget. 1 year ago
  parazyd 6bc2d3ac20 net/transport: Add SOCKS5 proxy client 1 year ago
  parazyd 8ef362add0 darkfid/rpc_xmr: Clean up method usage 1 year ago
  parazyd 20fb68303e darkfid: Compile and include rpc_xmr 1 year ago
  parazyd aa28997535 darkfid: Add rpc_xmr 1 year ago
  skoupidi 44db85b2f3 darkfid: introduce a second rpc handler for mm http requests 1 year ago
  skoupidi bc22307e8b rcp/server: generalize RequestHandler so we can create multiple instances of it 1 year ago
  parazyd 441a029f58 darkirc: Update default config 1 year ago
  parazyd f5edecad52 tau: Update default config 1 year ago
  parazyd b3427d0108 tau: Update config for P2P datastore 1 year ago
  kalm dd81943013 util/time: implement DateTime::from_timestamp_str and corresponding unit test 1 year ago
  kalm 402a508d51 explorer/test_util: add initial implementation of test_util module for reusable testing utilities 1 year ago
  kalm 541b958824 validator/fees: implement custom Debug trait for GasData 1 year ago
  skoupidi 7739d8a40e blockchain: use sled-overlay record parsing functions 1 year ago
  skoupidi 9f490a09d3 darkfid: replaced finalization term with confirmation 1 year ago
  skoupidi bd554cced1 darkfid: network reorg trigger added 1 year ago
  skoupidi a51211c037 Cargo.toml: updated sled-overlay version 1 year ago
  darkfi 36f266c43f wallet: editbox typing suggest bug fixes when changing cursor pos. 1 year ago