История коммитов

Автор SHA1 Сообщение Дата
  darkfi f3e581ddbe app: add SetAlpha to gfx, add layer alpha support and use it to fade in the netstatus overlay when shown 1 неделя назад
  darkfi d4fffe7951 app/vid: use a separate thread on android for uploading during decoding phase so video can stream load (before it would pop cos it must load fully before display) 1 неделя назад
  darkfi 116b3bba4c app: migrate all kvdbs (except chatview) to a unified turso sql db. is easier to work with 1 неделя назад
  darkfi 80acc82043 app: add missing src/ui/text_scramble.rs file 1 неделя назад
  darkfi 437fae42b3 app/darkirc: wait for SYNC_MIN_PEERS before trying to sync 1 неделя назад
  darkfi ccf070324f app: add a splash screen with cool scrambling text 2 недель назад
  darkfi 6d024a83f6 app/gfx: hardcode a CRT startup fade in special effect for cooolness 1 неделя назад
  x 835ccbc10a drk: add scan_cache_log!() which makes filling msgs buffer optional to avoid string formatting in tight loops when not needed. 1 неделя назад
  darkfi 75a91c8bae app: add new /setting node impl. all changes to properties belonging to this node are persisted. 1 неделя назад
  darkfi dff8f2e82c app: make fmt 2 недель назад
  darkfi c5728a308f app: prefix select_layer with channel names to have clean schema 2 недель назад
  darkfi d1a732b7bf app: reorganize netstatus icon inside chat node to clean up schema and add extra proj assets 2 недель назад
  darkfi b29e981a6e app: fix first time startup. UI can be restarted but App remains persistant so we must also set the first_time flag to false. 2 недель назад
  x 30baa2abc5 chore: updated repo links 2 недель назад
  darkfi dd8603dfd1 app/emoji: fix horizontal spacing calc 2 недель назад
  darkfi 09034e1d89 app/chat: the height for emoji_picker is meant to match the android IME. but android returns physical pixels so we must normalize it by dividing by the window_scale 2 недель назад
  darkfi c479932a26 app/emoji: improve algo for placing emojis inside emoji_picker and add a margin too 2 недель назад
  darkfi fae130c05f app/gfx: replace pattern `draw_cache: SyncMutex<Option<T>>` with an explicit EpochCache type that also invalidates the cache on epoch changes (as we should). More resilient, convenient and cleaner pattern with less potential for things to go wrong. 2 недель назад
  darkfi 18d2706ae8 app/text: bugfix incorrect text scaling calcs. we actually render text at pixel scale to achieve crisp glyphs before applying window_scale to avoid upsampling so we werent performing the correct scaling division before doing this. more info below. 2 недель назад
  x 9153fd8854 darkfid/rpc: new get_blocks fn added 2 недель назад
  x 208afff192 app: remove last sled references 2 недель назад
  x 20063c70a8 chore: updated Cargo.lock 2 недель назад
  x 27143c318c chore: dropped remaining sled references 2 недель назад
  x 6e35c0d670 app: replaced sled-overlay with kvdb-overlay 2 недель назад
  x 77971baf09 event_graph: replaced sled-overlay with kvdb-overlay 2 недель назад
  x 55b85f9d92 script/research/gg: replaced sled-overlay with kvdb-overlay 2 недель назад
  x 1c4cd2aa0b script/research/tx-replayer: replaced sled-overlay with kvdb-overlay 2 недель назад
  x 0773c7420a fud: replaced sled-overlay with kvdb-overlay 2 недель назад
  x f8d1093c66 explorer: replaced sled with kvdb-overlay 3 недель назад
  x b97a25622d bench: replaced sled with kvdb-overlay 3 недель назад