UnigramDev/Unigram/release12.10.6 • d6a88c7 • 5 files, +40/-2
Improve quiz accessibility
UnigramDev/Unigram/release12.10.6 • 8083da3 • 4 files, +193/-1
Improve settings keyboard navigation
UnigramDev/Unigram/release12.10.6 • c25f5ee • 1 files, +0/-1
Don't clip reactions
UnigramDev/Unigram/release12.10.6 • d7a38ad • 5 files, +45/-45
Fix AnimatedIcon visual states
#unigram
Improve quiz accessibility
UnigramDev/Unigram/release12.10.6 • 8083da3 • 4 files, +193/-1
Improve settings keyboard navigation
UnigramDev/Unigram/release12.10.6 • c25f5ee • 1 files, +0/-1
Don't clip reactions
UnigramDev/Unigram/release12.10.6 • d7a38ad • 5 files, +45/-45
Fix AnimatedIcon visual states
#unigram
🫡1
telegramdesktop/tdesktop/public-canary • 38a11be • 164 files, +11908/-1278
Slightly improved photo editor. (Combined commit.)
telegramdesktop/tdesktop/public-canary • 52170cd • 198 files, +3701/-2287
Added some fixes. (Combined commit.)
telegramdesktop/tdesktop/public-canary • bac5a64 • 19 files, +447/-58
Added ability to unpack archives from send files box. (Combined commit.)
telegramdesktop/tdesktop/public-canary • cab00cd • 11 files, +170/-18
Switched Windows builds to Qt 6. (Combined commit.)
telegramdesktop/tdesktop/public-canary • 4180078 • 32 files, +1228/-46
Added ability to stash typed text from input field. (Combined commit.)
#tdesktop
Slightly improved photo editor. (Combined commit.)
telegramdesktop/tdesktop/public-canary • 52170cd • 198 files, +3701/-2287
Added some fixes. (Combined commit.)
telegramdesktop/tdesktop/public-canary • bac5a64 • 19 files, +447/-58
Added ability to unpack archives from send files box. (Combined commit.)
telegramdesktop/tdesktop/public-canary • cab00cd • 11 files, +170/-18
Switched Windows builds to Qt 6. (Combined commit.)
telegramdesktop/tdesktop/public-canary • 4180078 • 32 files, +1228/-46
Added ability to stash typed text from input field. (Combined commit.)
#tdesktop
🫡3
🤨3🫡2
🤨3🫡2
TGX-Android/Telegram-X/main • 46b97ed • 7 files, +7/-364
Remove `VoIPController` layer for `libtgvoip`
TGX-Android/Telegram-X/main • 20a17ba • 3 files, +10/-0
Add ephemeral message change callbacks
TGX-Android/Telegram-X/main • 8ae036d • 1 files, +1/-1
Version bump to `1813`
#tgxandroid
Remove `VoIPController` layer for `libtgvoip`
TGX-Android/Telegram-X/main • 20a17ba • 3 files, +10/-0
Add ephemeral message change callbacks
TGX-Android/Telegram-X/main • 8ae036d • 1 files, +1/-1
Version bump to `1813`
#tgxandroid
🤨3🫡2
TGX-Android/Telegram-X/main • f61d8c5 • 7 files, +46/-560
Remove remaining rudimentary `libtgvoip` Java layer
TGX-Android/Telegram-X/main • ce50b6a • 12 files, +124/-46
Remove `tgcalls` from `legacy` flavor
#tgxandroid
Remove remaining rudimentary `libtgvoip` Java layer
TGX-Android/Telegram-X/main • ce50b6a • 12 files, +124/-46
Remove `tgcalls` from `legacy` flavor
#tgxandroid
🤨4🫡3
🤨3🫡2
DrKLO/Telegram/master • de379e7 • 1 files, +12/-1
Merge pull request #1833 from and-fed/fix-vibration-bug-android-14
#android
Merge pull request #1833 from and-fed/fix-vibration-bug-android-14
#android
🫡6
🫡5
🫡3👍1
New telegramdesktop/tdesktop release:
- Fix some tlottie incorrect renderings.
#tdesktop
v7.2.9 (stable)- Fix some tlottie incorrect renderings.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 52b5071 • 3 files, +162/-0
Added clang-tidy ban of qMin, qMax, qAbs and qBound.
telegramdesktop/tdesktop/dev • 3535faf • 91 files, +575/-291
Replaced qMin, qMax and qAbs with std::min, std::max and std::abs.
telegramdesktop/tdesktop/dev • 09071b4 • 3 files, +115/-4
Added refusal of banned functions in edits and in commits.
telegramdesktop/tdesktop/dev • 75228e0 • 2 files, +167/-37
Added rationing of comments to one line with WHY exception.
telegramdesktop/tdesktop/dev • 13aebb1 • 2 files, +260/-1
Added tests of house rules hook.
telegramdesktop/tdesktop/dev • 4e07bc8 • 1 files, +24/-1
Extended clang-tidy ban to Qt helpers wrapping std functions.
telegramdesktop/tdesktop/dev • 657ac99 • 13 files, +22/-21
Replaced qSwap, qMakePair and qSin with std equivalents.
telegramdesktop/tdesktop/dev • 3cd0f03 • 1 files, +2/-1
Added clang-tidy ban of qCeil.
telegramdesktop/tdesktop/dev • bc92322 • 9 files, +20/-17
Replaced qCeil with int(std::ceil()).
telegramdesktop/tdesktop/dev • fdc60c4 • 1 files, +2/-1
Added clang-tidy ban of qFloor.
telegramdesktop/tdesktop/dev • 9f3d070 • 9 files, +43/-21
Replaced qFloor with int(std::floor()).
telegramdesktop/tdesktop/dev • 3eece12 • 1 files, +2/-1
Added clang-tidy ban of qRound.
telegramdesktop/tdesktop/dev • 6e8d16b • 47 files, +164/-125
Replaced qRound with base::SafeRound.
telegramdesktop/tdesktop/dev • 5294555 • 2 files, +423/-465
Slightly improved code style in sticker set box.
#tdesktop
Added clang-tidy ban of qMin, qMax, qAbs and qBound.
telegramdesktop/tdesktop/dev • 3535faf • 91 files, +575/-291
Replaced qMin, qMax and qAbs with std::min, std::max and std::abs.
telegramdesktop/tdesktop/dev • 09071b4 • 3 files, +115/-4
Added refusal of banned functions in edits and in commits.
telegramdesktop/tdesktop/dev • 75228e0 • 2 files, +167/-37
Added rationing of comments to one line with WHY exception.
telegramdesktop/tdesktop/dev • 13aebb1 • 2 files, +260/-1
Added tests of house rules hook.
telegramdesktop/tdesktop/dev • 4e07bc8 • 1 files, +24/-1
Extended clang-tidy ban to Qt helpers wrapping std functions.
telegramdesktop/tdesktop/dev • 657ac99 • 13 files, +22/-21
Replaced qSwap, qMakePair and qSin with std equivalents.
telegramdesktop/tdesktop/dev • 3cd0f03 • 1 files, +2/-1
Added clang-tidy ban of qCeil.
telegramdesktop/tdesktop/dev • bc92322 • 9 files, +20/-17
Replaced qCeil with int(std::ceil()).
telegramdesktop/tdesktop/dev • fdc60c4 • 1 files, +2/-1
Added clang-tidy ban of qFloor.
telegramdesktop/tdesktop/dev • 9f3d070 • 9 files, +43/-21
Replaced qFloor with int(std::floor()).
telegramdesktop/tdesktop/dev • 3eece12 • 1 files, +2/-1
Added clang-tidy ban of qRound.
telegramdesktop/tdesktop/dev • 6e8d16b • 47 files, +164/-125
Replaced qRound with base::SafeRound.
telegramdesktop/tdesktop/dev • 5294555 • 2 files, +423/-465
Slightly improved code style in sticker set box.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • b7ff511 • 2 files, +613/-484
Slightly improved code style in stickers box.
telegramdesktop/tdesktop/dev • 3a34645 • 2 files, +647/-554
Slightly improved code style in field autocomplete.
telegramdesktop/tdesktop/dev • 24e6443 • 12 files, +67/-113
Replaced floorclamp and ceilclamp with Ui::RowsInRange.
telegramdesktop/tdesktop/dev • 6714926 • 1 files, +135/-129
Slightly improved code style in country select box.
telegramdesktop/tdesktop/dev • 4542a0e • 1 files, +3/-0
Fixed hold-to-speedup reset by seek or quality change in media viewer.
telegramdesktop/tdesktop/dev • aca7dd8 • 2 files, +19/-3
Fixed video frame timing at non-default playback speed.
telegramdesktop/tdesktop/dev • e1ef28b • 1 files, +1/-1
Fixed out of range alpha in speed boost arrows from media viewer.
telegramdesktop/tdesktop/dev • 0b63ca4 • 1 files, +12/-2
Fixed shortcuts on non-latin layouts in media viewer.
telegramdesktop/tdesktop/dev • db34056 • 11 files, +126/-372
Remove legacy interpret path helper.
telegramdesktop/tdesktop/dev • 0bf3e7e • 3 files, +88/-51
Fix the scale of the external webapp shell.
telegramdesktop/tdesktop/dev • 9ce8e9b • 1 files, +1/-1
Update lib_webview.
telegramdesktop/tdesktop/dev • 8316d84 • 3 files, +3/-3
Update tlottie to latest revision.
telegramdesktop/tdesktop/dev • 8d5cf86 • 1 files, +40/-13
Fixed profile about copy and translate including peer id.
telegramdesktop/tdesktop/dev • 173c0f1 • 3 files, +37/-21
Make the unsupported notice badge smaller and pointy
#tdesktop
Slightly improved code style in stickers box.
telegramdesktop/tdesktop/dev • 3a34645 • 2 files, +647/-554
Slightly improved code style in field autocomplete.
telegramdesktop/tdesktop/dev • 24e6443 • 12 files, +67/-113
Replaced floorclamp and ceilclamp with Ui::RowsInRange.
telegramdesktop/tdesktop/dev • 6714926 • 1 files, +135/-129
Slightly improved code style in country select box.
telegramdesktop/tdesktop/dev • 4542a0e • 1 files, +3/-0
Fixed hold-to-speedup reset by seek or quality change in media viewer.
telegramdesktop/tdesktop/dev • aca7dd8 • 2 files, +19/-3
Fixed video frame timing at non-default playback speed.
telegramdesktop/tdesktop/dev • e1ef28b • 1 files, +1/-1
Fixed out of range alpha in speed boost arrows from media viewer.
telegramdesktop/tdesktop/dev • 0b63ca4 • 1 files, +12/-2
Fixed shortcuts on non-latin layouts in media viewer.
telegramdesktop/tdesktop/dev • db34056 • 11 files, +126/-372
Remove legacy interpret path helper.
telegramdesktop/tdesktop/dev • 0bf3e7e • 3 files, +88/-51
Fix the scale of the external webapp shell.
telegramdesktop/tdesktop/dev • 9ce8e9b • 1 files, +1/-1
Update lib_webview.
telegramdesktop/tdesktop/dev • 8316d84 • 3 files, +3/-3
Update tlottie to latest revision.
telegramdesktop/tdesktop/dev • 8d5cf86 • 1 files, +40/-13
Fixed profile about copy and translate including peer id.
telegramdesktop/tdesktop/dev • 173c0f1 • 3 files, +37/-21
Make the unsupported notice badge smaller and pointy
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 0b7af2d • 3 files, +12/-4
Patch tlottie to fix broken sticker rendering
telegramdesktop/tdesktop/dev • 7878992 • 1 files, +1/-1
Update lib_ui.
telegramdesktop/tdesktop/dev • 73f055c • 6 files, +10/-11
Use brace-init instead of make_pair.
telegramdesktop/tdesktop/dev • b0e8237 • 2 files, +4/-4
Fix build on x64 with Qt 5.
telegramdesktop/tdesktop/dev • fb2e332 • 6 files, +19/-15
Version 7.2.9.
#tdesktop
Patch tlottie to fix broken sticker rendering
telegramdesktop/tdesktop/dev • 7878992 • 1 files, +1/-1
Update lib_ui.
telegramdesktop/tdesktop/dev • 73f055c • 6 files, +10/-11
Use brace-init instead of make_pair.
telegramdesktop/tdesktop/dev • b0e8237 • 2 files, +4/-4
Fix build on x64 with Qt 5.
telegramdesktop/tdesktop/dev • fb2e332 • 6 files, +19/-15
Version 7.2.9.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 089118f • 1 files, +2/-2
Replace a leftover qCeil in the external webapp shell.
#tdesktop
Replace a leftover qCeil in the external webapp shell.
#tdesktop
🫡3
🫡3
Assets for release
• Windows on ARM: Portable
• Windows 64 bit: Portable
• Windows 32 bit: Portable
• Linux 64 bit: Binary
• macOS 10.13+: Installer
• Windows on ARM: Installer
• Windows 64 bit: Installer
• Windows 32 bit: Installer
• Source code (tar.gz, full)
#tdesktop
v7.2.9 of telegramdesktop/tdesktop:• Windows on ARM: Portable
• Windows 64 bit: Portable
• Windows 32 bit: Portable
• Linux 64 bit: Binary
• macOS 10.13+: Installer
• Windows on ARM: Installer
• Windows 64 bit: Installer
• Windows 32 bit: Installer
• Source code (tar.gz, full)
#tdesktop
🫡2
telegramdesktop/tdesktop/public-canary • 7603c04 • 3 files, +0/-0
Delete unused account_check icon rasters
telegramdesktop/tdesktop/public-canary • a3296c6 • 2 files, +11/-2
Correct shared media index writes and viewer counts
telegramdesktop/tdesktop/public-canary • c5e7ede • 1 files, +16/-3
Re-index a sent message only when its thread moves
telegramdesktop/tdesktop/public-canary • e444576 • 2 files, +60/-6
Derive the pinned bar's topic root from the thread
telegramdesktop/tdesktop/public-canary • 6b40ae9 • 2 files, +1/-1
Pair the uploaded media edit's shared media removal
telegramdesktop/tdesktop/public-canary • 5c5b0d8 • 1 files, +20/-5
Drop a sent message from the shared media lists it left
telegramdesktop/tdesktop/public-canary • 7d0464c • 1 files, +3/-3
Don't keep a media reference across rich page changes
telegramdesktop/tdesktop/public-canary • e42205a • 5 files, +30/-13
Don't lower shared media counts for unindexed messages
telegramdesktop/tdesktop/public-canary • 0c66316 • 7 files, +40/-56
Tie stored pinned index writes to the pinned flag
telegramdesktop/tdesktop/public-canary • 2c9629b • 2 files, +52/-1
Write the pinned thread index only in forum peers
telegramdesktop/tdesktop/public-canary • 839febb • 2 files, +5/-2
Give a saved sublist its own pinned message list
telegramdesktop/tdesktop/public-canary • d32ca28 • 1 files, +6/-0
Retire shared media of a deleted topic with no object
telegramdesktop/tdesktop/public-canary • 075437f • 5 files, +31/-0
Retire all topic shared media when a forum is destroyed
#tdesktop
Delete unused account_check icon rasters
telegramdesktop/tdesktop/public-canary • a3296c6 • 2 files, +11/-2
Correct shared media index writes and viewer counts
telegramdesktop/tdesktop/public-canary • c5e7ede • 1 files, +16/-3
Re-index a sent message only when its thread moves
telegramdesktop/tdesktop/public-canary • e444576 • 2 files, +60/-6
Derive the pinned bar's topic root from the thread
telegramdesktop/tdesktop/public-canary • 6b40ae9 • 2 files, +1/-1
Pair the uploaded media edit's shared media removal
telegramdesktop/tdesktop/public-canary • 5c5b0d8 • 1 files, +20/-5
Drop a sent message from the shared media lists it left
telegramdesktop/tdesktop/public-canary • 7d0464c • 1 files, +3/-3
Don't keep a media reference across rich page changes
telegramdesktop/tdesktop/public-canary • e42205a • 5 files, +30/-13
Don't lower shared media counts for unindexed messages
telegramdesktop/tdesktop/public-canary • 0c66316 • 7 files, +40/-56
Tie stored pinned index writes to the pinned flag
telegramdesktop/tdesktop/public-canary • 2c9629b • 2 files, +52/-1
Write the pinned thread index only in forum peers
telegramdesktop/tdesktop/public-canary • 839febb • 2 files, +5/-2
Give a saved sublist its own pinned message list
telegramdesktop/tdesktop/public-canary • d32ca28 • 1 files, +6/-0
Retire shared media of a deleted topic with no object
telegramdesktop/tdesktop/public-canary • 075437f • 5 files, +31/-0
Retire all topic shared media when a forum is destroyed
#tdesktop
🫡3
telegramdesktop/tdesktop/public-canary • 1e60e90 • 1 files, +6/-4
Guard the live-topic media unload against a zero root
telegramdesktop/tdesktop/public-canary • 55d5ad0 • 1 files, +6/-4
Guard the forum teardown media unload against a zero root
telegramdesktop/tdesktop/public-canary • 56530aa • 2 files, +4/-4
Resolve the self peer sublist in the shared resolver
telegramdesktop/tdesktop/public-canary • f846ff7 • 2 files, +0/-2
Drop the write-only monoforum id from top controls
telegramdesktop/tdesktop/public-canary • e06347e • 1 files, +1/-1
Read the inbox when a sublist has no parent chat
telegramdesktop/tdesktop/public-canary • 796eab2 • 1 files, +2/-8
Use the shared sublist resolver in the player panel
telegramdesktop/tdesktop/public-canary • 9a04a5b • 4 files, +35/-0
Request pinned messages when a pin is not loaded
telegramdesktop/tdesktop/public-canary • e583fc5 • 6 files, +21/-10
Open a saved sublist's own shared media page
telegramdesktop/tdesktop/public-canary • 2237d47 • 9 files, +63/-43
Align sublist media count, query and window keys
telegramdesktop/tdesktop/public-canary • 90d6974 • 4 files, +55/-3
Keep Info pages on their topic or sublist
telegramdesktop/tdesktop/public-canary • c5e533f • 1 files, +12/-10
Tear down Info after a sublist is destroyed
telegramdesktop/tdesktop/public-canary • 67f8a82 • 1 files, +14/-12
Clear Info immediately when its sublist dies
telegramdesktop/tdesktop/public-canary • d8ddaff • 1 files, +9/-13
Always drop an Info wrap when its sublist dies
#tdesktop
Guard the live-topic media unload against a zero root
telegramdesktop/tdesktop/public-canary • 55d5ad0 • 1 files, +6/-4
Guard the forum teardown media unload against a zero root
telegramdesktop/tdesktop/public-canary • 56530aa • 2 files, +4/-4
Resolve the self peer sublist in the shared resolver
telegramdesktop/tdesktop/public-canary • f846ff7 • 2 files, +0/-2
Drop the write-only monoforum id from top controls
telegramdesktop/tdesktop/public-canary • e06347e • 1 files, +1/-1
Read the inbox when a sublist has no parent chat
telegramdesktop/tdesktop/public-canary • 796eab2 • 1 files, +2/-8
Use the shared sublist resolver in the player panel
telegramdesktop/tdesktop/public-canary • 9a04a5b • 4 files, +35/-0
Request pinned messages when a pin is not loaded
telegramdesktop/tdesktop/public-canary • e583fc5 • 6 files, +21/-10
Open a saved sublist's own shared media page
telegramdesktop/tdesktop/public-canary • 2237d47 • 9 files, +63/-43
Align sublist media count, query and window keys
telegramdesktop/tdesktop/public-canary • 90d6974 • 4 files, +55/-3
Keep Info pages on their topic or sublist
telegramdesktop/tdesktop/public-canary • c5e533f • 1 files, +12/-10
Tear down Info after a sublist is destroyed
telegramdesktop/tdesktop/public-canary • 67f8a82 • 1 files, +14/-12
Clear Info immediately when its sublist dies
telegramdesktop/tdesktop/public-canary • d8ddaff • 1 files, +9/-13
Always drop an Info wrap when its sublist dies
#tdesktop
🫡3
telegramdesktop/tdesktop/public-canary • ddbc3ce • 6 files, +90/-34
Reach unloaded pins on thread keys and updates
telegramdesktop/tdesktop/public-canary • c2c0585 • 3 files, +11/-4
Rebind Info wrap teardown when a sublist is replaced
telegramdesktop/tdesktop/public-canary • d139ca0 • 2 files, +14/-10
Tear down Layer Info instantly when its sublist dies
telegramdesktop/tdesktop/public-canary • 7ed2053 • 2 files, +17/-14
Queue Info wrap teardown off sublist destroyed()
telegramdesktop/tdesktop/public-canary • 66ea89b • 3 files, +19/-21
Hide Layer Info before its sublist is erased
telegramdesktop/tdesktop/public-canary • ac9233d • 2 files, +15/-18
Preserve teardown stream across Info wrap removal
telegramdesktop/tdesktop/public-canary • c177cf2 • 1 files, +0/-1
Remove stale Info teardown implementation note
telegramdesktop/tdesktop/public-canary • 8ddf07c • 1 files, +3/-2
Keep saved sublists alive through item teardown
telegramdesktop/tdesktop/public-canary • 978b3bf • 4 files, +39/-20
Align sublist media counts, windows and titles
telegramdesktop/tdesktop/public-canary • 28d6b25 • 1 files, +7/-5
Show the new window tooltip only on entries that have one
telegramdesktop/tdesktop/public-canary • ae84297 • 4 files, +90/-67
Unify sublist media window ids and persisted titles
telegramdesktop/tdesktop/public-canary • bcfd0a0 • 1 files, +2/-2
Limit media topic context to forum chats
telegramdesktop/tdesktop/public-canary • 353be0f • 164 files, +11908/-1278
Slightly improved photo editor. (Combined commit.)
#tdesktop
Reach unloaded pins on thread keys and updates
telegramdesktop/tdesktop/public-canary • c2c0585 • 3 files, +11/-4
Rebind Info wrap teardown when a sublist is replaced
telegramdesktop/tdesktop/public-canary • d139ca0 • 2 files, +14/-10
Tear down Layer Info instantly when its sublist dies
telegramdesktop/tdesktop/public-canary • 7ed2053 • 2 files, +17/-14
Queue Info wrap teardown off sublist destroyed()
telegramdesktop/tdesktop/public-canary • 66ea89b • 3 files, +19/-21
Hide Layer Info before its sublist is erased
telegramdesktop/tdesktop/public-canary • ac9233d • 2 files, +15/-18
Preserve teardown stream across Info wrap removal
telegramdesktop/tdesktop/public-canary • c177cf2 • 1 files, +0/-1
Remove stale Info teardown implementation note
telegramdesktop/tdesktop/public-canary • 8ddf07c • 1 files, +3/-2
Keep saved sublists alive through item teardown
telegramdesktop/tdesktop/public-canary • 978b3bf • 4 files, +39/-20
Align sublist media counts, windows and titles
telegramdesktop/tdesktop/public-canary • 28d6b25 • 1 files, +7/-5
Show the new window tooltip only on entries that have one
telegramdesktop/tdesktop/public-canary • ae84297 • 4 files, +90/-67
Unify sublist media window ids and persisted titles
telegramdesktop/tdesktop/public-canary • bcfd0a0 • 1 files, +2/-2
Limit media topic context to forum chats
telegramdesktop/tdesktop/public-canary • 353be0f • 164 files, +11908/-1278
Slightly improved photo editor. (Combined commit.)
#tdesktop
🫡3
telegramdesktop/tdesktop/public-canary • 1cb992e • 19 files, +447/-58
Added ability to unpack archives from send files box. (Combined commit.)
telegramdesktop/tdesktop/public-canary • 85c98f9 • 11 files, +170/-18
Switched Windows builds to Qt 6. (Combined commit.)
telegramdesktop/tdesktop/public-canary • bec51bf • 32 files, +1228/-46
Added ability to stash typed text from input field. (Combined commit.)
telegramdesktop/tdesktop/public-canary • ae2279b • 5 files, +52/-14
Fixed sped up tail of some videos in history view.
#tdesktop
Added ability to unpack archives from send files box. (Combined commit.)
telegramdesktop/tdesktop/public-canary • 85c98f9 • 11 files, +170/-18
Switched Windows builds to Qt 6. (Combined commit.)
telegramdesktop/tdesktop/public-canary • bec51bf • 32 files, +1228/-46
Added ability to stash typed text from input field. (Combined commit.)
telegramdesktop/tdesktop/public-canary • ae2279b • 5 files, +52/-14
Fixed sped up tail of some videos in history view.
#tdesktop
🫡3