Telegram github commits and releases
4.53K subscribers
601 files
20.4K links
Broadcast from the most important Telegram clients' repositories
Download Telegram
telegramdesktop/tdesktop/devc14efc21 files, +40/-28
Fix possible clamp contract violation.

Fixes #30925.

#tdesktop
🫡3
telegramdesktop/tdesktop/dev1eeea7e2 files, +2/-2
Update lib_crl and TooManyCooks

#tdesktop
🫡3
telegramdesktop/tdesktop/dev8f1f3991 files, +15/-1
Hide the main menu hit-area button from screen readers

The invisible hit-area stacked under the main menu toggle duplicates the
toggle's action but has no label, so in screen reader mode it became a
second, unnamed Tab stop that read out the raw Qt class chain. Give it no
accessible role so it is skipped by keyboard/screen-reader navigation,
while mouse clicks still open the menu.

#tdesktop
🫡3
telegramdesktop/tdesktop/dev04bfbfa1 files, +91/-0
Support screen reader focus and activate on country list rows

telegramdesktop/tdesktop/devff355eb1 files, +4/-0
Focus chat list on launch in screen reader mode

Initial focus went to the unnamed Dialogs::Widget container, so NVDA
announced the raw Qt class chain. Focus the accessible chat list instead
so the list and its selected chat are announced.

#tdesktop
🫡3
telegramdesktop/tdesktop/devea2bb5b1 files, +5/-4
Migrate webpage timestamp links to wrapped URL format

#tdesktop
🫡3
telegramdesktop/tdesktop/devd359e191 files, +1/-1
Update cmake_helpers.

#tdesktop
🫡3
telegramdesktop/tdesktop/dev27f41581 files, +137/-2
Support screen reader focus and activate on language list rows

#tdesktop
🫡3
telegramdesktop/tdesktop/devaeb3e6b4 files, +304/-0
Support screen reader focus and activate on message history rows

#tdesktop
🫡3
telegramdesktop/tdesktop/deve01ee722 files, +26/-0
Prune unused accessibility identities.

#tdesktop
🫡3
TGX-Android/Telegram-X/maina246d6a1 files, +1/-1
Update Gradle to `9.6.1`

TGX-Android/Telegram-X/maina6ffa9a48 files, +727/-458
Upgrade TDLib to tdlib/td@a17f87c

#tgxandroid
🤨4🫡3👍1
TGX-Android/Telegram-X/maincbbce103 files, +18/-2
View OpenSSL version and source code

#tgxandroid
🤨4🫡2
TGX-Android/Telegram-X/maind17ab991 files, +2/-0
Add missing `MessageContent` constructors

TGX-Android/Telegram-X/mainf5602061 files, +1/-1
Version bump to `1789`

#tgxandroid
🤨5🫡2
TGX-Android/Telegram-X/mainc5b04651 files, +1/-1
Update FCM to `25.1.1`

#tgxandroid
🤨5🫡2💅1
TelegramMessenger/tgcalls/developmentbcfb47b1 files, +8/-2
Don't bump counters arbitrary.

#tgcalls
🫡3💅1
TelegramMessenger/tgcalls/developmentd90774b1 files, +3/-0
Fix build on Windows.

#tgcalls
🫡3🤝1💅1
telegramdesktop/tdesktop/devf63e2261 files, +10/-3
Ignored stale activation callbacks in top bar suggestion driver.

telegramdesktop/tdesktop/deva760ad41 files, +4/-2
Bound contact birthdays callback to suggestion activation lifetime.

telegramdesktop/tdesktop/dev7d135284 files, +146/-15
Added applying of chat theme as whole desktop theme.

telegramdesktop/tdesktop/dev72a094f4 files, +159/-37
Added saving of chat theme settings for offline palette rebuild.

telegramdesktop/tdesktop/dev1bb2fc13 files, +44/-0
Added syncing of wallpaper with applied chat theme.

telegramdesktop/tdesktop/deveb0bfce6 files, +36/-11
Added chat theme bubble gradient to all chats.

telegramdesktop/tdesktop/dev996fc923 files, +103/-6
Added refresh of applied chat theme on themes list reload.

telegramdesktop/tdesktop/dev2d8fa7d1 files, +3/-1
Added server sync of applied chat theme installation.

telegramdesktop/tdesktop/dev50659e91 files, +23/-1
Added applying of theme links without desktop format.

