Historial de Commits

Autor SHA1 Mensaje Fecha
  darkfi ff5f7c4fe7 app/emoji: fix the emoji mesh bg loader from blocking app quit during startup hace 3 semanas
  darkfi 8d11074014 app: keep editor focused on desktop targets when leaving and re-entering a channel hace 3 semanas
  darkfi f151b6a3f8 app: make a bunch of style changes and dont show back button for wallet on main screen hace 3 semanas
  x e79b899de4 app: add down arrow to chat when scrolling up to jump to the bottom hace 3 semanas
  x e526cfb8d7 app: add icons for close and copy selection when selecting lines in chatview hace 3 semanas
  darkfi c84e56c86a app/wallet: add `create_back_btn()` util method and remove back btn from main wallet screen hace 3 semanas
  darkfi 94e1b91c64 app: enable system fonts so even weird glyphs from foreign languages render properly hace 3 semanas
  x 0072cb31db chore: Add opencode/openspec agents hace 4 semanas
  darkfi e183adf170 app: add /setting:chat.is_enabled property which persists whether darkirc chat is enabled or disabled hace 3 semanas
  darkfi 7557d26e41 app: make overlay display for darkirc p2p traffic and switching it off and on hace 3 semanas
  darkfi f3e581ddbe app: add SetAlpha to gfx, add layer alpha support and use it to fade in the netstatus overlay when shown hace 3 semanas
  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) hace 3 semanas
  darkfi 116b3bba4c app: migrate all kvdbs (except chatview) to a unified turso sql db. is easier to work with hace 3 semanas
  darkfi 80acc82043 app: add missing src/ui/text_scramble.rs file hace 3 semanas
  darkfi 437fae42b3 app/darkirc: wait for SYNC_MIN_PEERS before trying to sync hace 3 semanas
  darkfi ccf070324f app: add a splash screen with cool scrambling text hace 4 semanas
  darkfi 6d024a83f6 app/gfx: hardcode a CRT startup fade in special effect for cooolness hace 3 semanas
  x 835ccbc10a drk: add scan_cache_log!() which makes filling msgs buffer optional to avoid string formatting in tight loops when not needed. hace 3 semanas
  darkfi 75a91c8bae app: add new /setting node impl. all changes to properties belonging to this node are persisted. hace 3 semanas
  darkfi dff8f2e82c app: make fmt hace 4 semanas
  darkfi c5728a308f app: prefix select_layer with channel names to have clean schema hace 4 semanas
  darkfi d1a732b7bf app: reorganize netstatus icon inside chat node to clean up schema and add extra proj assets hace 4 semanas
  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. hace 4 semanas
  x 30baa2abc5 chore: updated repo links hace 4 semanas
  darkfi dd8603dfd1 app/emoji: fix horizontal spacing calc hace 4 semanas
  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 hace 4 semanas
  darkfi c479932a26 app/emoji: improve algo for placing emojis inside emoji_picker and add a margin too hace 4 semanas
  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. hace 4 semanas
  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. hace 4 semanas
  x 9153fd8854 darkfid/rpc: new get_blocks fn added hace 4 semanas