Skip to content

[bugfix] Fix not showing full language pack menu if no beta packs installed#9

Merged
vkryl merged 2 commits intomainfrom
bugfix/languageMenu
Aug 28, 2021
Merged

[bugfix] Fix not showing full language pack menu if no beta packs installed#9
vkryl merged 2 commits intomainfrom
bugfix/languageMenu

Conversation

@iTaysonLab
Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: iTaysonLab <9827543+iTaysonLab@users.noreply.github.com>
@iTaysonLab iTaysonLab added the bugfix PRs that provide bug fixes label Aug 28, 2021
@vkryl vkryl merged commit a18ba87 into main Aug 28, 2021
@vkryl vkryl deleted the bugfix/languageMenu branch August 28, 2021 22:09
s3va pushed a commit to s3va/sevatgx that referenced this pull request Apr 27, 2024
…talled (TGX-Android#9)

* fix not showing menu for installed langpacks

Signed-off-by: iTaysonLab <9827543+iTaysonLab@users.noreply.github.com>

* Condition order change

Co-authored-by: V <6242627+vkryl@users.noreply.github.com>
japananimetime added a commit to japananimetime/Telegram-X that referenced this pull request Dec 29, 2025
…h share UI

- Fix unread badge not respecting mute state (issue TGX-Android#2)
  Added forumTopicNeedsMuteIcon() to properly check topic/chat mute hierarchy

- Fix forum badge not updating after reading all topics (issue TGX-Android#4)
  Call updateForumTopicUnreadCount() after fetching fresh topic data

- Fix read receipts not showing in topic messages (issue TGX-Android#9)
  Call manager.updateChatReadOutbox() in onForumTopicUpdated

- Fix notification not opening correct topic (issue TGX-Android#14.2)
  Pass messageThreadId through notification intent chain

- Polish share to topic UI with colored icons (issue TGX-Android#13)
  Show colored circle emoji and pin indicator for each topic

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
logopek pushed a commit to logopek/reX that referenced this pull request Jan 5, 2026
…h share UI

- Fix unread badge not respecting mute state (issue TGX-Android#2)
  Added forumTopicNeedsMuteIcon() to properly check topic/chat mute hierarchy

- Fix forum badge not updating after reading all topics (issue TGX-Android#4)
  Call updateForumTopicUnreadCount() after fetching fresh topic data

- Fix read receipts not showing in topic messages (issue TGX-Android#9)
  Call manager.updateChatReadOutbox() in onForumTopicUpdated

- Fix notification not opening correct topic (issue TGX-Android#14.2)
  Pass messageThreadId through notification intent chain

- Polish share to topic UI with colored icons (issue TGX-Android#13)
  Show colored circle emoji and pin indicator for each topic

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
japananimetime added a commit to japananimetime/Telegram-X that referenced this pull request Jan 17, 2026
…h share UI

- Fix unread badge not respecting mute state (issue TGX-Android#2)
  Added forumTopicNeedsMuteIcon() to properly check topic/chat mute hierarchy

- Fix forum badge not updating after reading all topics (issue TGX-Android#4)
  Call updateForumTopicUnreadCount() after fetching fresh topic data

- Fix read receipts not showing in topic messages (issue TGX-Android#9)
  Call manager.updateChatReadOutbox() in onForumTopicUpdated

- Fix notification not opening correct topic (issue TGX-Android#14.2)
  Pass messageThreadId through notification intent chain

- Polish share to topic UI with colored icons (issue TGX-Android#13)
  Show colored circle emoji and pin indicator for each topic

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
japananimetime added a commit to japananimetime/Telegram-X that referenced this pull request Jan 17, 2026
- Add provider-based architecture for speech recognition:
  - SpeechRecognitionProvider interface for future extensibility
  - TdlibSpeechRecognitionProvider using TDLib's RecognizeSpeech
  - SpeechRecognitionManager singleton for provider management and trial tracking

- Add transcribe button UI to voice messages:
  - Button appears after waveform for eligible messages
  - Spinning indicator during transcription
  - Transcription text displayed below waveform

- Implement trial tracking for non-Premium users via UpdateSpeechRecognitionTrial

- Add string resources for transcription feature

TDLib functions used:
- TdApi.RecognizeSpeech(chatId, messageId)
- TdApi.UpdateSpeechRecognitionTrial for trial limits
- VoiceNote.speechRecognitionResult for results

MantisBT: TGX-Android#9
Branch: feature/voice-transcription

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix PRs that provide bug fixes

2 participants