Telegram github commits and releases
4.54K subscribers
601 files
20.3K links
Broadcast from the most important Telegram clients' repositories
Download Telegram
UnigramDev/Unigram/developb0e588d4 files, +15/-4
Keep synthetic messages out of the history paging bounds

UnigramDev/Unigram/develop85d5cf71 files, +13/-4
Pace the pending typewriter on what is left to type

UnigramDev/Unigram/developaa4347b4 files, +317/-41
Give each pending message its own identifier and support several at once

UnigramDev/Unigram/develop8ed7c6a2 files, +26/-2
Reveal a collapsed pageBlockDetails whole instead of typing it out

UnigramDev/Unigram/developf3476d47 files, +106/-54
Pass XamlRoot to GetTail rather than to constructor

UnigramDev/Unigram/develop9c5e04637 files, +130/-131
Rename PlaceholderHelper to Direct2D

UnigramDev/Unigram/developdc4971c300 files, +5582/-0
Build Telegram.ttf from SVG sources instead of IcoMoon

#unigram
🫡1
telegramdesktop/tdesktop/dev5c920e02 files, +73/-7
Fixed scroll bar covering reaction remove badge in who reacted menu.

telegramdesktop/tdesktop/dev1ff9b971 files, +2/-1
Fixed quote staying above field after sending rich message.

telegramdesktop/tdesktop/devf3b9a103 files, +16/-5
Fixed quote staying above field in modern chat section.

#tdesktop
🫡2
UnigramDev/Unigram/develop885448938 files, +132/-133
Rename PlaceholderHelper to Direct2D

UnigramDev/Unigram/developd16dbf4300 files, +5582/-0
Build Telegram.ttf from SVG sources instead of IcoMoon

UnigramDev/Unigram/develop041640f7 files, +22/-9
Use DispatcherContext.Current where possible

UnigramDev/Unigram/develop68d47c93 files, +11/-15
Fix CharacterReceivedRoutedEventArgs

UnigramDev/Unigram/develop74244f51 files, +4/-12
Await instead of dispatching

UnigramDev/Unigram/develop187ab0e1 files, +49/-0
Rank which classes need a Win32 fork

UnigramDev/Unigram/develop4eaa4c55 files, +11/-20
Pass XamlRoot to RaiseBackRequested

UnigramDev/Unigram/develop9a024461 files, +1/-0
Fix vertical topic cell accessibility

#unigram
🫡1
UnigramDev/Unigram/developfefb69e1 files, +11/-8
Use Window from ViewModel in payment form

UnigramDev/Unigram/develop2c3800e1 files, +3/-20
Fix hyperlink clicks

UnigramDev/Unigram/developc3fbf972 files, +40/-6
Add adopt --only to take named drifted icons from upstream

UnigramDev/Unigram/develop91f9bfc1 files, +21/-1
Document adopt --only in the icon font README

UnigramDev/Unigram/develop2aedca36 files, +261/-3
Report glyph changes and validate manifest notes

UnigramDev/Unigram/develop79435d077 files, +90/-338
Track upstream artwork for 72 more icons

UnigramDev/Unigram/develop73cba722 files, +27/-17016
Delete IcoMoon's project file

#unigram
🫡1
UnigramDev/Unigram/develop625b1b21 files, +2/-2
Fix missing argument

UnigramDev/Unigram/developbff5e4b1 files, +6/-1
Weak xaml root changed

UnigramDev/Unigram/develope0758132 files, +20/-1
XamlRoot extension method

UnigramDev/Unigram/developce8ff574 files, +50/-35
Give OverlayWindow a xaml root storage

UnigramDev/Unigram/develop211095f2 files, +21/-25
Give AnimatedImage a xaml root storage

UnigramDev/Unigram/develop483aa312 files, +14/-13
Give ProfilePicture a xaml root storage

UnigramDev/Unigram/develop74c97c01 files, +19/-63
Bind ContentPopup to xaml root

UnigramDev/Unigram/developc31dd001 files, +19/-8
Give RelativeDateService a xaml root storage

#unigram
🫡1
telegramdesktop/tdesktop/dev49a7f3a1 files, +6/-2
Fix crash in shared media viewers in monoforums.

#tdesktop
🫡3
telegramdesktop/tdesktop/dev5c675811 files, +1/-1
Fix poll close timer day count.

Use full remaining days instead of rounding up, so a poll that ends
tomorrow shows "1 day" rather than "2 days".

#tdesktop
🫡3
telegramdesktop/tdesktop/devc27061c1 files, +5/-7
Fixed sorting of unmuted unread chats in folders.

Related commit: 5d52a283d4.

telegramdesktop/tdesktop/dev14454053 files, +12/-9
Replaced option lookup with cached flag in dialogs sort key.

Related commits: 5d52a283d4, 8509f9e410.

