Skip to content

android: improve markdown rendering#168

Open
makyinmars wants to merge 2 commits into
mainfrom
fix/android-markdown-stream-flicker
Open

android: improve markdown rendering#168
makyinmars wants to merge 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
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

1 participant