Histórico de Commits

Autor SHA1 Mensagem Data
  brid cd9692bb90 fee: harden fee calldata parsing há 1 semana atrás
  brid 72dbe9f135 sdk: add fallible money fee parsing há 1 semana atrás
  brid a444e8737c fee: replace legacy fee calculation há 1 semana atrás
  brid 0d4c2dbc44 sdk: add checked fee-burning helpers há 1 semana atrás
  brid 5d855eb621 Merge remote-tracking branch 'origin/master' into fees há 3 semanas atrás
  darkfi 94e1b91c64 app: enable system fonts so even weird glyphs from foreign languages render properly há 3 semanas atrás
  x 0072cb31db chore: Add opencode/openspec agents há 4 semanas atrás
  darkfi e183adf170 app: add /setting:chat.is_enabled property which persists whether darkirc chat is enabled or disabled há 3 semanas atrás
  darkfi 7557d26e41 app: make overlay display for darkirc p2p traffic and switching it off and on há 3 semanas atrás
  darkfi f3e581ddbe app: add SetAlpha to gfx, add layer alpha support and use it to fade in the netstatus overlay when shown há 3 semanas atrás
  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) há 3 semanas atrás
  darkfi 116b3bba4c app: migrate all kvdbs (except chatview) to a unified turso sql db. is easier to work with há 3 semanas atrás
  darkfi 80acc82043 app: add missing src/ui/text_scramble.rs file há 3 semanas atrás
  darkfi 437fae42b3 app/darkirc: wait for SYNC_MIN_PEERS before trying to sync há 3 semanas atrás
  darkfi ccf070324f app: add a splash screen with cool scrambling text há 4 semanas atrás
  darkfi 6d024a83f6 app/gfx: hardcode a CRT startup fade in special effect for cooolness há 3 semanas atrás
  x 835ccbc10a drk: add scan_cache_log!() which makes filling msgs buffer optional to avoid string formatting in tight loops when not needed. há 3 semanas atrás
  darkfi 75a91c8bae app: add new /setting node impl. all changes to properties belonging to this node are persisted. há 3 semanas atrás
  darkfi dff8f2e82c app: make fmt há 4 semanas atrás
  darkfi c5728a308f app: prefix select_layer with channel names to have clean schema há 4 semanas atrás
  darkfi d1a732b7bf app: reorganize netstatus icon inside chat node to clean up schema and add extra proj assets há 4 semanas atrás
  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. há 4 semanas atrás
  x 30baa2abc5 chore: updated repo links há 4 semanas atrás
  darkfi dd8603dfd1 app/emoji: fix horizontal spacing calc há 4 semanas atrás
  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 há 4 semanas atrás
  darkfi c479932a26 app/emoji: improve algo for placing emojis inside emoji_picker and add a margin too há 4 semanas atrás
  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. há 4 semanas atrás
  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. há 4 semanas atrás
  x 9153fd8854 darkfid/rpc: new get_blocks fn added há 4 semanas atrás
  x 208afff192 app: remove last sled references há 4 semanas atrás