Fixed accidentally committed go.work file This release is the same as the previous except that it can actually compile. 0f331e2 deps: drop accidentally-included go.work files
Gio updates and monochrome emoji This release brings sprig up to date with the latest gio version, unlocking the ability to perform font fallback and to display monochrome emoji. 18cf7e1 feat: update Gio and enable monochrome emoji
Major dependency updates, message composition improvements e96696e reply-view: restore keyboard shortcuts 417a370 deps: update gio-x again for text size fix 5918741 deps: update gio and gio-x 82c1327 main,view-manager: fix android back key handling b7bf32d reply-view: restore background color 1bd5147 Gray out reply list when drafting a conversation 2851b11 Update Gio version 3db3094 Update build script to use 'go install' instead of 'go get' 53efe60 Add dynamic composer prompt. Use different prompts for new replies and conversations 5d557fa fix: replace references to renamed struct attribute 31092ce docs: bump required go version 81e630a widget,theme: parameterize States buffer by type 4e90b19 deps: depend on go1.18 e4a7c06 ci: update to latest gio requirements
Improved syncing and updated Gio deps,all: update to latest gio for android keyboard support deps: update sprout-go to optimize syncing
Introduce work-in-progress chat interface b4ffcb6 feat: mark new view as work-in-progress 7858cc3 feat(dyn-reply-view): implement sending replies aafa2ac deps: update to latest gogio to fix android build 1982059 feat(dyn-reply-view): haptic buzz when messages dragged to right a6cd90f feat(dyn-reply-view): lay layout groundwork for draggable messages 0f599f9 feat(dyn-reply-view): support copying messages with ctrl-c 8b68751 feat(dyn-reply-view): restore keyboard shortcuts for moving focus e06a499 feat(dyn-reply-view): enable URL hints and interactions in new reply view 4151a4f deps: update to latest gio,gio-x,chat libs e8036d6 deps: update orchard impl to avoid cache race condition 1e51265 feat(dyn-reply-view): allow unfocusing entirely f68af28 feat(dyn-reply-view): handle displaying new nodes fe396e7 feat(dyn-reply-view): fix incoherent animation state glitch 92e5d3e feat(dyn-reply-view): animate indentation dede249 feat(dyn-reply-view): highlight and animate focus state 35b066b feat(dyn-reply-view): implement scrolling down 6a4954c feat(dyn-reply-view): load history backwards 5375b09 feat(dyn-reply-view): display 100 most recent messages 13fd026 feat(dyn-reply-view): create managed list with stub hooks f49cabc feat(dyn-reply-view): add new blank view 374d8d0 fix(view-manager): select the correct nav drawer item when setting view c041b2a wip: update to latest gio c505f07 wip: try upstreamed list 62edfe8 Add a version of giohyperlink that supports BSDs b291d9d ci: update android sdk version e7c580a deps: update gio to fix samsung keyboard input d32f837 docs: add how to install mage bee6517 docs: update build instructions in README
Add markdown support and high-performance storage dda722a fix: properly display root badges again 6a53087 deps: update gio-x to fix link longpress detection 10197cd ci: switch to yet another token 2a3820c ci: switch to unexpired release token 85e4a79 lint: fix incorrect log format that broke linting bd32670 fix(reply): infer default status if none provided 7f9a02c deps: lock to latest published markdown render commit fb74898 feat: make padding in message easy to theme df22dff feat: implement (unreliable) hyperlink opening d5ce747 feat: adapt to richtext API improvements 865600a feat: preview hyperlinks on hover 661509b feat: retain richtext state across frames 73ea7ba docs: document types in reply.go f261d97 chore: refactor reply presentation to stop retaining theme 685ca06 chore: finish refactoring ReplyData 045f739 wip: continue ReplyData refactor throughout widgets and theme 28d8415 wip: refactor ReplyData type to be more useful 836b538 feat: basic markdown rendering support 26e86d3 deps: use bugfixed orchard implementation a1bd9f1 feat(Orchard): introduce Orchard store via toggle in settings 845dbda fix: adapt to gio's new cross-platform space key
Fixes touch-based hyperlink click detection and root badge display dda722a fix: properly display root badges again 6a53087 deps: update gio-x to fix link longpress detection 10197cd ci: switch to yet another token 2a3820c ci: switch to unexpired release token
Fix CI build by fixing lint error
Fix crash when attempting to reply
Faster storage engine and initial markdown rendering support 7f9a02c deps: lock to latest published markdown render commit fb74898 feat: make padding in message easy to theme df22dff feat: implement (unreliable) hyperlink opening d5ce747 feat: adapt to richtext API improvements 865600a feat: preview hyperlinks on hover 661509b feat: retain richtext state across frames 73ea7ba docs: document types in reply.go f261d97 chore: refactor reply presentation to stop retaining theme 685ca06 chore: finish refactoring ReplyData 045f739 wip: continue ReplyData refactor throughout widgets and theme 28d8415 wip: refactor ReplyData type to be more useful 836b538 feat: basic markdown rendering support 26e86d3 deps: use bugfixed orchard implementation a1bd9f1 feat(Orchard): introduce Orchard store via toggle in settings 845dbda fix: adapt to gio's new cross-platform space key