-
Notifications
You must be signed in to change notification settings - Fork 666
Create Samuel 1st #743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Create Samuel 1st #743
Conversation
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
1. Fix losing custom notification channel settings 2. Fix reaching the notification channel limit 3. Fix missing notification channel groups when using multiple accounts 4. Fix other issues impacted by this root cause
…All Notifications` This fixes seeing duplicate notification categories in system settings immediately after performing `Reset All Notifications` and possibly some other issues until app restart. This bug was causing issues only until app restart: old channels are always checked and removed during app initialization.
This fixes preview of video messages recorded by iOS app, looping of partially broken GIFs, and possibly some more edge cases
…e channels` error
* LTR emoji fix * Update Text.java * Revert "Update Text.java" This reverts commit 528a70c. * Text.FLAG_IGNORE_NEWLINES fix * Update * Update * Update * Fix * Update * Rework LTR emoji workaround * Move LTR emoji utils to `EmojiBidi.kt` * Optimize imports * Fix incorrect ranges in `EmojiBidi.kt` * Get rid of `Strings.isWeakRtl` * Remove unused code --------- Co-authored-by: Vyacheslav <6242627+vkryl@users.noreply.github.com>
1. Max number of reactions per post setting 2. Custom emoji support when displaying polls and quizes 3. Phrase and word-based SMS codes supports 4. New advertisement API support
* Try to improve implementation of ViewPagerHeaderViewCompact.onSelectionChanged * Fix fading * Add ViewPagerTopView.getMaxStableWidth * Clamp position offset
…GX-Android#654) * Copy name and preview emoji status * Update * Fixes * Pass `chatId` instead of chat object * Remove try-catch. If there is a bug, it should be properly fixed, not suppressed * Add `FormattedText.customEmoji` + Add `EmojiCodes.kt` + Code style fixes * Add copyright comment --------- Co-authored-by: vkryl <6242627+vkryl@users.noreply.github.com>
* Check for tabs horizontal gravity * Animate item width change * Fix ViewPagerTopView.getItemWidth. Add ViewPagerTopView.getItemExpandedWidth * Fix item change animation * Fix topViewTranslationX * Fix topViewTranslationX TGX-Android#2 * Reset from/to on scroll state changed * Animate filter icon appearance and disappearance * Fix filter menu positioning * Fix icon span animation
* Icons and Strings * Playback Speed * Update Counter * Colors update * Update * Pitch update * Update Text.java * Update gesture * Update PlaybackSpeedLayout.java * Update strings * Update ThrottlingRunnable.java * Update * Update * Update * Update PlaybackSpeedLayout.java * Fizes * Add missing copyright comments --------- Co-authored-by: Vyacheslav <6242627+vkryl@users.noreply.github.com>
* Seekbar * Update * Update RoundProgressView2.java * Update TGMessageVideo.java * Update * Update ThrottlingRunnable.java * Fixes * Fixes + Optimizations * Delete ThrottlingRunnable.java * Fixes * Fixes * Fix for non-bubble mode * Fix * Update * Fixes * Update RoundProgressView2.java * Update * Fix * Update TGMessageVideo.java * Update * Update --------- Co-authored-by: Vyacheslav <6242627+vkryl@users.noreply.github.com>
* Quotes * Samsung keyboard fix * Emoji fix * Remove background, message layout fixes * Fix * Fixes * More fixes * Input filter fix * Update ThemeCustom.java * Fix * Color Updates * TextFormattingUpdate * Update Text.java * Update * Uodate * Update MessagesController.java * Fix * Add Copyright and remove unused code * Update * Fiz * [Experimental] NoClipEditText fix for actual Android versions. * Update
* Update * Add some tooltips * Fixes * Update TGPlayerController.java * Update * Update * Update Recorder * Voice recording pause * Update * Update * Round pause v1 * Update * Update * Update RecordAudioVideoController.java * Update themes * Update * Update RecordAudioVideoController.java * Update RecordAudioVideoController.java * Minor fixes --------- Co-authored-by: vkryl <6242627+vkryl@users.noreply.github.com>
* Update MediaViewController.java * schedule voices fix * Update voice.c * Fix * Update FileComponent.java
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.
The guide below provides the flow for creating a perfect pull request to the Telegram X Repository. Before submitting your PR, ensure that it complies with the following principles.
Perfect PRs must be:
'main'
branch.When fixing issues, make sure that your PR is:
When adding features, expect:
Other contributions:
PR types not mentioned above can be considered as well, provided they are rational. For example, optimizations of existing features or the app build time (for this, before/after timing is mandatory). For code refactoring, the code should be clearly improved/simplified/more convenient and is expected to be free of any edge-case bugs.
Good luck and thanks for the contribution!