Commit történet

Szerző SHA1 Üzenet Dátum
  darkfi a36dfb84e6 app: on linux allow specifying x11 or wayland backend explicitly using CLI args 1 éve
  darkfi aea0908463 app: fix net module compile err 1 éve
  darkfi 6f233ee7b6 app: add debug str to gfx batches 1 éve
  darkfi a9a68782f6 app: switch user APIs from foo(self: Arc<Self>, ...) to foo(self: &Arc<Self>, ...) due to new rust stable feature 1 éve
  darkfi 2e08439001 app: cleanup and make some further fixes 1 éve
  darkfi 85001243ff app: update Cargo.lock 1 éve
  darkfi c4731e725d app: make UI jankless by making all updates truly atomic └(^o^ )X( ^o^)┘ 1 éve
  darkfi 06861f5655 app: only import native::egl when using android 1 éve
  darkfi ffd44686b9 app: use a Mutex<Vec> + thread to merge render_api incoming requests queue with the main render loop update(). Once update() is called, we take the stack from the Vec and process it. 1 éve
  darkfi ccb3e8e9bc app: outbound conns = 1, inbound = 0 1 éve
  darkfi 228362ba30 app: locale loading using the miniquad asset manager rather than filesystem (which works for accessing APK assets on android) 1 éve
  darkfi 06f6b56799 app: Cargo.lock 1 éve
  darkfi 3202d51b38 darkirc: fix Dockerfile for android builds 1 éve
  oars 01f2cd1173 bin/darkirc/irc/client: fix bug with split and join of raw IRC message in process_client resulting in replacement of multiple whitespace chars with one whitespace char in PRIVMSG message text part. this solution splits the messages into predefined parts thus keeping the message part of the PRIVMSG message as whole 1 éve
  darkfi dbed68f981 app: load translations from disk 1 éve
  darkfi b6c9e446d2 app: gfx RenderApi rename method_req/method_rep to method_send/method_recv since it no longer replies anything (just unidirectional pipe) 1 éve
  darkfi 99d9c3b9d7 app: Makefile optional ADB_DEVICE for when adb has multiple phones/conns attached 1 éve
  darkfi 3d54af17de Cargo.lock 1 éve
  darkfi 52398d9ac7 contrib/app_android-battery-sampler.sh: make it sample for 3 hrs then stop 1 éve
  dasman b940d5b724 tau: fix removing tags starting with @ 1 éve
  epiphany f511721a90 script/research: add equix 1 éve
  parazyd 45d63e8a69 chore: Force rust-toolchain to 1.88 1 éve
  darkfi af12bf8341 app: locale realtime switching and reloading UI 1 éve
  darkfi d535e58084 app: make it multilingual, add i18n support 1 éve
  darkfi e6d15c1aea contrib/app_android-battery-sampler.sh: make it sample until battery is dead 1 éve
  darkfi ac95e7a65d app: call draw() immediately after screen goes on instead of processing pending items, *then* do the pending queue. 1 éve
  darkfi 82d60a7e72 app: avoid forever accumulate gfx method queue while screen is off by pruning new/delete pairs and draw call duplicate updates, fixes out of memory crash while phone screen is off a long time 1 éve
  parazyd ddbde8b9f8 app/gfx/trax: Add hack for non-android compile 1 éve
  parazyd 67f03c6713 app: Update Cargo.lock 1 éve
  darkfi 12d11b58ba app: remove custom cargo quad in makefile target 1 éve