telegramdesktop/tdesktop/dev4b3e2641 files, +154/-2
Added near-black neutral chrome for dark chat themes.

telegramdesktop/tdesktop/dev51153143 files, +97/-31
Added applying of chat theme from custom themes list.

telegramdesktop/tdesktop/dev3ceaefc3 files, +67/-60
Added outline to selected theme card.

telegramdesktop/tdesktop/devdf001bd3 files, +80/-14
Added loading of chat theme wallpapers without download progress.

#tdesktop
🫡3
telegramdesktop/tdesktop/dev1e7e6d15 files, +132/-41
Styled theme cards as in-chat theme chooser previews.

telegramdesktop/tdesktop/dev1a2e4554 files, +9/-0
Excluded animating member rows from peer list scroll cache.

telegramdesktop/tdesktop/dev1c3cd4a2 files, +25/-0
Added about view support to history view list widget.

telegramdesktop/tdesktop/deve35efd41 files, +42/-0
Added display of new peer info to history view chat preview.

telegramdesktop/tdesktop/devb54dffb1 files, +7/-0
Added responsive reverse collapse to pull-to-next indicator.

telegramdesktop/tdesktop/dev46345181 files, +1/-1
Added content rect so touch-pad reverse over-scroll is tracked.

telegramdesktop/tdesktop/dev8f89a482 files, +22/-1
Ignored trailing trackpad inertia in pull-to-next gesture.

telegramdesktop/tdesktop/dev666caf62 files, +28/-7
Gated pull-to-next blob to finger pulls and smoothed its exit.

telegramdesktop/tdesktop/devf7cfc851 files, +1/-1
Centered pull-to-next indicator on message column.

telegramdesktop/tdesktop/dev7e4e5275 files, +35/-2
Added Chat Settings toggle for pull-to-next gesture.

telegramdesktop/tdesktop/dev6e904983 files, +4/-3
Replaced Article audio-file menu icon with music-note glyph.

telegramdesktop/tdesktop/devd73e7c11 files, +25/-15
Added drag-out of URLs from the shared links section.

telegramdesktop/tdesktop/deva8434433 files, +73/-2
Added auto-play of single-emoji interaction effects on receive.

#tdesktop
🫡3
telegramdesktop/tdesktop/devda3cc619 files, +153/-6
Update API scheme to layer 228.

telegramdesktop/tdesktop/dev5d84fa08 files, +159/-4
Add Data::CommunityInfo, parse communityFull.

telegramdesktop/tdesktop/devbe83da25 files, +466/-0
Add Api::Communities with basic operations.

telegramdesktop/tdesktop/devb6f189e2 files, +36/-1
Show service message for community link changes.

telegramdesktop/tdesktop/deva3109015 files, +373/-0
Support adding group to community.

telegramdesktop/tdesktop/dev93313085 files, +274/-0
Add manage community box.

telegramdesktop/tdesktop/dev57ec2eb5 files, +50/-4
Add managing community admin rights.

telegramdesktop/tdesktop/dev0ce83f65 files, +385/-0
Add view community box with chats.

telegramdesktop/tdesktop/dev6c65aae6 files, +579/-0
Add pending requests box for chats to be added.

telegramdesktop/tdesktop/dev4b23f936 files, +98/-5
Try showing communities in the chat list.

telegramdesktop/tdesktop/dev44a3b644 files, +167/-0
Add an option to ban from community in moderation box.

telegramdesktop/tdesktop/dev502a9d92 files, +58/-0
Show community button in group info page.

telegramdesktop/tdesktop/dev4980f006 files, +82/-0
Show becoming community admin box.

telegramdesktop/tdesktop/dev6a4e9e916 files, +231/-69
Improve design and icons in community UIs.

#tdesktop
🫡3
telegramdesktop/tdesktop/dev31cd14811 files, +470/-27
Group community chats into one chat list row.

telegramdesktop/tdesktop/dev628b5023 files, +66/-15
Add community photo editing in the manage box.

telegramdesktop/tdesktop/dev584f3991 files, +11/-6
Fix crash in last pending request process.

telegramdesktop/tdesktop/dev5a8a93b1 files, +2/-1
Remove grouped community row from chat list when not collapsed.

telegramdesktop/tdesktop/dev24c3a4b11 files, +211/-14
Open community chats inline in the dialogs list.

