Commit History

Author SHA1 Message Date
  jkds e0fbeb54ff app: run make fmt 1 month ago
  media c79f5800af app: fix motion_cv reset and adjust, edit-mode icon touch areas, caret focus fix desktop 1 month ago
  epiphany c11d2c8059 app/schema: add wallet schema 5 months ago
  jkds 7635f80b27 app/gfx: create RenderApi trait for Renderer and RendererSync so code can be reused easily 7 months ago
  jkds 2a422ecd2f app/gfx: rename RenderApi to Renderer 7 months ago
  jkds 102bde547e app/gfx: in RenderApi::replace_draw_calls() make the batch_id optional. None makes the op immediate. 7 months ago
  jkds 4f4daa0d2b app/ui: remove uneeded async from a few fns, add some warnings, do some cleanup 8 months ago
  jkds a62a809265 app: fix warnings 8 months ago
  darkfi e30bd5d36e app: remove some uneeded async from fns 8 months ago
  darkfi 68e73036af app/editor: add ParleyDriverWrapper which hugely simplifies driver access pattern 8 months ago
  jkds 5c2bd621df app: remove old TEXT_CTX and replace with parley new pattern 8 months ago
  jkds 22f9597908 app: rename text2 => text 8 months ago
  jkds 3564bd1f84 app/chatview: migrate DateMessage to text2 API 8 months ago
  x 9785777642 chore: Update copyright license year 8 months ago
  jkds 13755ab328 app: disable miniquad resizing the content when IME is shown. instead transfer the responsibility directly to the app, this way we can avoid flickering where our canvas is resized BEFORE ui updates have been applied, and secondly we can draw a full screen canvas. 8 months ago
  darkfi 81f160df1b app/gfx: cleanup unused fields and fix warnings 9 months ago
  darkfi 810fa61e00 app: instrument entire draw tree 9 months ago
  darkfi 5a261ceb83 app/gfx: use Gfx prefix for internal identifiers, swapping place with external identifiers that currently use it 1 year ago
  darkfi 6f233ee7b6 app: add debug str to gfx batches 1 year ago
  darkfi c4731e725d app: make UI jankless by making all updates truly atomic └(^o^ )X( ^o^)┘ 1 year ago
  darkfi dbed68f981 app: load translations from disk 1 year ago
  darkfi af12bf8341 app: locale realtime switching and reloading UI 1 year ago
  darkfi 72c1cff8b4 app: cargo fmt 1 year ago
  darkfi 53ca281102 app: fix ALL warnings ;) 1 year ago
  darkfi d950dd6e37 app: cargo fmt 1 year ago
  darkfi f1981d8d65 app: add debug info to replace draw calls API 1 year ago
  darkfi ebd82a3d0b app: introduce debug tags (zero-cost) for gfx calls render subsystem which improves the debugging capability when an error occurs 1 year ago
  darkfi e26b82dbdb app: restore back the prod UI from test UI, and upgrade remaining code. App is fully persistent & UI is restartable now. 1 year ago
  darkfi 17865fa10e app: begin dividing code between long running bg runtime, and short lived fg for UI. Restarting works and the app is running an Android foreground service for the bg_runtime. Introduce GOD into main. 1 year ago
  darkfi e79ccad144 app: restore back the main app schema 1 year ago