telegramdesktop/tdesktop/dev8b582159 files, +35/-7
Split screenshot protection reasons into content and ambient.

Ambient ones are skipped on Windows, where display affinity hides the
window from the viewer itself on capture-based setups.

Related commit: 390d0e1941.

telegramdesktop/tdesktop/dev73a1f4e2 files, +8/-3
Added frame rate limit for marquee label repaints.

telegramdesktop/tdesktop/devb71f0de2 files, +83/-39
Added caching of rendered text and fades to marquee label.

telegramdesktop/tdesktop/dev48d09492 files, +33/-20
Added frame reuse for marquee label on unchanged pixel offset.

telegramdesktop/tdesktop/deva9912dd1 files, +9/-2
Added stop of marquee label scrolling on disabled animations.

telegramdesktop/tdesktop/dev6c7b0a92 files, +11/-1
Added stop of marquee label scrolling for hidden widget.

telegramdesktop/tdesktop/dev32cf12a2 files, +27/-11
Added repaint region check for rounded corners of profile top bar.

telegramdesktop/tdesktop/dev83969412 files, +13/-10
Added repaint region check for animated pattern of profile top bar.

telegramdesktop/tdesktop/devc9e2a803 files, +19/-10
Added repaint region check for pinned gifts of profile top bar.

telegramdesktop/tdesktop/dev969ade42 files, +51/-0
Added preload of admins to participants controller for role grouping.

Related commit: 9fa11844f2.

#tdesktop
🫡3
telegramdesktop/tdesktop/dev70941021 files, +2/-2
Deferred filter list lookup until chat membership is known.

telegramdesktop/tdesktop/devb4695ef1 files, +17/-12
Replaced linear scans with binary search in chat list adjust.

telegramdesktop/tdesktop/devb4ecfa43 files, +29/-16
Replaced per-update letter index sorting with lazy sort on read.

telegramdesktop/tdesktop/dev316be6f2 files, +9/-7
[ai] Match adapters to diff-first review selection

telegramdesktop/tdesktop/deva49c5726 files, +498/-210
[ai] Keep task review and testing focused and convergent

telegramdesktop/tdesktop/dev03f59cd5 files, +186/-147
[ai] Fan out initial task reviews across all lenses

telegramdesktop/tdesktop/devd428def15 files, +1411/-133
[ai] Route oversized tasks through durable splits

telegramdesktop/tdesktop/deva94bc413 files, +34/-4
[ai] Debug startup crashes before blaming fixtures

telegramdesktop/tdesktop/dev8e7bdb93 files, +36/-0
[ai] Keep debug machinery out of production units

telegramdesktop/tdesktop/devd9b32ac1 files, +1/-1
Fix possible crash on screens changes.

#tdesktop
🫡3
telegramdesktop/tdesktop/dev4d4c3991 files, +8/-0
Fix a shutdown crash after deferred session-end cleanup.

When WM_ENDSESSION cleanup is deferred to a main-loop tick that never
comes, ~Sandbox now closes the application inside enter-from-event-loop.

telegramdesktop/tdesktop/dev3011dc91 files, +3/-0
[ai] Note the commit prefix marks scope, not authorship.

#tdesktop
🫡3
telegramdesktop/tdesktop/devc54b1d11 files, +1/-1
Workaround a Windows regression showing ghost windows.

Fixes #31160.

#tdesktop
🫡3
telegramdesktop/tdesktop/public-canary1bc1dfe4 files, +7/-0
Add public keys for canary channel.

telegramdesktop/tdesktop/public-canary33066b09 files, +1279/-0
Add v2 update verification core and build channels

telegramdesktop/tdesktop/public-canary35c60e23 files, +672/-0
Support v2 channel packing in the Packer

telegramdesktop/tdesktop/public-canarye6282527 files, +662/-141
Verify, fetch and install v2 updates in the client

telegramdesktop/tdesktop/public-canary0695efb2 files, +9/-1
Show canary version and skip changelogs on canary

telegramdesktop/tdesktop/public-canary308ff1f2 files, +821/-0
Add focused tests for v2 update verification

telegramdesktop/tdesktop/public-canaryade48c51 files, +862/-0
Add canary build and publish workflow

telegramdesktop/tdesktop/public-canary69460e21 files, +186/-163
Build one canary lane per repository in CI

telegramdesktop/tdesktop/public-canary25d78343 files, +31/-13
Use readable v2 update file names

telegramdesktop/tdesktop/public-canary8d864d34 files, +117/-8
Use new update names and pinned Bot API image in CI

telegramdesktop/tdesktop/public-canary61c218c3 files, +108/-62
Ship per-arch mac updates with a universal installer

telegramdesktop/tdesktop/public-canaryc0912591 files, +70/-28
Publish portable archives as canary first installs