telegramdesktop/tdesktop/devfab61412 files, +244/-4
Show viewable and requestable community chats in the opened view.

telegramdesktop/tdesktop/devdd648f25 files, +94/-34
Polish community sections in the opened dialogs view.

telegramdesktop/tdesktop/dev271c9df2 files, +12/-1
Show community name without status in the opened dialogs top bar.

telegramdesktop/tdesktop/devc6d51df10 files, +226/-29
Show community content on the channel info page instead of a box.

telegramdesktop/tdesktop/dev6b3b4565 files, +155/-0
Paint a stacked-cards effect behind community userpics.

telegramdesktop/tdesktop/dev15df25d1 files, +23/-0
Open the community when clicking an ungrouped member chat's userpic.

telegramdesktop/tdesktop/dev9e9c9cb1 files, +31/-27
Refine the community userpic effect to a subtle left-only peek.

telegramdesktop/tdesktop/devf6c0d1f1 files, +29/-29
Fan the community userpic cards from a bottom-left pivot.

#tdesktop
🫡3
telegramdesktop/tdesktop/dev46b39a91 files, +8/-3
Make the community userpic rotation point a tunable constant.

telegramdesktop/tdesktop/devb9ee7216 files, +318/-94
Show a cover on the community info page.

telegramdesktop/tdesktop/devc16e6952 files, +10/-0
Load full community info when shown or opened in dialogs.

telegramdesktop/tdesktop/devcc5a3ab1 files, +13/-14
Show up to 20 chats and a more-chats suffix on community row.

telegramdesktop/tdesktop/dev5165c361 files, +13/-0
Skip chat preview for the community grouped row.

telegramdesktop/tdesktop/dev442c0a75 files, +68/-18
Support opening a community in a separate window.

Open it in its own two-column window like Archive, triggered from the context menu or a Ctrl+Click on the grouped row.

telegramdesktop/tdesktop/dev3b44f5c7 files, +101/-7
Mark hidden chats with a userpic badge in community view.

telegramdesktop/tdesktop/dev32ab22f9 files, +387/-48
Show community chats as dialogs rows on the info page.

telegramdesktop/tdesktop/devfc080067 files, +221/-128
Share community chat-row layout and clip its painting.

telegramdesktop/tdesktop/dev8e619b62 files, +14/-37
Use the stealth logo for the hidden chat badge.

telegramdesktop/tdesktop/dev7db8da51 files, +1/-0
Show forum topics on the community info page rows.

telegramdesktop/tdesktop/devf0802792 files, +10/-0
Request topics for forums shown on the community info page.

telegramdesktop/tdesktop/dev71afbb44 files, +36/-6
Repaint community info rows as their content loads.

#tdesktop
🫡3
telegramdesktop/tdesktop/devd5838fe1 files, +4/-3
Request forum topics when an info page row is shown.

telegramdesktop/tdesktop/dev560227f1 files, +4/-12
Repaint community info rows on community-aggregate updates.

telegramdesktop/tdesktop/dev8afb2cf3 files, +13/-3
Notify the community info page of member-chat updates directly.

telegramdesktop/tdesktop/dev9748ad12 files, +14/-0
Load previews and topics in the opened-community dialogs view.

telegramdesktop/tdesktop/dev00685b62 files, +18/-19
Deduplicate community info page row updates.

telegramdesktop/tdesktop/dev06ae3bb6 files, +21/-19
Own community forum topic loading in the shared rows view.

Move forum topic preloading and per-forum repaint wiring into the rows view that already owns the rows.

telegramdesktop/tdesktop/dev27600752 files, +29/-0
Add an Ungroup item to the community row context menu.

telegramdesktop/tdesktop/devc1c79917 files, +272/-0
Show a card for the group-added-to-community service message.

telegramdesktop/tdesktop/dev2016cf52 files, +284/-26
Make community pending requests locally undoable.

Acting on a request now hides the row with an Undo toast; the approve or decline runs only when the toast expires without an undo.

telegramdesktop/tdesktop/dev5ecffe513 files, +245/-228
Generalize the "joined community" service message.

telegramdesktop/tdesktop/deva0fd43619 files, +162/-11
Update API scheme on layer 228.

telegramdesktop/tdesktop/deveef222733 files, +534/-170
Support pin/folder actions for community.

telegramdesktop/tdesktop/dev9c0d1044 files, +106/-22
Support notify settings in communities.

#tdesktop
🫡3