Skip to content

TDH-3337: Markdown Support#651

Merged
adarshmishra merged 2 commits intodevelopmentfrom
TDH-3337_markdown
Mar 11, 2026
Merged

TDH-3337: Markdown Support#651
adarshmishra merged 2 commits intodevelopmentfrom
TDH-3337_markdown

Conversation

@adarshmishra
Copy link
Contributor

Enhanced Message Formatting with Markdown Support

This PR introduces rich text formatting for messages by adding support for Markdown in conversation views and both Markdown and HTML in notifications. It also includes performance optimizations to ensure a smooth user experience.

Key Changes:

  • Markdown support for messages.

  • Conversation List Screen

  • Conversation Detail Screen

  • Added Cache to improve performance

  • Notification Message- both HTML/Markdown

  • Performance Optimization for Quick Conversation:

    • An LruCache has been implemented in the QuickConversationAdapter.
    • This cache stores parsed Markdown text, significantly improving scrolling performance by avoiding redundant parsing of messages as the user navigates the list. The cache size is set to 1/8th of the available app memory and is calculated in bytes for accuracy.

Tests

Conversation List

Screenshot 2026-02-16 at 5 14 46 PM

Conversation Details

Screenshot_20260216_171418

Notification

Screenshot_20260216_171347

- Markdown support for messages.
- Conversation List Screen
- Conversation Detail Screen
- Added Cache to improve performance
- Notification Message- both HTML/Markdown
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 16, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch TDH-3337_markdown

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@adarshmishra adarshmishra requested review from KommunicateDeveloper and removed request for KommunicateDeveloper February 16, 2026 14:15
@adarshmishra adarshmishra merged commit b337889 into development Mar 11, 2026
6 of 7 checks passed
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.

2 participants