telegramdesktop/tdesktop/public-canary671b1aa1 files, +5/-4
Drop the bundled d3d compiler from canary builds

#tdesktop
🫡3
telegramdesktop/tdesktop/public-canary5a572b83 files, +41/-4
Embed external and local signatures in one packer pass

telegramdesktop/tdesktop/public-canaryb6a641b2 files, +82/-3
Add a v2 update switch to the release build scripts

telegramdesktop/tdesktop/public-canary160f42d1 files, +29/-1
Read the pinned metadata through the local Bot API

telegramdesktop/tdesktop/public-canary863ac403 files, +25/-1
Support v2 updates in the updater and deploy scripts

telegramdesktop/tdesktop/public-canaryed6e68b23 files, +872/-216
Harden canary builds running.

telegramdesktop/tdesktop/public-canaryae1f4393 files, +19/-9
Fix build for Release.

telegramdesktop/tdesktop/public-canary887894a2 files, +68/-21
Try to fix signing.

telegramdesktop/tdesktop/public-canaryf36e31e1 files, +77/-5
Improve caching.

telegramdesktop/tdesktop/public-canary85e7e831 files, +17/-5
Try to fix signing again.

telegramdesktop/tdesktop/public-canary482aaed10 files, +598/-311
New names, separate publishing.

telegramdesktop/tdesktop/public-canary83579db7 files, +255/-6
Fix translocated launch on macOS.

telegramdesktop/tdesktop/public-canaryfa495e24 files, +32/-14
Improve version display for canary.

telegramdesktop/tdesktop/public-canary57b701e1 files, +141/-40
Split macOS canary build into per-arch jobs.

#tdesktop
🫡3
telegramdesktop/tdesktop/public-canary965580e7 files, +198/-3
Add an in-title CANARY/PRIVATE marking.

telegramdesktop/tdesktop/public-canary91479da6 files, +42/-24
Rename canary branches.

telegramdesktop/tdesktop/public-canary290dfda1 files, +3/-0
Fixed per-arch build picking universal crashpad handler.

telegramdesktop/tdesktop/public-canary3d7d2681 files, +11/-11
Allow CANARY_ALLOW_UNSIGNED in public lane too.

telegramdesktop/tdesktop/public-canaryf234d7a1 files, +38/-3
Try workaround clone problems.

telegramdesktop/tdesktop/public-canary38a4ef71 files, +25/-19
Fix build with GCC.

telegramdesktop/tdesktop/public-canaryb4563e32 files, +36/-19
Fix public publishing.

telegramdesktop/tdesktop/public-canary596c3fe1 files, +1/-1
Removed stale comment about swscale destination format caching.

telegramdesktop/tdesktop/public-canary4491ec41 files, +5/-0
Restricted transcode temp directory permissions to user.

Related commit: 0807483acc.

telegramdesktop/tdesktop/public-canaryf942a102 files, +26/-6
Extracted video editor layer showing to shared helper.

telegramdesktop/tdesktop/public-canary8e71aa11 files, +26/-10
Extracted shared video encoder setup from H264 encoder.

telegramdesktop/tdesktop/public-canary88fe4c12 files, +7/-3
Added VP9 encoder and webm muxer to ffmpeg build configs.

telegramdesktop/tdesktop/public-canary4e670f22 files, +150/-20
Added webm sticker output mode to video encoder.

#tdesktop
🫡3
telegramdesktop/tdesktop/public-canaryfe5b2587 files, +332/-69
Added adapting video stickers into custom emoji.

Related commit: 9895e5bb89.

#tdesktop
🫡3
telegramdesktop/tdesktop/dev998c2452 files, +3/-12
Use QWidget::setInputMethodHints and set Qt::ImhSensitiveData in CodeInput

telegramdesktop/tdesktop/dev6989eeb21 files, +111/-1
Set input method hints in typed input fields

Phone, e-mail, URL, username, code, date and amount fields now tell the
input method what they are for, so it can pick a suitable layout and skip
predictive text where it only gets in the way. One-time codes and secrets
are additionally marked with Qt::ImhSensitiveData.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

#tdesktop
🫡4
telegramdesktop/tdesktop/dev9c316282 files, +6/-3
Fix saving of words with system spellchecker.

#tdesktop
🫡3
DrKLO/Telegram/master7f459e21 files, +2/-0
fix: include missing :jlatexmath project in settings.gradle

12.10.0 update added `api project(':jlatexmath')` to TMessagesProj/build.gradle
but never declared it in settings.gradle, breaking sync with UnknownProjectException.

DrKLO/Telegram/master7df875e1 files, +2/-0
Merge pull request #2022 from null-nick/fix/jlatexmath-settings-include

Fix missing :jlatexmath module include in settings.gradle

#android
🫡2
UnigramDev/Unigram/develop3f1d1587 files, +5/-20
Sync some more icons

