[bugfix] Fix not showing full language pack menu if no beta packs installed#9
Merged
[bugfix] Fix not showing full language pack menu if no beta packs installed#9
Conversation
Signed-off-by: iTaysonLab <9827543+iTaysonLab@users.noreply.github.com>
vkryl
reviewed
Aug 28, 2021
app/src/main/java/org/thunderdog/challegram/ui/SettingsLanguageController.java
Outdated
Show resolved
Hide resolved
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.