Commit History

Author SHA1 Message Date
  darkfi 7557d26e41 app: make overlay display for darkirc p2p traffic and switching it off and on 17 hours ago
  darkfi 116b3bba4c app: migrate all kvdbs (except chatview) to a unified turso sql db. is easier to work with 1 day ago
  darkfi d1a732b7bf app: reorganize netstatus icon inside chat node to clean up schema and add extra proj assets 2 days ago
  darkfi c479932a26 app/emoji: improve algo for placing emojis inside emoji_picker and add a margin too 2 days ago
  darkfi ed0548b505 app: build with --no-default-features on all targets 3 days ago
  darkfi 2441bc26e9 app/chatview: add support for /me 4 days ago
  darkfi 6afa2cce77 app: add rodio and play a lil sfx when clicking channels in the menu 4 days ago
  darkfi bc5aed1555 app: fix broken path in Makefile 1 week ago
  darkfi d3af4b1557 app: add zkas proof compilation to Makefile (cos of RLN proofs) 1 week ago
  darkfi 23cf2d82e1 app/chatview: fix crash when selecting lines 1 week ago
  darkfi 17da9178bf app/layer: migrate Layer to new trigger redraw paradigm. 1 week ago
  darkfi a05f6e816f app/menu: no scrolling menu while in edit mode 1 week ago
  darkfi 0203bba467 app/edit: on android dont use set_select() just push the entire state for now which is more robust. 2 weeks ago
  darkfi 89ef165018 app/edit: polish android editor behaviour 2 weeks ago
  darkfi c0089d658c app: add schema test-edit 2 weeks ago
  dasman a5e0feb113 bin/app: impl darkirc2 plugin with new event_graph sync methods 1 month ago
  darkfi 14ef214e35 app: fix compilation with/without features set 1 month ago
  darkfi 6caf28a078 app: cargo update & make enable-plugins default for dev builds 1 month ago
  dasman d7ae52d3b3 bin/darkirc: move shared code to darkirc lib and fix darkirc plugin methods 2 months ago
  darkfi 595bab88af app: add debug property to button nodes to see their outline 5 months ago
  jkds c78e468e75 app: add scroll_layer + schema test. currently does nothing just stubs 5 months ago
  jkds f8c9e963ce app/menu: add color active/alert status for channels 7 months ago
  jkds 4082bc4b4c app/gfx: RenderApiSync force update if display changes 7 months ago
  jkds 92cbce6df9 app: put enable-plugins feature as default 7 months ago
  jkds 037172617d app: windows automated build script 7 months ago
  jkds 9d15053bee app/chatview: migrate FileMessage to text2 API 7 months ago
  jkds a9e1f04a9f app: do proper JVM thread mgmt. previously we call AttachThread() everywhere which is wrong, it should be called once per thread and then DetachThread() to cleanup. use thread local storage + Drop to make a thread guard for this. 7 months ago
  jkds 3564bd1f84 app/chatview: migrate DateMessage to text2 API 7 months ago
  jkds 6835e16ff2 app: do a big cleanup of java GameTextInput code and make everything have a sane API. 7 months ago
  jkds 0a5bc2772c app/android: integrate GameTextInput into build and provide an interface 7 months ago