Skip to content

android: improve markdown rendering - #168

Merged
0xSero merged 2 commits into
mainfrom
fix/android-markdown-stream-flicker
Aug 4, 2026
Merged

android: improve markdown rendering#168
0xSero merged 2 commits into
mainfrom
fix/android-markdown-stream-flicker

Conversation

@makyinmars

@makyinmars makyinmars commented Jun 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • remove per-token markdown alpha resets during streaming
  • reduce streaming TextView/Markwon churn
  • render Markdown tables with Markwon table extension
image

Closes #154

Verification

  • ./gradlew :app:compileDebugKotlin
  • ./gradlew :app:assembleDebug
  • installed and checked on USB Android device
  • verified thread table renders as a grid

@makyinmars makyinmars changed the title android: smooth streaming markdown android: improve markdown rendering Jun 1, 2026

@0xSero 0xSero left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Audited against current origin/main (91c0c431) in an isolated synthetic merge. :app:compileDebugKotlin and the full :app:testDebugUnitTest suite pass; the PR's exact-head GitHub checks also passed Android, iOS, and shared preparation. The Markwon tables plugin and streaming render changes remain focused and close #154. Approved for squash merge.

@0xSero
0xSero merged commit a94913d into main Aug 4, 2026
11 of 12 checks passed
@0xSero
0xSero deleted the fix/android-markdown-stream-flicker branch August 4, 2026 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Render Markdown tables correctly on Android

2 participants