UnigramDev/Unigram/develop5cbb0e51 files, +5/-5
Sync todo

UnigramDev/Unigram/develop2556e061 files, +73/-7
Update the islands note for Phase 0 progress and the corrected gates

UnigramDev/Unigram/develop5d36cfa1 files, +85/-0
Record the Theme untangling design

UnigramDev/Unigram/develop4dafc871 files, +16/-7
Settle the outgoing dictionary merge in the Theme design

UnigramDev/Unigram/developfe221211 files, +19/-1
Record the verified Loading semantics

UnigramDev/Unigram/develop07b367a1 files, +22/-5
Use assignment rather than merging for the outgoing dictionary

UnigramDev/Unigram/developdb3b45d1 files, +6/-2
Make IsOutgoing a plain property in the Theme design

UnigramDev/Unigram/develop5c6f4441 files, +9/-1
Record why Loading is not the top of OnApplyTemplate

UnigramDev/Unigram/develop8b070601 files, +17/-7
Correct the outgoing dictionary design: no shared instance

UnigramDev/Unigram/developff1823a1 files, +24/-2
Add a ConditionalWeakTable.AddOrUpdate polyfill

UnigramDev/Unigram/develop8063c291 files, +25/-12
Extract the tooltip crash workaround

UnigramDev/Unigram/developb5a837a2 files, +247/-15
Release XamlDirect handles while the core is alive

UnigramDev/Unigram/develop98298464 files, +44/-11
Fold ThemeIncoming into Theme

UnigramDev/Unigram/developfc162001 files, +70/-71
Resolve the theme colours in one place

#unigram
UnigramDev/Unigram/develop74c8c571 files, +11/-8
Keep the chat theme fields from going stale

UnigramDev/Unigram/develop03714238 files, +36/-33
Ask the window for its theme parameters

UnigramDev/Unigram/developde38e496 files, +214/-299
Move the message brushes onto the window's theme

UnigramDev/Unigram/developefa19f615 files, +56/-83
Reduce Theme.Current to the window shim

UnigramDev/Unigram/developee90abc5 files, +28/-12
Prefer the view model's window over ForXamlRoot

UnigramDev/Unigram/develop30b7c611 files, +32/-0
Record gate 1.11 and narrow the per-thread rule

UnigramDev/Unigram/developd3bf34b1 files, +25/-0
Record the three-level theme scoping

UnigramDev/Unigram/developcedd3331 files, +14/-4
Record the app default and per-window brush split

UnigramDev/Unigram/develop04319fb9 files, +139/-111
Move the chat theme override onto the window

UnigramDev/Unigram/develop8d2acea5 files, +20/-0
Forward the window's brushes to popups and flyouts

UnigramDev/Unigram/develop7ba2c741 files, +43/-5
Record gate 1.7 passing

UnigramDev/Unigram/develop663669f1 files, +26/-6
Rewrite 0.4 with the ViewService split design

UnigramDev/Unigram/develop87b36a41 files, +1/-1
Resolve Direct2D's compositor through BootStrapper

UnigramDev/Unigram/develop79f19637 files, +81/-76
Return WindowContext from ViewService instead of ViewLifetimeControl

#unigram
UnigramDev/Unigram/develop69cf0376 files, +864/-696
Split WindowContext and BootStrapper into per-host partials

UnigramDev/Unigram/developd45708a18 files, +2495/-15
Add the Win32 XAML Islands flavour

UnigramDev/Unigram/developb34f8136 files, +117/-28
Fix the Win32 caption, cursor and minimize behaviour

UnigramDev/Unigram/develop06d03fd8 files, +413/-186
Split ViewService into per-host implementations

UnigramDev/Unigram/developb09a2d11 files, +8/-0
Set the working directory on the Win32 host

UnigramDev/Unigram/developa592b681 files, +8/-1
Reuse the main window when the Win32 host is re-activated

UnigramDev/Unigram/developc87317c8 files, +170/-163
Move back, forward and shortcut handling onto WindowContext

UnigramDev/Unigram/develop8297c8b2 files, +51/-17
Take Win32 pointer input from the routed event

UnigramDev/Unigram/develop154f3b422 files, +114/-28
Give the file pickers the window they belong to

UnigramDev/Unigram/developded09ac4 files, +160/-0
Forward WM_SIZE to the CoreWindow so dialogs resize

UnigramDev/Unigram/develop29c6bc01 files, +10/-0
Null check for xaml root

UnigramDev/Unigram/develop08c5aa32 files, +12/-0
Immediately hide flyout as emoji is selected

UnigramDev/Unigram/develop2c97a961 files, +2/-2
Scale photos while decoding for UI

UnigramDev/Unigram/develop6dcb1c33 files, +214/-181
Synchronize strings

#unigram